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

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
iptable.h 33 ISC_LINK(dns_iptable_t) nextincache; member in struct:dns_iptable
acl.h 90 ISC_LINK(dns_acl_t) nextincache; /*%< Ditto */ member in struct:dns_acl
  /src/external/mpl/bind/dist/lib/dns/include/dns/
iptable.h 33 ISC_LINK(dns_iptable_t) nextincache; member in struct:dns_iptable
acl.h 97 ISC_LINK(dns_acl_t) nextincache; /*%< Ditto */ member in struct:dns_acl
  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 84 next = ISC_LIST_NEXT(dacl, nextincache);
86 nextincache);
133 dacl = ISC_LIST_NEXT(dacl, nextincache))
156 ISC_LINK_INIT(&loop, nextincache);
159 ISC_LIST_APPEND(ctx->named_acl_cache, &loop, nextincache);
162 ISC_LIST_UNLINK(ctx->named_acl_cache, &loop, nextincache);
169 ISC_LIST_APPEND(ctx->named_acl_cache, dacl, nextincache);
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
aclconf.c 85 next = ISC_LIST_NEXT(dacl, nextincache);
87 nextincache);
134 dacl = ISC_LIST_NEXT(dacl, nextincache))
159 ISC_LINK_INIT(&loop, nextincache);
162 ISC_LIST_APPEND(ctx->named_acl_cache, &loop, nextincache);
165 ISC_LIST_UNLINK(ctx->named_acl_cache, &loop, nextincache);
172 ISC_LIST_APPEND(ctx->named_acl_cache, dacl, nextincache);
  /src/external/mpl/bind/dist/lib/dns/
acl.c 45 .nextincache = ISC_LINK_INITIALIZER,
476 INSIST(!ISC_LINK_LINKED(dacl, nextincache));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 66 ISC_LINK_INIT(acl, nextincache);
453 INSIST(!ISC_LINK_LINKED(dacl, nextincache));

Completed in 42 milliseconds