Searched refs:xmlPattern (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dpattern.h25 * xmlPattern:
29 typedef struct _xmlPattern xmlPattern; typedef in typeref:struct:_xmlPattern
30 typedef xmlPattern *xmlPatternPtr;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dpattern.h25 * xmlPattern:
29 typedef struct _xmlPattern xmlPattern; typedef in typeref:struct:_xmlPattern
30 typedef xmlPattern *xmlPatternPtr;
/macosx-10.10/libxml2-26/libxml2/
H A Dpattern.c206 cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern));
212 memset(cur, 0, sizeof(xmlPattern));
258 memset(comp, -1, sizeof(xmlPattern));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dpattern.c203 cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern));
209 memset(cur, 0, sizeof(xmlPattern));
255 memset(comp, -1, sizeof(xmlPattern));
H A Dconfigure1683 --with-pattern add the xmlPattern selection interface (on)
13992 echo Disabling the xmlPattern parsing interface

Completed in 200 milliseconds