Searched refs:xmlPatterncompile (Results 1 – 13 of 13) sorted by relevance
| /third_party/libxml2/os400/libxmlrpg/ |
| D | pattern.rpgle | 51 d xmlPatterncompile... 52 d pr extproc('xmlPatterncompile')
|
| /third_party/libxml2/include/libxml/ |
| D | pattern.h | 53 xmlPatterncompile (const xmlChar *pattern,
|
| /third_party/libxml2/ |
| D | xmllint.c | 1852 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()
|
| D | libxml2.syms | 1759 xmlPatterncompile;
|
| D | schematron.c | 405 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH, in xmlSchematronAddRule()
|
| D | pattern.c | 2362 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile() function
|
| D | elfgcchack.h | 7936 #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
|
| D | runtest.c | 3648 patternc = xmlPatterncompile((const xmlChar *) str, doc->dict, in patternTest()
|
| D | xmlreader.c | 4073 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); in xmlTextReaderPreservePattern()
|
| D | xmlschemas.c | 8159 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath() 8162 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
|
| D | xpath.c | 14115 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH, namespaces); in xmlXPathTryStreamCompile()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1409 xmlPatterncompile
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 76702 - 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
|