/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | rpool.c | 60 sm_rpool_allocblock_x(rpool, size) in sm_rpool_allocblock_x() argument 84 sm_rpool_allocblock(rpool, size) in sm_rpool_allocblock() argument 126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group) in sm_rpool_malloc_tagged_x() argument 222 sm_rpool_malloc_tagged(rpool, size, file, line, group) in sm_rpool_malloc_tagged() argument 309 SM_RPOOL_T *rpool; local 357 sm_rpool_setsizes(rpool, poolsize, bigobjectsize) in sm_rpool_setsizes() argument 382 sm_rpool_free(rpool) in sm_rpool_free() argument 471 sm_rpool_attach_x(rpool, rfree, rcontext) in sm_rpool_attach_x() argument 511 sm_rpool_strdup_x(rpool, s) in sm_rpool_strdup_x() argument
|
H A D | fopen.c | 107 sm_io_open(type, timeout, info, flags, rpool) in sm_io_open() argument 221 sm_io_reopen(type, timeout, info, flags, rpool, fp) in sm_io_reopen() argument
|
H A D | t-rpool.c | 36 SM_RPOOL_T *rpool; local
|
H A D | stdio.c | 60 sm_stdopen(fp, info, flags, rpool) in sm_stdopen() argument 404 sm_stdfdopen(fp, info, flags, rpool) in sm_stdfdopen() argument
|
H A D | ldap.c | 522 sm_ldap_add_recurse(top, item, type, rpool) in sm_ldap_add_recurse() argument 635 sm_ldap_results(lmap, msgid, flags, delim, rpool, result, in sm_ldap_results() argument
|
/freebsd/contrib/sendmail/libsm/ |
H A D | rpool.c | 60 sm_rpool_allocblock_x(rpool, size) in sm_rpool_allocblock_x() argument 84 sm_rpool_allocblock(rpool, size) in sm_rpool_allocblock() argument 126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group) in sm_rpool_malloc_tagged_x() argument 222 sm_rpool_malloc_tagged(rpool, size, file, line, group) in sm_rpool_malloc_tagged() argument 309 SM_RPOOL_T *rpool; local 357 sm_rpool_setsizes(rpool, poolsize, bigobjectsize) in sm_rpool_setsizes() argument 382 sm_rpool_free(rpool) in sm_rpool_free() argument 471 sm_rpool_attach_x(rpool, rfree, rcontext) in sm_rpool_attach_x() argument 512 sm_rpool_strdup_tagged_x in sm_rpool_strdup_tagged_x() argument
|
H A D | fopen.c | 107 sm_io_open(type, timeout, info, flags, rpool) in sm_io_open() argument 221 sm_io_reopen(type, timeout, info, flags, rpool, fp) in sm_io_reopen() argument
|
H A D | t-rpool.c | 36 SM_RPOOL_T *rpool; local
|
H A D | stdio.c | 60 sm_stdopen(fp, info, flags, rpool) in sm_stdopen() argument 404 sm_stdfdopen(fp, info, flags, rpool) in sm_stdfdopen() argument
|
H A D | syslogio.c | 51 const void *rpool; variable
|
H A D | util.c | 152 (ibp, obp, bsp, rpool in quote_internal_chars_tagged() argument
|
H A D | ldap.c | 798 sm_ldap_add_recurse(top, item, type, rpool) in sm_ldap_add_recurse() argument 911 sm_ldap_results(lmap, msgid, flags, delim, rpool, result, in sm_ldap_results() argument
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | rpool.h | 146 # define sm_rpool_malloc_x(rpool, size) \ argument 155 # define sm_rpool_malloc(rpool, size) \ argument 166 # define sm_rpool_malloc_tagged(rpool, size, file, line, group) sm_rpool_malloc(rpool, size) argument 167 # define sm_rpool_malloc_tagged_x(rpool, size, file, line, group) sm_rpool_malloc_x(rpool, size) argument 174 # define sm_rpool_strdup_x(rpool, str) sm_rpool_strdup_tagged_x(rpool, str, "sm_rpool_strdup_x:" __… argument 177 # define sm_rpool_strdup_tagged_x(rpool, str, tag, line, group) sm_rpool_strdup_x(rpool, str) argument 181 # define sm_rpool_strdup_x(rpool, str) \ argument
|
H A D | sendmail.h | 26 # define quote_internal_chars(ibp, obp, bsp, rpool) quote_internal_chars_tagged(ibp, obp, bsp, rpoo… argument 29 # define quote_internal_chars_tagged(ibp, obp, bsp, rpool, file, line, group) quote_internal_chars(… argument
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 407 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate() 422 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree() 431 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed() 449 static void randinit(sasl_rand_t *rpool) in randinit() 469 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand() 494 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | rpool.h | 146 # define sm_rpool_malloc_x(rpool, size) \ argument 155 # define sm_rpool_malloc(rpool, size) \ argument 171 # define sm_rpool_strdup_x(rpool, str) \ argument
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_lb.c | 292 uint16_t *nport, uint16_t low, uint16_t high, struct pf_kpool *rpool, in pf_get_sport() 505 struct pf_kpool *rpool) in pf_get_mape_sport() 540 struct pf_addr *init_addr, struct pf_kpool *rpool) in pf_map_addr() 861 struct pf_addr *init_addr, struct pf_kpool *rpool, pf_sn_types_t sn_type) in pf_map_addr_sn() 972 uint8_t nat_action, struct pf_kpool *rpool) in pf_get_transaddr()
|
/freebsd/contrib/sendmail/src/ |
H A D | sched.c | 127 SM_RPOOL_T *rpool; in qm() local
|
H A D | envelope.c | 72 newenvelope(e, parent, rpool) in newenvelope() argument 668 clearenvelope(e, fullclear, rpool) in clearenvelope() argument
|
H A D | sasl.c | 161 intersect(s1, s2, rpool) in intersect() argument
|
H A D | udb.c | 570 udbsender(sender, rpool) in udbsender() argument 594 udbmatch(user, field, rpool) in udbmatch() argument
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_buf.c | 682 rds_bufpool_t *rpool; in rds_init_recv_pool() local 806 rds_bufpool_t *rpool; in rds_is_recvq_empty() local 1093 rds_bufpool_t *rpool; in rds_free_recv_buf() local
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 75 newenvelope(e, parent, rpool) in newenvelope() argument 655 clearenvelope(e, fullclear, rpool) in clearenvelope() argument
|
H A D | sasl.c | 155 intersect(s1, s2, rpool) in intersect() argument
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_list.c | 229 char *rpool = NULL; in _be_list() local 438 char *rpool = NULL; in be_get_list_callback() local 999 const char *rpool, char *current_be, char *be_ds) in be_get_node_data()
|