Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dnode.c1002 xmlNodePtr child, new_child, parentp, refp; in PHP_FUNCTION() local
1049 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
1050 if (refp->parent != parentp) { in PHP_FUNCTION()
1060 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_FUNCTION()
1065 new_child->parent = refp->parent; in PHP_FUNCTION()
1066 new_child->next = refp; in PHP_FUNCTION()
1067 new_child->prev = refp->prev; in PHP_FUNCTION()
1068 refp->prev = new_child; in PHP_FUNCTION()
1073 if (new_child->parent->children == refp) { in PHP_FUNCTION()
1095 …new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.c2218 char **lreferrals, **refp; in PHP_FUNCTION() local
2249 refp = lreferrals; in PHP_FUNCTION()
2250 while (*refp) { in PHP_FUNCTION()
2251 add_next_index_string(referrals, *refp, 1); in PHP_FUNCTION()
2252 refp++; in PHP_FUNCTION()
2344 char **lreferrals, **refp; in PHP_FUNCTION() local
2360 refp = lreferrals; in PHP_FUNCTION()
2361 while (*refp) { in PHP_FUNCTION()
2362 add_next_index_string(referrals, *refp, 1); in PHP_FUNCTION()
2363 refp++; in PHP_FUNCTION()

Completed in 40 milliseconds