Home
last modified time | relevance | path

Searched refs:xml_len (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c36 int xml_len; member
861 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()