Lines Matching refs:glue
163 dns_name_t *glue;
264 result = commit(callbacks, lctx, &glue_list, ictx->glue, \
494 ictx->glue = NULL;
1033 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1497 * If we are processing glue and the new name does
1498 * not match the current glue name, commit the glue
1502 if (ictx->glue != NULL &&
1503 !dns_name_caseequal(ictx->glue, new_name))
1506 ictx->glue, source,
1517 ictx->glue = NULL;
1526 * new name is for glue and treat it as such,
1530 if ((ictx->glue == NULL) &&
1540 ictx->glue = new_name;
1767 if (type == dns_rdatatype_ns && ictx->glue == NULL) {
1855 name = (ictx->glue != NULL) ? ictx->glue
2050 if (ictx->glue != NULL) {
2082 if (ictx->glue != NULL) {
2110 if (ictx->glue != NULL) {
2137 result = commit(callbacks, lctx, &glue_list, ictx->glue, source,
2220 if (ictx->glue != NULL || ictx->current != NULL) {
2226 (ictx->glue != NULL) ? ictx->glue : ictx->current, &r);
2979 * Re-link glue and current list.
2983 rdatalist_head_t *current, rdatalist_head_t *glue,
3009 while ((this = ISC_LIST_HEAD(*glue)) != NULL) {
3010 ISC_LIST_UNLINK(*glue, this, link);
3017 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
3030 * Re-link the current and glue chains.
3034 rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) {
3068 * Copy glue relinking.
3070 this = ISC_LIST_HEAD(*glue);