Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxmlregexp.h116 typedef struct _xmlExpCtxt xmlExpCtxt; typedef
117 typedef xmlExpCtxt *xmlExpCtxtPtr;
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.in.h145 typedef struct _xmlExpCtxt xmlExpCtxt; typedef
146 typedef xmlExpCtxt *xmlExpCtxtPtr;
Dxmlregexp.c6404 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()
6407 memset(ret, 0, sizeof(xmlExpCtxt)); in xmlExpNewCtxt()
/third_party/libxml2/
Dxmlregexp.c6466 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()
6469 memset(ret, 0, sizeof(xmlExpCtxt)); in xmlExpNewCtxt()