Home
last modified time | relevance | path

Searched defs:rpool (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/mail/batv-milter/batv-milter-0.5.0/libsm/
H A Drpool.c60 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 Dfopen.c107 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
/dports/mail/libmilter/sendmail-8.16.1/libsm/
H A Drpool.c60 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 Dfopen.c107 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
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/cgroup/
H A Drdma.c82 static void set_resource_limit(struct rdmacg_resource_pool *rpool, in set_resource_limit()
95 static void set_all_resource_max_limit(struct rdmacg_resource_pool *rpool) in set_all_resource_max_limit()
103 static void free_cg_rpool_locked(struct rdmacg_resource_pool *rpool) in free_cg_rpool_locked()
131 struct rdmacg_resource_pool *rpool; in get_cg_rpool_locked() local
166 struct rdmacg_resource_pool *rpool; in uncharge_cg_locked() local
264 struct rdmacg_resource_pool *rpool; in rdmacg_try_charge() local
336 struct rdmacg_resource_pool *rpool, *tmp; in rdmacg_unregister_device() local
430 struct rdmacg_resource_pool *rpool; in rdmacg_resource_set_max() local
493 struct rdmacg_resource_pool *rpool) in print_rpool_values()
527 struct rdmacg_resource_pool *rpool; in rdmacg_resource_read() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/cgroup/
H A Drdma.c82 static void set_resource_limit(struct rdmacg_resource_pool *rpool, in set_resource_limit()
95 static void set_all_resource_max_limit(struct rdmacg_resource_pool *rpool) in set_all_resource_max_limit()
103 static void free_cg_rpool_locked(struct rdmacg_resource_pool *rpool) in free_cg_rpool_locked()
131 struct rdmacg_resource_pool *rpool; in get_cg_rpool_locked() local
166 struct rdmacg_resource_pool *rpool; in uncharge_cg_locked() local
264 struct rdmacg_resource_pool *rpool; in rdmacg_try_charge() local
336 struct rdmacg_resource_pool *rpool, *tmp; in rdmacg_unregister_device() local
430 struct rdmacg_resource_pool *rpool; in rdmacg_resource_set_max() local
493 struct rdmacg_resource_pool *rpool) in print_rpool_values()
527 struct rdmacg_resource_pool *rpool; in rdmacg_resource_read() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/cgroup/
H A Drdma.c82 static void set_resource_limit(struct rdmacg_resource_pool *rpool, in set_resource_limit()
95 static void set_all_resource_max_limit(struct rdmacg_resource_pool *rpool) in set_all_resource_max_limit()
103 static void free_cg_rpool_locked(struct rdmacg_resource_pool *rpool) in free_cg_rpool_locked()
131 struct rdmacg_resource_pool *rpool; in get_cg_rpool_locked() local
166 struct rdmacg_resource_pool *rpool; in uncharge_cg_locked() local
264 struct rdmacg_resource_pool *rpool; in rdmacg_try_charge() local
336 struct rdmacg_resource_pool *rpool, *tmp; in rdmacg_unregister_device() local
430 struct rdmacg_resource_pool *rpool; in rdmacg_resource_set_max() local
493 struct rdmacg_resource_pool *rpool) in print_rpool_values()
527 struct rdmacg_resource_pool *rpool; in rdmacg_resource_read() local
[all …]
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/lib/
H A Dsaslutil.c382 int sasl_randcreate(sasl_rand_t **rpool) in sasl_randcreate()
393 void sasl_randfree(sasl_rand_t **rpool) in sasl_randfree()
398 void sasl_randseed (sasl_rand_t *rpool, const char *seed, unsigned len) in sasl_randseed()
416 static void randinit(sasl_rand_t *rpool) in randinit()
441 void sasl_rand (sasl_rand_t *rpool, char *buf, unsigned len) in sasl_rand()
477 void sasl_churn (sasl_rand_t *rpool, const char *data, unsigned len) in sasl_churn()
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/
H A Drpool.h146 # 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
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjturn-srv/
H A Dlistener_udp.c128 pj_pool_t *rpool = pj_pool_create(srv->core.pf, "rop%p", in pj_turn_listener_create_udp() local
169 pj_pool_t *rpool = udp->read_op[i]->pkt.pool; in udp_destroy() local
233 pj_pool_t *rpool; in on_read_complete() local
/dports/mail/libmilter/sendmail-8.16.1/include/sm/
H A Drpool.h146 # 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
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Dua_db.cc266 PoolDbRecord rpool; in SetPooldbrReferences() local
284 PoolDbRecord rpool; in SetPooldbrReferences() local

123456789