Home
last modified time | relevance | path

Searched refs:existattrp (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/dom/
H A Delement.c531 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local
559 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()
560 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
566 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()
581 if (existattrp != NULL) { in PHP_FUNCTION()
582 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
988 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local
1020 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()
1023 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1029 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds