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

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

Completed in 35 milliseconds