Searched refs:xmlPattern (Results 1 – 7 of 7) sorted by relevance
29 typedef struct _xmlPattern xmlPattern; typedef30 typedef xmlPattern *xmlPatternPtr;
145 * Whether the xmlPattern node selection interface is configured in
20 * xmlPattern:
117 * Whether the xmlPattern node selection interface is configured in
206 cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern)); in xmlNewPattern()212 memset(cur, 0, sizeof(xmlPattern)); in xmlNewPattern()261 memset(comp, -1, sizeof(xmlPattern)); in xmlFreePatternInternal()
152 [ --with-pattern add the xmlPattern selection interface (on)])1221 echo Disabling the xmlPattern parsing interface
32 option(LIBXML2_WITH_PATTERN "Add the xmlPattern selection interface" ON)