Home
last modified time | relevance | path

Searched refs:xmlPattern (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
Dpattern.h29 typedef struct _xmlPattern xmlPattern; typedef
30 typedef xmlPattern *xmlPatternPtr;
Dxmlversion.h.in145 * Whether the xmlPattern node selection interface is configured in
/external/libxml2/os400/libxmlrpg/
Dpattern.rpgle20 * xmlPattern:
Dxmlversion.rpgle.in117 * Whether the xmlPattern node selection interface is configured in
/external/libxml2/
Dpattern.c206 cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern)); in xmlNewPattern()
212 memset(cur, 0, sizeof(xmlPattern)); in xmlNewPattern()
261 memset(comp, -1, sizeof(xmlPattern)); in xmlFreePatternInternal()
Dconfigure.ac152 [ --with-pattern add the xmlPattern selection interface (on)])
1221 echo Disabling the xmlPattern parsing interface
DCMakeLists.txt32 option(LIBXML2_WITH_PATTERN "Add the xmlPattern selection interface" ON)