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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c233 typedef struct _xmlAutomata xmlRegParserCtxt; typedef in typeref:struct:_xmlAutomata
234 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;
684 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
687 memset(ret, 0, sizeof(xmlRegParserCtxt));
/external/libxml2/
H A Dxmlregexp.c237 typedef struct _xmlAutomata xmlRegParserCtxt; typedef in typeref:struct:_xmlAutomata
238 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;
688 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
691 memset(ret, 0, sizeof(xmlRegParserCtxt));

Completed in 142 milliseconds