Searched refs:refp (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/dom/ |
H A D | node.c | 852 xmlNodePtr child, new_child, parentp, refp; in PHP_METHOD() local 901 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_METHOD() 902 if (refp->parent != parentp) { in PHP_METHOD() 912 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_METHOD() 917 new_child->parent = refp->parent; in PHP_METHOD() 918 new_child->next = refp; in PHP_METHOD() 919 new_child->prev = refp->prev; in PHP_METHOD() 920 refp->prev = new_child; in PHP_METHOD() 925 if (new_child->parent->children == refp) { in PHP_METHOD() 946 new_child = xmlAddPrevSibling(refp, child); in PHP_METHOD() [all …]
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 3435 char **lreferrals, **refp; in PHP_FUNCTION() local 3473 refp = lreferrals; in PHP_FUNCTION() 3474 while (*refp) { in PHP_FUNCTION() 3475 add_next_index_string(referrals, *refp); in PHP_FUNCTION() 3476 refp++; in PHP_FUNCTION() 3647 char **lreferrals, **refp; in PHP_FUNCTION() local 3668 refp = lreferrals; in PHP_FUNCTION() 3669 while (*refp) { in PHP_FUNCTION() 3670 add_next_index_string(referrals, *refp); in PHP_FUNCTION() 3671 refp++; in PHP_FUNCTION()
|
Completed in 50 milliseconds