Searched refs:refp (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/dom/ |
| H A D | node.c | 1002 xmlNodePtr child, new_child, parentp, refp; local 1049 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); 1050 if (refp->parent != parentp) { 1059 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || 1060 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { 1065 new_child->parent = refp->parent; 1066 new_child->next = refp; 1067 new_child->prev = refp->prev; 1068 refp [all...] |
| /PHP_TRUNK/ext/ldap/ |
| H A D | ldap.c | 1831 char **lreferrals, **refp; local 1862 refp = lreferrals; 1863 while (*refp) { 1864 add_next_index_string(referrals, *refp, 1); 1865 refp++; 1957 char **lreferrals, **refp; local 1973 refp = lreferrals; 1974 while (*refp) { 1975 add_next_index_string(referrals, *refp, 1); 1976 refp [all...] |
Completed in 6 milliseconds