Lines Matching defs:glue
159 dns_name_t *glue;
267 result = commit(callbacks, lctx, &glue_list, ictx->glue, \
491 ictx->glue = NULL;
997 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1466 * If we are processing glue and the new name does
1467 * not match the current glue name, commit the glue
1471 if (ictx->glue != NULL &&
1472 !dns_name_caseequal(ictx->glue, new_name))
1475 ictx->glue, source,
1486 ictx->glue = NULL;
1495 * new name is for glue and treat it as such,
1499 if ((ictx->glue == NULL) &&
1509 ictx->glue = new_name;
1733 if (type == dns_rdatatype_ns && ictx->glue == NULL) {
1821 name = (ictx->glue != NULL) ? ictx->glue
2038 if (ictx->glue != NULL) {
2070 if (ictx->glue != NULL) {
2098 if (ictx->glue != NULL) {
2125 result = commit(callbacks, lctx, &glue_list, ictx->glue, source,
2207 if (ictx->glue != NULL || ictx->current != NULL) {
2213 (ictx->glue != NULL) ? ictx->glue : ictx->current, &r);
2787 * Re-link glue and current list.
2791 rdatalist_head_t *current, rdatalist_head_t *glue,
2814 while ((this = ISC_LIST_HEAD(*glue)) != NULL) {
2815 ISC_LIST_UNLINK(*glue, this, link);
2822 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
2835 * Re-link the current and glue chains.
2839 rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) {
2869 * Copy glue relinking.
2871 this = ISC_LIST_HEAD(*glue);