Searched refs:xml_len (Results 1 – 1 of 1) sorted by relevance
36 int xml_len; member861 if ( (*ct >= xlatp->xml_len) in get_special_char()862 && (strncmp(pz, xlatp->xml_txt, (size_t)xlatp->xml_len) == 0)) { in get_special_char()863 *ppz += xlatp->xml_len; in get_special_char()864 *ct -= xlatp->xml_len; in get_special_char()