Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlregexp.h116 typedef struct _xmlExpCtxt xmlExpCtxt; typedef
117 typedef xmlExpCtxt *xmlExpCtxtPtr;
/external/libxml2/
Dxmlregexp.c6375 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()
6378 memset(ret, 0, sizeof(xmlExpCtxt)); in xmlExpNewCtxt()