Searched refs:xmlPatterncompile (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dpattern.h53 xmlPatterncompile (const xmlChar *pattern,
/external/libxml2/include/libxml/
H A Dpattern.h53 xmlPatterncompile (const xmlChar *pattern,
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c1843 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
2000 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
3572 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
H A Dschematron.c403 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH,
H A Dpattern.c17 * using flags of xmlPatterncompile()
1843 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2201 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2224 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2251 * Push new attribute data onto the stream. NOTE: if the call xmlPatterncompile()
2343 * xmlPatterncompile:
2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, function
H A Druntest.c3492 patternc = xmlPatterncompile((const xmlChar *) str, doc->dict,
H A Delfgcchack.h7800 #undef xmlPatterncompile macro
7801 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
7803 #ifndef xmlPatterncompile
7804 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
7805 #define xmlPatterncompile xmlPatterncompile__internal_alias macro
H A Dxmlreader.c3943 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
H A Dxpath.c14505 * then we won't try to compile either. xmlPatterncompile() needs
14532 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH,
H A Dxmlschemas.c8012 * TODO: Call xmlPatterncompile with different options for selector/
8047 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8050 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
/external/libxml2/
H A Dxmllint.c1850 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
2008 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
3621 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
H A Dschematron.c403 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH,
H A Dpattern.c17 * using flags of xmlPatterncompile()
1847 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2205 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2228 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2255 * Push new attribute data onto the stream. NOTE: if the call xmlPatterncompile()
2347 * xmlPatterncompile:
2358 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, function
H A Delfgcchack.h7926 #undef xmlPatterncompile macro
7927 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
7929 #ifndef xmlPatterncompile
7930 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
7931 #define xmlPatterncompile xmlPatterncompile__internal_alias macro
H A Dxmlreader.c3967 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
H A Dxpath.c14664 * then we won't try to compile either. xmlPatterncompile() needs
14691 stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH,
H A Dxmlschemas.c8031 * TODO: Call xmlPatterncompile with different options for selector/
8066 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8069 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,

Completed in 733 milliseconds