Searched refs:nlenreq (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dvis_gui.c154 #define CHECK_XML_BUFF(xml_strings, nlenreq) if (xml_strings->str == NULL ||\
155 (xml_strings->nallocated < (xml_strings->nlength+nlenreq))) {\
156 if (vis_xml_allocate_buffer(xml_strings, nlenreq) != 0)\
480 int nlenreq = 0; local
483 nlenreq = strlen(tag) + 2 + 1;
485 nlenreq += 1; /* For end tag need / */
486 CHECK_XML_BUFF(xml_strings, nlenreq);
501 int nlenreq = 0; local
504 nlenreq = strlen(value) + 1;
505 CHECK_XML_BUFF(xml_strings, nlenreq);
515 int nlenreq = 0; local
533 int nlenreq = 0; local
[all...]

Completed in 92 milliseconds