Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dnode.c930 xmlNodePtr child, new_child, parentp, refp; in PHP_FUNCTION() local
977 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
978 if (refp->parent != parentp) { in PHP_FUNCTION()
988 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_FUNCTION()
993 new_child->parent = refp->parent; in PHP_FUNCTION()
994 new_child->next = refp; in PHP_FUNCTION()
995 new_child->prev = refp->prev; in PHP_FUNCTION()
996 refp->prev = new_child; in PHP_FUNCTION()
1001 if (new_child->parent->children == refp) { in PHP_FUNCTION()
1023 new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/ldap/
H A Dldap.c2512 char **lreferrals, **refp; in PHP_FUNCTION() local
2548 refp = lreferrals; in PHP_FUNCTION()
2549 while (*refp) { in PHP_FUNCTION()
2550 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
2551 refp++; in PHP_FUNCTION()
2651 char **lreferrals, **refp; in PHP_FUNCTION() local
2672 refp = lreferrals; in PHP_FUNCTION()
2673 while (*refp) { in PHP_FUNCTION()
2674 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
2675 refp++; in PHP_FUNCTION()

Completed in 19 milliseconds