Searched defs:glue (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | radix.c | 305 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 D | master.c | 150 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...] |
Completed in 597 milliseconds