Home
last modified time | relevance | path

Searched refs:xmlPatterncompile (Results 1 – 13 of 13) sorted by relevance

/third_party/libxml2/os400/libxmlrpg/
Dpattern.rpgle51 d xmlPatterncompile...
52 d pr extproc('xmlPatterncompile')
/third_party/libxml2/include/libxml/
Dpattern.h53 xmlPatterncompile (const xmlChar *pattern,
/third_party/libxml2/
Dxmllint.c1852 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL); in streamFile()
2018 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict, in walkDoc()
3704 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL); in main()
Dlibxml2.syms1759 xmlPatterncompile;
Dschematron.c405 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH, in xmlSchematronAddRule()
Dpattern.c2362 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile() function
Delfgcchack.h7936 #undef xmlPatterncompile
7937 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__intern…
7939 #ifndef xmlPatterncompile
7940 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidd…
7941 #define xmlPatterncompile xmlPatterncompile__internal_alias macro
Druntest.c3648 patternc = xmlPatterncompile((const xmlChar *) str, doc->dict, in patternTest()
Dxmlreader.c4073 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); in xmlTextReaderPreservePattern()
Dxmlschemas.c8159 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
8162 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
Dxpath.c14115 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH, namespaces); in xmlXPathTryStreamCompile()
/third_party/libxml2/win32/
Dlibxml2.def.src1409 xmlPatterncompile
/third_party/chromium/patch/
D0001-cve.patch76702 - xmlPatterncompile(); but this list was not freed afterwards.
78190 - * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
79311 - via calling xmlPatterncompile with a flag arg of 1.
108921 -#undef xmlPatterncompile
108922 -extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__inter…
108924 -#ifndef xmlPatterncompile
108925 -extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hid…
108926 -#define xmlPatterncompile xmlPatterncompile__internal_alias
134050 @@ -1410,6 +1365,7 @@ xmlPatterncompile