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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c9462 * @lastlt: pointer to store the last '<' from the input
9468 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, argument
9472 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) {
9482 *lastlt = NULL;
9485 *lastlt = tmp;
9502 tmp = *lastlt;
9512 *lastlt = NULL;
9597 const xmlChar *lastlt, *lastgt; local
9660 xmlParseGetLasts(ctxt, &lastlt, &lastgt);
9998 if ((lastlt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c10325 * @lastlt: pointer to store the last '<' from the input
10331 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, argument
10335 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) {
10345 *lastlt = NULL;
10348 *lastlt = tmp;
10365 tmp = *lastlt;
10375 *lastlt = NULL;
10460 const xmlChar *lastlt, *lastgt; local
10523 xmlParseGetLasts(ctxt, &lastlt, &lastgt);
10861 if ((lastlt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c10325 * @lastlt: pointer to store the last '<' from the input
10331 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, argument
10335 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) {
10345 *lastlt = NULL;
10348 *lastlt = tmp;
10365 tmp = *lastlt;
10375 *lastlt = NULL;
10460 const xmlChar *lastlt, *lastgt; local
10523 xmlParseGetLasts(ctxt, &lastlt, &lastgt);
10861 if ((lastlt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c9462 * @lastlt: pointer to store the last '<' from the input
9468 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, argument
9472 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) {
9482 *lastlt = NULL;
9485 *lastlt = tmp;
9502 tmp = *lastlt;
9512 *lastlt = NULL;
9597 const xmlChar *lastlt, *lastgt; local
9660 xmlParseGetLasts(ctxt, &lastlt, &lastgt);
9998 if ((lastlt
[all...]

Completed in 248 milliseconds