Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dpattern.h53 xmlPatterncompile (const xmlChar *pattern,
/external/libxml2/
Dxmllint.c1847 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL); in streamFile()
2004 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict, in walkDoc()
3612 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL); in main()
Dschematron.c403 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH, in xmlSchematronAddRule()
Dpattern.c2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile() function
Delfgcchack.h7800 #undef xmlPatterncompile
7801 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__intern…
7803 #ifndef xmlPatterncompile
7804 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidd…
7805 #define xmlPatterncompile xmlPatterncompile__internal_alias macro
Dxmlreader.c3949 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); in xmlTextReaderPreservePattern()
Dxmlschemas.c8047 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
8050 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
Dxpath.c14603 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH, in xmlXPathTryStreamCompile()