Searched refs:lastattr (Results 1 – 1 of 1) sorted by relevance
931 xmlAttrPtr lastattr; in PHP_METHOD() local937 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()938 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()939 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_METHOD()981 xmlAttrPtr lastattr; in PHP_METHOD() local987 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()988 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()1220 xmlAttrPtr lastattr; in PHP_METHOD() local1226 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()1227 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()[all …]
Completed in 8 milliseconds