Searched refs:put (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h224 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 Dzone2bdb.c93 REQUIRE(db->put(db, NULL, &key, &data, 0) == 0);
/bind-9.11.3/util/
H A Dcheck-sources.pl240 about such includes in later runs, put a "Required for ..."
/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c511 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 Dmem.c834 * Update internal counters after a memory put.
3004 mpctx->methods->put(mpctx, mem FLARG_PASS);

Completed in 282 milliseconds