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

  /external/libxml2/include/libxml/
xmlregexp.h 28 typedef struct _xmlRegexp xmlRegexp;
29 typedef xmlRegexp *xmlRegexpPtr;
  /external/libxml2/
xmlregexp.c 32 #include <libxml/xmlregexp.h>
423 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
428 memset(ret, 0, sizeof(xmlRegexp));
    [all...]

Completed in 21 milliseconds