Lines Matching refs:rpool
41 #define ENHSCN_RPOOL(e, d, rpool) \ argument
42 ((e) == NULL ? (d) : sm_rpool_strdup_x(rpool, e))
325 str_union(s1, s2, rpool) in str_union() argument
327 SM_RPOOL_T *rpool;
339 res = (char *) sm_rpool_malloc(rpool, rl + 2);
710 readauth(filename, safe, sai, rpool) in readauth() argument
714 SM_RPOOL_T *rpool;
800 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf);
1483 removemech(rem, list, rpool) in removemech() argument
1486 SM_RPOOL_T *rpool;
1511 ret = (char *) sm_rpool_malloc_x(rpool, 1);
1515 ret = (char *) sm_rpool_malloc_x(rpool, len);