Searched refs:put (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | mem.h | 224 void (*put)(isc_mempool_t *mpctx, void *mem _ISC_MEM_FLARG); member in struct:isc_mempoolmethods 268 ISCMEMFUNC(put)((c), (p), (s) _ISC_MEM_FILELINE); \ 283 ISCMEMPOOLFUNC(put)((c), (p) _ISC_MEM_FILELINE); \ 593 *\li The pool has no un"put" allocations outstanding 711 ISCMEMFUNC(put)(isc_mem_t *, void *, size_t _ISC_MEM_FLARG); 723 ISCMEMPOOLFUNC(put)(isc_mempool_t *, void * _ISC_MEM_FLARG);
|
/bind-9.11.3/contrib/sdb/bdb/ |
H A D | zone2bdb.c | 93 REQUIRE(db->put(db, NULL, &key, &data, 0) == 0);
|
/bind-9.11.3/util/ |
H A D | check-sources.pl | 240 about such includes in later runs, put a "Required for ..."
|
/bind-9.11.3/contrib/dlz/bin/dlzbdb/ |
H A D | dlzbdb.c | 511 bdbres = db.data->put(db.data, NULL, &key, &data, DB_APPEND); 513 bdbres = db.client->put(db.client, NULL, &key, &data, 0);
|
/bind-9.11.3/lib/isc/ |
H A D | mem.c | 834 * Update internal counters after a memory put. 3004 mpctx->methods->put(mpctx, mem FLARG_PASS);
|
Completed in 282 milliseconds