Searched refs:lastattr (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.c3297 xmlAttrPtr lastattr; local
3300 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
3303 if ((lastattr != NULL) && (lastattr != (xmlAttrPtr) cur) && (lastattr->type != XML_ATTRIBUTE_DECL)) {
3305 xmlUnlinkNode((xmlNodePtr) lastattr);
3306 xmlFreeProp(lastattr);
3308 if (lastattr == (xmlAttrPtr) cur)
3311 lastattr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c3316 xmlAttrPtr lastattr; local
3319 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3321 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
3322 if ((lastattr != NULL) && (lastattr != (xmlAttrPtr) cur) && (lastattr->type != XML_ATTRIBUTE_DECL)) {
3324 xmlUnlinkNode((xmlNodePtr) lastattr);
3325 xmlFreeProp(lastattr);
3327 if (lastattr == (xmlAttrPtr) cur)
3330 lastattr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c3316 xmlAttrPtr lastattr; local
3319 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3321 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
3322 if ((lastattr != NULL) && (lastattr != (xmlAttrPtr) cur) && (lastattr->type != XML_ATTRIBUTE_DECL)) {
3324 xmlUnlinkNode((xmlNodePtr) lastattr);
3325 xmlFreeProp(lastattr);
3327 if (lastattr == (xmlAttrPtr) cur)
3330 lastattr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c3297 xmlAttrPtr lastattr; local
3300 lastattr = xmlHasNsProp(parent, cur->name, NULL);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
3303 if ((lastattr != NULL) && (lastattr != (xmlAttrPtr) cur) && (lastattr->type != XML_ATTRIBUTE_DECL)) {
3305 xmlUnlinkNode((xmlNodePtr) lastattr);
3306 xmlFreeProp(lastattr);
3308 if (lastattr == (xmlAttrPtr) cur)
3311 lastattr
[all...]

Completed in 282 milliseconds