Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnode.c935 xmlNodePtr child, new_child, parentp, refp; in PHP_FUNCTION() local
983 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
984 if (refp->parent != parentp) { in PHP_FUNCTION()
994 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_FUNCTION()
999 new_child->parent = refp->parent; in PHP_FUNCTION()
1000 new_child->next = refp; in PHP_FUNCTION()
1001 new_child->prev = refp->prev; in PHP_FUNCTION()
1002 refp->prev = new_child; in PHP_FUNCTION()
1007 if (new_child->parent->children == refp) { in PHP_FUNCTION()
1029 new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/ldap/
H A Dldap.c3388 char **lreferrals, **refp; in PHP_FUNCTION() local
3427 refp = lreferrals; in PHP_FUNCTION()
3428 while (*refp) { in PHP_FUNCTION()
3429 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
3430 refp++; in PHP_FUNCTION()
3587 char **lreferrals, **refp; in PHP_FUNCTION() local
3611 refp = lreferrals; in PHP_FUNCTION()
3612 while (*refp) { in PHP_FUNCTION()
3613 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
3614 refp++; in PHP_FUNCTION()

Completed in 21 milliseconds