Searched refs:xmlPatterncompile (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | pattern.h | 53 xmlPatterncompile (const xmlChar *pattern,
|
/external/libxml2/ |
D | xmllint.c | 1847 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()
|
D | schematron.c | 403 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH, in xmlSchematronAddRule()
|
D | pattern.c | 2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile() function
|
D | elfgcchack.h | 7800 #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
|
D | xmlreader.c | 3949 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); in xmlTextReaderPreservePattern()
|
D | xmlschemas.c | 8047 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath() 8050 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()
|
D | xpath.c | 14603 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH, in xmlXPathTryStreamCompile()
|