Searched defs:glue (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dradix.c304 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
496 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
497 if (glue == NULL) {
508 if (glue != NULL)
509 isc_mem_put(radix->mctx, glue,
544 INSIST(glue == NULL);
560 INSIST(glue == NULL);
578 INSIST(glue != NULL);
579 glue->bit = differ_bit;
580 glue
[all...]
/bind-9.11.3/lib/dns/
H A Dmaster.c154 dns_name_t *glue; member in struct:dns_incctx
257 ictx->glue, source, ictx->glue_line); \
491 ictx->glue = NULL;
997 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1444 * If we are processing glue and the new name does
1445 * not match the current glue name, commit the glue
1449 if (ictx->glue != NULL &&
1450 dns_name_compare(ictx->glue, new_nam
2950 grow_rdatalist(int new_len, dns_rdatalist_t *oldlist, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
3000 grow_rdata(int new_len, dns_rdata_t *oldlist, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
[all...]

Completed in 27 milliseconds