Lines Matching defs:targetp
392 dns_dbversion_t **targetp) {
394 * Attach '*targetp' to 'source'.
400 REQUIRE(targetp != NULL && *targetp == NULL);
402 (db->methods->attachversion)(db, source, targetp);
404 ENSURE(*targetp != NULL);
583 dns_dbnode_t **targetp DNS__DB_FLARG) {
585 * Attach *targetp to source.
590 REQUIRE(targetp != NULL && *targetp == NULL);
592 (db->methods->attachnode)(db, source, targetp DNS__DB_FLARG_PASS);
611 dns_dbnode_t **targetp) {
613 REQUIRE(targetp != NULL && *targetp == NULL);
616 *targetp = *sourcep;