HomeSort by: relevance | last modified time | path
    Searched defs:xml_len (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
nested.c 38 int xml_len; member in struct:__anon7522
863 if ( (*ct >= xlatp->xml_len)
864 && (strncmp(pz, xlatp->xml_txt, (size_t)xlatp->xml_len) == 0)) {
865 *ppz += xlatp->xml_len;
866 *ct -= xlatp->xml_len;

Completed in 21 milliseconds