Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c233 typedef struct _xmlAutomata xmlRegParserCtxt; typedef
234 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;
684 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()
687 memset(ret, 0, sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()