Searched refs:refp (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/dom/ |
H A D | node.c | 840 xmlNodePtr child, new_child, parentp, refp; in PHP_METHOD() local 889 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_METHOD() 890 if (refp->parent != parentp) { in PHP_METHOD() 900 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_METHOD() 905 new_child->parent = refp->parent; in PHP_METHOD() 906 new_child->next = refp; in PHP_METHOD() 907 new_child->prev = refp->prev; in PHP_METHOD() 908 refp->prev = new_child; in PHP_METHOD() 913 if (new_child->parent->children == refp) { in PHP_METHOD() 935 new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj); in PHP_METHOD() [all …]
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.c | 3305 char **lreferrals, **refp; in PHP_FUNCTION() local 3344 refp = lreferrals; in PHP_FUNCTION() 3345 while (*refp) { in PHP_FUNCTION() 3346 add_next_index_string(referrals, *refp); in PHP_FUNCTION() 3347 refp++; in PHP_FUNCTION() 3523 char **lreferrals, **refp; in PHP_FUNCTION() local 3547 refp = lreferrals; in PHP_FUNCTION() 3548 while (*refp) { in PHP_FUNCTION() 3549 add_next_index_string(referrals, *refp); in PHP_FUNCTION() 3550 refp++; in PHP_FUNCTION()
|
Completed in 22 milliseconds