Searched refs:xmlXPathTryStreamCompile (Results 1 – 4 of 4) sorted by relevance
12190 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile() function12361 comp = xmlXPathTryStreamCompile(ctxt, str); in xmlXPathCtxtCompile()12552 comp = xmlXPathTryStreamCompile(ctxt->context, ctxt->base); in xmlXPathEvalExpr()
1541 Fix undefined behavior in xmlXPathTryStreamCompile (Nick Wellnhofer),
12853 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile() function13023 comp = xmlXPathTryStreamCompile(ctxt, str); in xmlXPathCtxtCompile()13208 comp = xmlXPathTryStreamCompile(ctxt->context, ctxt->base); in xmlXPathEvalExpr()
1194 Fix undefined behavior in xmlXPathTryStreamCompile (Nick Wellnhofer),