Searched refs:xmlEntity (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dentities.c29 static xmlEntity xmlEntityLt = {
36 static xmlEntity xmlEntityGt = {
43 static xmlEntity xmlEntityAmp = {
50 static xmlEntity xmlEntityQuot = {
57 static xmlEntity xmlEntityApos = {
178 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
183 memset(ret, 0, sizeof(xmlEntity));
774 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
779 memset(cur, 0, sizeof(xmlEntity));
H A Dtree.in.h47 typedef struct _xmlEntity xmlEntity; typedef in typeref:struct:_xmlEntity
48 typedef xmlEntity *xmlEntityPtr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dentities.c29 static xmlEntity xmlEntityLt = {
36 static xmlEntity xmlEntityGt = {
43 static xmlEntity xmlEntityAmp = {
50 static xmlEntity xmlEntityQuot = {
57 static xmlEntity xmlEntityApos = {
152 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
157 memset(ret, 0, sizeof(xmlEntity));
830 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
835 memset(cur, 0, sizeof(xmlEntity));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dentities.c29 static xmlEntity xmlEntityLt = {
36 static xmlEntity xmlEntityGt = {
43 static xmlEntity xmlEntityAmp = {
50 static xmlEntity xmlEntityQuot = {
57 static xmlEntity xmlEntityApos = {
178 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
183 memset(ret, 0, sizeof(xmlEntity));
774 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
779 memset(cur, 0, sizeof(xmlEntity));
H A Dtree.in.h47 typedef struct _xmlEntity xmlEntity; typedef in typeref:struct:_xmlEntity
48 typedef xmlEntity *xmlEntityPtr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h47 typedef struct _xmlEntity xmlEntity; typedef in typeref:struct:_xmlEntity
48 typedef xmlEntity *xmlEntityPtr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py559 return xmlEntity(_obj=o)

Completed in 123 milliseconds