Home
last modified time | relevance | path

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

/PHP-5.6/ext/dom/
H A Dnode.c1004 xmlNodePtr child, new_child, parentp, refp; in PHP_FUNCTION() local
1051 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
1052 if (refp->parent != parentp) { in PHP_FUNCTION()
1062 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_FUNCTION()
1067 new_child->parent = refp->parent; in PHP_FUNCTION()
1068 new_child->next = refp; in PHP_FUNCTION()
1069 new_child->prev = refp->prev; in PHP_FUNCTION()
1070 refp->prev = new_child; in PHP_FUNCTION()
1075 if (new_child->parent->children == refp) { in PHP_FUNCTION()
1097 …new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/ldap/
H A Dldap.c2335 char **lreferrals, **refp; in PHP_FUNCTION() local
2366 refp = lreferrals; in PHP_FUNCTION()
2367 while (*refp) { in PHP_FUNCTION()
2368 add_next_index_string(referrals, *refp, 1); in PHP_FUNCTION()
2369 refp++; in PHP_FUNCTION()
2461 char **lreferrals, **refp; in PHP_FUNCTION() local
2477 refp = lreferrals; in PHP_FUNCTION()
2478 while (*refp) { in PHP_FUNCTION()
2479 add_next_index_string(referrals, *refp, 1); in PHP_FUNCTION()
2480 refp++; in PHP_FUNCTION()

Completed in 17 milliseconds