Searched refs:glue (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dradix.c305 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
501 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
502 if (glue == NULL) {
513 if (glue != NULL)
514 isc_mem_put(radix->mctx, glue,
547 INSIST(glue == NULL);
563 INSIST(glue == NULL);
581 INSIST(glue != NULL);
582 glue->bit = differ_bit;
583 glue
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c150 dns_name_t *glue; member in struct:dns_incctx
244 ictx->glue, source, ictx->glue_line); \
494 ictx->glue = NULL;
952 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1392 * If we are processing glue and the new name does
1393 * not match the current glue name, commit the glue
1397 if (ictx->glue != NULL &&
1398 dns_name_compare(ictx->glue, new_nam
2656 grow_rdatalist(int new_len, dns_rdatalist_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
2706 grow_rdata(int new_len, dns_rdata_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
[all...]
/bind-9.6-ESV-R11/contrib/named-bootconf/
H A Dnamed-bootconf.sh140 no-fetch-glue )
141 echo " fetch-glue no;" >>$OPTIONFILE
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf70 fetch-glue yes;
284 fetch-glue true;

Completed in 16 milliseconds