Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/dom/
H A Dphp_dom.c1510 xmlNodePtr child, nextp, newnextp; in dom_normalize() local
1518 nextp = child->next; in dom_normalize()
1519 while (nextp != NULL) { in dom_normalize()
1520 if (nextp->type == XML_TEXT_NODE) { in dom_normalize()
1521 newnextp = nextp->next; in dom_normalize()
1522 strContent = xmlNodeGetContent(nextp); in dom_normalize()
1525 xmlUnlinkNode(nextp); in dom_normalize()
1526 php_libxml_node_free_resource(nextp TSRMLS_CC); in dom_normalize()
1527 nextp = newnextp; in dom_normalize()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h763 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
H A Dregparse.c5160 UChar *qstart, *qend, *nextp; in parse_exp() local
5165 qend = find_str_position(end_op, 2, qstart, end, &nextp, env->enc); in parse_exp()
5167 nextp = qend = end; in parse_exp()
5171 *src = nextp; in parse_exp()
H A Dregcomp.c5815 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code() argument
6055 if (nextp) *nextp = bp; in onig_print_compiled_byte_code()

Completed in 72 milliseconds