Searched refs:lastattr (Results 1 – 1 of 1) sorted by relevance
1054 xmlAttrPtr lastattr; in PHP_METHOD() local1060 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()1061 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()1062 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_METHOD()1101 xmlAttrPtr lastattr; in PHP_METHOD() local1107 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()1108 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()1314 xmlAttrPtr lastattr; in PHP_METHOD() local1320 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()1321 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()[all …]
Completed in 10 milliseconds