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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c14475 * xmlXPathTryStreamCompile:
14484 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { function
14624 comp = xmlXPathTryStreamCompile(ctxt, str);
14834 comp = xmlXPathTryStreamCompile(ctxt->context, ctxt->base);
/external/libxml2/
H A Dxpath.c14634 * xmlXPathTryStreamCompile:
14643 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { function
14789 comp = xmlXPathTryStreamCompile(ctxt, str);
14995 comp = xmlXPathTryStreamCompile(ctxt->context, ctxt->base);

Completed in 4879 milliseconds