Searched refs:existattrp (Results 1 – 1 of 1) sorted by relevance
536 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local563 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()564 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()570 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()585 if (existattrp != NULL) { in PHP_FUNCTION()586 DOM_RET_OBJ(rv, (xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()961 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local992 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()995 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()1001 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()[all …]
Completed in 6 milliseconds