HomeSort by: relevance | last modified time | path
    Searched defs:detachnode (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
db.c 182 detachnode(dns_db_t *db, dns_dbnode_t **targetp DNS__DB_FLARG) { function
444 .detachnode = detachnode,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ecdb.c 258 detachnode(dns_db_t *db, dns_dbnode_t **nodep) { function
532 detachnode,
sdb.c 158 detachnode(dns_db_t *db, dns_dbnode_t **targetp);
1014 detachnode(db, &node);
1053 detachnode(dns_db_t *db, dns_dbnode_t **targetp) { function
1287 detachnode,
1410 detachnode(db, &node);
1579 detachnode(sdbiterator->common.db, &sdbiterator->common.node);
sdlz.c 199 detachnode(dns_db_t *db, dns_dbnode_t **targetp);
271 detachnode(sdlziterator->common.db, &sdlziterator->common.node);
723 detachnode(dns_db_t *db, dns_dbnode_t **targetp) { function
962 detachnode(db, &node);
1012 detachnode(db, &node);
1263 detachnode,
1425 detachnode(db, &node);
rbtdb.c 5594 detachnode(dns_db_t *db, dns_dbnode_t **targetp) { function
8592 detachnode,
8644 detachnode,
8952 detachnode(db, &node);
9233 detachnode(rbtiterator->common.db, &rbtiterator->common.node);
10291 detachnode((dns_db_t *)ctx->rbtdb, (dns_dbnode_t *)&node_a);
10294 detachnode((dns_db_t *)ctx->rbtdb, (dns_dbnode_t *)&node_aaaa);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
db.h 108 void (*detachnode)(dns_db_t *db, dns_dbnode_t **targetp); member in struct:dns_dbmethods
  /src/external/mpl/bind/dist/bin/named/
builtin.c 93 detachnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG);
621 detachnode(db, &node DNS__DB_FLARG_PASS);
662 detachnode(bdbiterator->common.db,
1071 detachnode(db, &node DNS__DB_FLARG_PASS);
1091 detachnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG) { function
1172 .detachnode = detachnode,
  /src/external/mpl/bind/dist/lib/dns/include/dns/
db.h 111 void (*detachnode)(dns_db_t *db, dns_dbnode_t **targetp DNS__DB_FLARG); member in struct:dns_dbmethods
  /src/external/mpl/bind/dist/lib/dns/
sdlz.c 194 detachnode(dns_db_t *db, dns_dbnode_t **targetp DNS__DB_FLARG);
258 detachnode(sdlziterator->common.db,
656 detachnode(dns_db_t *db, dns_dbnode_t **targetp DNS__DB_FLARG) { function
890 detachnode(db, &node DNS__DB_FLARG_PASS);
940 detachnode(db, &node DNS__DB_FLARG_PASS);
1174 .detachnode = detachnode,
1319 detachnode(db, &node DNS__DB_FLARG_PASS);
qpcache.c 2721 detachnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG) { function
4330 .detachnode = detachnode,
qpzone.c 3857 detachnode(dns_db_t *db, dns_dbnode_t **nodep DNS__DB_FLARG) { function
5218 .detachnode = detachnode,

Completed in 60 milliseconds