Home
last modified time | relevance | path

Searched refs:xmlRegexp (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dxmlregexp.h28 typedef struct _xmlRegexp xmlRegexp; typedef
29 typedef xmlRegexp *xmlRegexpPtr;
/external/libxml2/
Dxmlregexp.c429 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()
434 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()