Searched refs:type_start (Results 1 – 3 of 3) sorted by relevance
250 unsigned int type_start; in rdataset_totext() local337 type_start = target->used; in rdataset_totext()354 column += (target->used - type_start); in rdataset_totext()447 unsigned int type_start; in question_totext() local449 type_start = target->used; in question_totext()453 column += (target->used - type_start); in question_totext()
1651 const char *type_start = (*pp) - 1; in read_type() local1676 type_start); in read_type()
2140 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE)2141 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix)2142 string(SUBSTRING "${ARG_OUTPUT_DIR}" ${type_start} -1 path_suffix)