HomeSort by relevance Sort by last modified time
    Searched refs:xmlPattern (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
pattern.h 25 * xmlPattern:
29 typedef struct _xmlPattern xmlPattern;
30 typedef xmlPattern *xmlPatternPtr;
  /external/libxml2/
pattern.c 203 cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern));
209 memset(cur, 0, sizeof(xmlPattern));
255 memset(comp, -1, sizeof(xmlPattern));
    [all...]

Completed in 6793 milliseconds