Searched refs:targetp (Results 1 - 25 of 33) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dtaskpool.h87 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp);
102 isc_taskpool_t **targetp);
109 * 'targetp'.
112 * 'sourcep' is attached to 'targetp' without any other action being taken.
119 * \li 'targetp' is not NULL and '*source' is NULL
123 * \li On success, '*targetp' points to a valid task pool.
H A Dtask.h138 isc_task_attach(isc_task_t *source, isc_task_t **targetp);
140 * Attach *targetp to source.
146 *\li 'targetp' points to a NULL isc_task_t *.
150 *\li *targetp is attached to source.
/bind-9.6-ESV-R11/lib/isc/
H A Dtaskpool.c104 isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp) { argument
107 isc_task_attach(pool->tasks[i % pool->ntasks], targetp);
118 isc_taskpool_t **targetp)
124 REQUIRE(targetp != NULL && *targetp == NULL);
159 *targetp = pool;
117 isc_taskpool_expand(isc_taskpool_t **sourcep, unsigned int size, isc_taskpool_t **targetp) argument
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dinterfacemgr.h109 ns_interfacemgr_detach(ns_interfacemgr_t **targetp);
161 ns_interface_detach(ns_interface_t **targetp);
H A Dlwresd.h83 ns_lwdmanager_attach(ns_lwresd_t *source, ns_lwresd_t **targetp);
95 ns_lwreslistener_t **targetp);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacache.h200 dns_acache_attach(dns_acache_t *source, dns_acache_t **targetp);
202 * Attach *targetp to cache.
208 * 'targetp' points to a NULL dns_acache_t *.
212 * *targetp is attached to the 'source' additional cache.
407 dns_acache_attachentry(dns_acacheentry_t *source, dns_acacheentry_t **targetp);
409 * Attach *targetp to the cache entry 'source'.
415 * 'targetp' points to a NULL dns_acacheentry_t *.
419 * *targetp is attached to 'source'.
H A Ddbtable.h76 dns_dbtable_attach(dns_dbtable_t *source, dns_dbtable_t **targetp);
78 * Attach '*targetp' to 'source'.
84 *\li 'targetp' points to a NULL dns_dbtable_t *.
88 *\li *targetp is attached to source.
H A Dkeytable.h76 dns_keytable_attach(dns_keytable_t *source, dns_keytable_t **targetp);
78 * Attach *targetp to source.
84 *\li 'targetp' points to a NULL dns_keytable_t *.
88 *\li *targetp is attached to source.
H A Ddb.h72 void (*attach)(dns_db_t *source, dns_db_t **targetp);
85 dns_dbversion_t **targetp);
107 dns_dbnode_t **targetp);
109 dns_dbnode_t **targetp);
149 dns_dbnode_t **targetp);
291 dns_db_attach(dns_db_t *source, dns_db_t **targetp);
293 * Attach *targetp to source.
299 * \li 'targetp' points to a NULL dns_db_t *.
303 * \li *targetp is attached to source.
592 dns_dbversion_t **targetp);
[all...]
H A Dcache.h113 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp);
115 * Attach *targetp to cache.
121 *\li 'targetp' points to a NULL dns_cache_t *.
125 *\li *targetp is attached to cache.
H A Dssu.h61 dns_ssutable_attach(dns_ssutable_t *source, dns_ssutable_t **targetp);
63 * Attach '*targetp' to 'source'.
67 *\li 'targetp' points to a NULL dns_ssutable_t *.
70 *\li *targetp is attached to source.
H A Dview.h204 dns_view_attach(dns_view_t *source, dns_view_t **targetp);
206 * Attach '*targetp' to 'source'.
212 *\li 'targetp' points to a NULL dns_view_t *.
216 *\li *targetp is attached to source.
218 *\li While *targetp is attached, the view will not shut down.
251 dns_view_weakattach(dns_view_t *source, dns_view_t **targetp);
253 * Weakly attach '*targetp' to 'source'.
259 *\li 'targetp' points to a NULL dns_view_t *.
263 *\li *targetp is attached to source.
265 * \li While *targetp i
[all...]
H A Drequest.h135 dns_requestmgr_attach(dns_requestmgr_t *source, dns_requestmgr_t **targetp);
144 *\li 'targetp' to be non NULL and '*targetp' to be NULL.
H A Dtsig.h142 dns_tsigkey_attach(dns_tsigkey_t *source, dns_tsigkey_t **targetp);
144 * Attach '*targetp' to 'source'.
150 *\li *targetp is attached to source.
/bind-9.6-ESV-R11/lib/dns/
H A Ddb.c148 dns_db_attach(dns_db_t *source, dns_db_t **targetp) { argument
151 * Attach *targetp to source.
155 REQUIRE(targetp != NULL && *targetp == NULL);
157 (source->methods->attach)(source, targetp);
159 ENSURE(*targetp == source);
414 dns_dbversion_t **targetp)
417 * Attach '*targetp' to 'source'.
423 REQUIRE(targetp != NULL && *targetp
413 dns_db_attachversion(dns_db_t *db, dns_dbversion_t *source, dns_dbversion_t **targetp) argument
532 dns_db_attachnode(dns_db_t *db, dns_dbnode_t *source, dns_dbnode_t **targetp) argument
561 dns_db_transfernode(dns_db_t *db, dns_dbnode_t **sourcep, dns_dbnode_t **targetp) argument
[all...]
H A Ddbtable.c136 dns_dbtable_attach(dns_dbtable_t *source, dns_dbtable_t **targetp) { argument
138 REQUIRE(targetp != NULL && *targetp == NULL);
148 *targetp = source;
H A Dkeytable.c121 dns_keytable_attach(dns_keytable_t *source, dns_keytable_t **targetp) { argument
124 * Attach *targetp to source.
128 REQUIRE(targetp != NULL && *targetp == NULL);
138 *targetp = source;
H A Dsdb.c160 static void detachnode(dns_db_t *db, dns_dbnode_t **targetp);
539 attach(dns_db_t *source, dns_db_t **targetp) { argument
549 *targetp = source;
642 dns_dbversion_t **targetp)
645 REQUIRE(targetp != NULL && *targetp == NULL);
648 *targetp = source;
980 attachnode(dns_db_t *db, dns_dbnode_t *source, dns_dbnode_t **targetp) { argument
994 *targetp = source;
998 detachnode(dns_db_t *db, dns_dbnode_t **targetp) { argument
641 attachversion(dns_db_t *db, dns_dbversion_t *source, dns_dbversion_t **targetp) argument
[all...]
H A Dsdlz.c196 static void detachnode(dns_db_t *db, dns_dbnode_t **targetp);
308 attach(dns_db_t *source, dns_db_t **targetp) { argument
318 *targetp = source;
402 dns_dbversion_t **targetp)
408 UNUSED(targetp);
409 *targetp = source;
609 attachnode(dns_db_t *db, dns_dbnode_t *source, dns_dbnode_t **targetp) { argument
623 *targetp = source;
627 detachnode(dns_db_t *db, dns_dbnode_t **targetp) { argument
633 REQUIRE(targetp !
401 attachversion(dns_db_t *db, dns_dbversion_t *source, dns_dbversion_t **targetp) argument
[all...]
H A Dssu.c120 dns_ssutable_attach(dns_ssutable_t *source, dns_ssutable_t **targetp) { argument
122 REQUIRE(targetp != NULL && *targetp == NULL);
132 *targetp = source;
H A Dacache.c1153 dns_acache_attach(dns_acache_t *source, dns_acache_t **targetp) { argument
1155 REQUIRE(targetp != NULL && *targetp == NULL);
1161 *targetp = source;
1701 dns_acacheentry_t **targetp)
1704 REQUIRE(targetp != NULL && *targetp == NULL);
1708 *targetp = source;
1700 dns_acache_attachentry(dns_acacheentry_t *source, dns_acacheentry_t **targetp) argument
H A Drequest.c280 requestmgr_attach(dns_requestmgr_t *source, dns_requestmgr_t **targetp) { argument
287 REQUIRE(targetp != NULL && *targetp == NULL);
292 *targetp = source;
328 dns_requestmgr_attach(dns_requestmgr_t *source, dns_requestmgr_t **targetp) { argument
331 REQUIRE(targetp != NULL && *targetp == NULL);
336 *targetp = source;
H A Dview.c388 dns_view_attach(dns_view_t *source, dns_view_t **targetp) { argument
391 REQUIRE(targetp != NULL && *targetp == NULL);
395 *targetp = source;
461 dns_view_weakattach(dns_view_t *source, dns_view_t **targetp) { argument
464 REQUIRE(targetp != NULL && *targetp == NULL);
470 *targetp = source;
/bind-9.6-ESV-R11/bin/named/
H A Dlwresd.c416 ns_lwdmanager_attach(ns_lwresd_t *source, ns_lwresd_t **targetp) { argument
418 INSIST(targetp != NULL && *targetp == NULL);
424 *targetp = source;
464 ns_lwreslistener_t **targetp)
467 INSIST(targetp != NULL && *targetp == NULL);
473 *targetp = source;
463 ns_lwreslistener_attach(ns_lwreslistener_t *source, ns_lwreslistener_t **targetp) argument
H A Dinterfacemgr.c152 ns_interfacemgr_detach(ns_interfacemgr_t **targetp) { argument
154 ns_interfacemgr_t *target = *targetp;
165 *targetp = NULL;
432 ns_interface_detach(ns_interface_t **targetp) { argument
434 ns_interface_t *target = *targetp;
445 *targetp = NULL;

Completed in 58 milliseconds

12