Home
last modified time | relevance | path

Searched refs:xmlXPathTryStreamCompile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dxpath.c12190 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile() function
12361 comp = xmlXPathTryStreamCompile(ctxt, str); in xmlXPathCtxtCompile()
12552 comp = xmlXPathTryStreamCompile(ctxt->context, ctxt->base); in xmlXPathEvalExpr()
H A DNEWS1541 Fix undefined behavior in xmlXPathTryStreamCompile (Nick Wellnhofer),
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c12853 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile() function
13023 comp = xmlXPathTryStreamCompile(ctxt, str); in xmlXPathCtxtCompile()
13208 comp = xmlXPathTryStreamCompile(ctxt->context, ctxt->base); in xmlXPathEvalExpr()
H A DNEWS1194 Fix undefined behavior in xmlXPathTryStreamCompile (Nick Wellnhofer),