Lines Matching refs:rpool
78 addquotes(s, rpool) in addquotes() argument
80 SM_RPOOL_T *rpool;
97 q = r = sm_rpool_malloc_x(rpool, len + 3);
518 copyplist(list, copycont, rpool) in copyplist() argument
521 SM_RPOOL_T *rpool;
536 newvp = (char **) sm_rpool_malloc_tagged_x(rpool,
538 NULL == rpool ? 0 : 1);
544 *vp = sm_rpool_strdup_tagged_x(rpool, *vp,
545 "copyplist", 0, NULL == rpool ? 0 : 1);
566 copyqueue(addr, rpool) in copyqueue() argument
568 SM_RPOOL_T *rpool;
578 newaddr = (ADDRESS *) sm_rpool_malloc_x(rpool,
1002 makelower_a(pp, rpool) in makelower_a() argument
1004 SM_RPOOL_T *rpool;
1023 *pp = sm_rpool_strdup_tagged_x(rpool, new, "makelower", 0, 1);