Searched refs:xmlPatterncompile (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/os400/libxmlrpg/ |
D | pattern.rpgle | 51 d xmlPatterncompile... 52 d pr extproc('xmlPatterncompile')
|
/external/libxml2/include/libxml/ |
D | pattern.h | 53 xmlPatterncompile (const xmlChar *pattern,
|
/external/libxml2/ |
D | xmllint.c | 1855 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL); in streamFile() 2019 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict, in walkDoc() 3654 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 | 2358 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile() function
|
D | elfgcchack.h | 7926 #undef xmlPatterncompile 7927 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__intern… 7929 #ifndef xmlPatterncompile 7930 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidd… 7931 #define xmlPatterncompile xmlPatterncompile__internal_alias macro
|
D | runtest.c | 3551 patternc = xmlPatterncompile((const xmlChar *) str, doc->dict, in patternTest()
|
D | xmlreader.c | 3996 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); in xmlTextReaderPreservePattern()
|
D | xmlschemas.c | 8081 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath() 8084 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
|
D | xpath.c | 14732 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH, in xmlXPathTryStreamCompile()
|
D | ChangeLog | 2107 xmlPatterncompile(); but this list was not freed afterwards. 3595 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile 4716 via calling xmlPatterncompile with a flag arg of 1.
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1408 xmlPatterncompile
|