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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c10490 * xmlParseLookupSequence:
10506 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, function
10866 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0))
10952 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) {
11056 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0))
11070 term = xmlParseLookupSequence(ctxt, '-', '-', '>');
11092 (xmlParseLookupSequence(ctxt, ';', 0, 0) < 0))
11115 } else if (xmlParseLookupSequence(ctxt,
11145 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) {
11175 base = xmlParseLookupSequence(ctx
[all...]
/external/libxml2/
H A Dparser.c10511 * xmlParseLookupSequence:
10527 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, function
10887 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0))
10973 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) {
11075 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0))
11089 term = xmlParseLookupSequence(ctxt, '-', '-', '>');
11111 (xmlParseLookupSequence(ctxt, ';', 0, 0) < 0))
11134 } else if (xmlParseLookupSequence(ctxt,
11164 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) {
11194 base = xmlParseLookupSequence(ctx
[all...]

Completed in 329 milliseconds