Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dnode.c907 xmlNodePtr child, new_child, parentp, refp; in PHP_METHOD() local
940 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_METHOD()
941 if (refp->parent != parentp) { in PHP_METHOD()
951 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_METHOD()
956 new_child->parent = refp->parent; in PHP_METHOD()
957 new_child->next = refp; in PHP_METHOD()
958 new_child->prev = refp->prev; in PHP_METHOD()
959 refp->prev = new_child; in PHP_METHOD()
964 if (new_child->parent->children == refp) { in PHP_METHOD()
985 new_child = xmlAddPrevSibling(refp, child); in PHP_METHOD()
[all …]
/PHP-8.3/ext/ldap/
H A Dldap.c3325 char **lreferrals, **refp; in PHP_FUNCTION() local
3363 refp = lreferrals; in PHP_FUNCTION()
3364 while (*refp) { in PHP_FUNCTION()
3365 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
3366 refp++; in PHP_FUNCTION()
3537 char **lreferrals, **refp; in PHP_FUNCTION() local
3558 refp = lreferrals; in PHP_FUNCTION()
3559 while (*refp) { in PHP_FUNCTION()
3560 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
3561 refp++; in PHP_FUNCTION()

Completed in 19 milliseconds