Searched refs:idVal (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c9159 xmlChar *idVal; local
9161 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9162 if (idVal != NULL) {
9163 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9165 xmlFree(idVal);
9168 xmlFree(idVal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c9303 xmlChar *idVal; local
9305 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9306 if (idVal != NULL) {
9307 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9309 xmlFree(idVal);
9312 xmlFree(idVal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c9303 xmlChar *idVal; local
9305 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9306 if (idVal != NULL) {
9307 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9309 xmlFree(idVal);
9312 xmlFree(idVal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c9159 xmlChar *idVal; local
9161 idVal = xmlNodeListGetString(cur->doc, cur->children, 1);
9162 if (idVal != NULL) {
9163 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) {
9165 xmlFree(idVal);
9168 xmlFree(idVal);

Completed in 274 milliseconds