Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Dpattern.rpgle51 d xmlPatterncompile...
52 d pr extproc('xmlPatterncompile')
/external/libxml2/include/libxml/
Dpattern.h53 xmlPatterncompile (const xmlChar *pattern,
/external/libxml2/
Dxmllint.c1855 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()
Dlibxml2.syms1759 xmlPatterncompile;
Dschematron.c405 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH, in xmlSchematronAddRule()
Dpattern.c2358 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile() function
Delfgcchack.h7926 #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
Druntest.c3551 patternc = xmlPatterncompile((const xmlChar *) str, doc->dict, in patternTest()
Dxmlreader.c3996 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); in xmlTextReaderPreservePattern()
Dxmlschemas.c8081 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
8084 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
Dxpath.c14732 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH, in xmlXPathTryStreamCompile()
DChangeLog2107 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/
Dlibxml2.def.src1408 xmlPatterncompile