Lines Matching defs:current
153 dns_name_t *current;
251 ictx->current, source, ictx->current_line); \
492 ictx->current = NULL;
997 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1254 "$DATE in future, using current date",
1445 * not match the current glue name, commit the glue
1470 * name does not match the current name, see if the
1475 if ((ictx->glue == NULL) && (ictx->current == NULL ||
1476 dns_name_compare(ictx->current, new_name) != 0)) {
1489 ictx->current,
1504 ictx->current = new_name;
1577 if (ictx->current == NULL) {
1579 "%s:%lu: no current owner name",
1593 dns_name_format(ictx->current, cbuf,
1785 ictx->current;
1841 dns_name_compare(ictx->current, lctx->top) != 0) {
1843 dns_name_format(ictx->current, namebuf,
2018 result = commit(callbacks, lctx, ¤t_list, ictx->current,
2094 /* Set current domain. */
2095 if (ictx->glue != NULL || ictx->current != NULL) {
2101 newctx->current =
2105 ictx->glue : ictx->current, &r);
2106 dns_name_fromregion(newctx->current, &r);
2947 * Re-link glue and current list.
2951 rdatalist_head_t *current, rdatalist_head_t *glue,
2964 while ((this = ISC_LIST_HEAD(*current)) != NULL) {
2965 ISC_LIST_UNLINK(*current, this, link);
2972 ISC_LIST_APPEND(*current, &newlist[rdlcount], link);
2997 * Re-link the current and glue chains.
3001 rdatalist_head_t *current, rdatalist_head_t *glue,
3016 * Copy current relinking.
3018 this = ISC_LIST_HEAD(*current);