HomeSort by: relevance | last modified time | path
    Searched refs:dns_ntnode_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
nametree.c 69 destroy_ntnode(dns_ntnode_t *node) {
75 isc_mem_putanddetach(&node->mctx, node, sizeof(dns_ntnode_t));
122 static dns_ntnode_t *
124 dns_ntnode_t *node = isc_mem_get(mctx, sizeof(*node));
125 *node = (dns_ntnode_t){
153 dns_ntnode_t *old = NULL, *new = NULL;
220 dns_ntnode_t *old = NULL;
235 dns_ntnode_t *new = newnode(nametree->mctx, name);
253 dns_ntnode_t **ntnodep) {
255 dns_ntnode_t *node = NULL
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
nametree.h 129 dns_ntnode_t **ntp);
types.h 128 typedef struct dns_ntnode dns_ntnode_t; typedef in typeref:struct:dns_ntnode
  /src/external/mpl/bind/dist/tests/dns/
nametree_test.c 97 dns_ntnode_t *node = NULL;
128 dns_ntnode_t *node = NULL;
302 dns_ntnode_t *node = NULL;

Completed in 15 milliseconds