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

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 177 typedef struct _xmlAutomataState xmlRegState;
178 typedef xmlRegState *xmlRegStatePtr;
875 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
880 memset(ret, 0, sizeof(xmlRegState));
    [all...]
  /external/libxml2/
xmlregexp.c 180 typedef struct _xmlAutomataState xmlRegState;
181 typedef xmlRegState *xmlRegStatePtr;
879 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
884 memset(ret, 0, sizeof(xmlRegState));
    [all...]

Completed in 43 milliseconds