Searched refs:xmlExpNode (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h125 typedef struct _xmlExpNode xmlExpNode; typedef in typeref:struct:_xmlExpNode
126 typedef xmlExpNode *xmlExpNodePtr;
H A Dxmlregexp.c6252 static xmlExpNode forbiddenExpNode = {
6256 static xmlExpNode emptyExpNode = {
6326 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));
6329 memset(ret, 0, sizeof(xmlExpNode));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h131 typedef struct _xmlExpNode xmlExpNode; typedef in typeref:struct:_xmlExpNode
132 typedef xmlExpNode *xmlExpNodePtr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h125 typedef struct _xmlExpNode xmlExpNode; typedef in typeref:struct:_xmlExpNode
126 typedef xmlExpNode *xmlExpNodePtr;
H A Dxmlregexp.c6252 static xmlExpNode forbiddenExpNode = {
6256 static xmlExpNode emptyExpNode = {
6326 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));
6329 memset(ret, 0, sizeof(xmlExpNode));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c6377 static xmlExpNode forbiddenExpNode = {
6381 static xmlExpNode emptyExpNode = {
6451 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));
6454 memset(ret, 0, sizeof(xmlExpNode));

Completed in 133 milliseconds