Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dphp_dom.c1370 xmlNodePtr child, nextp, newnextp; in dom_normalize() local
1378 nextp = child->next; in dom_normalize()
1379 while (nextp != NULL) { in dom_normalize()
1380 if (nextp->type == XML_TEXT_NODE) { in dom_normalize()
1381 newnextp = nextp->next; in dom_normalize()
1382 strContent = xmlNodeGetContent(nextp); in dom_normalize()
1385 xmlUnlinkNode(nextp); in dom_normalize()
1386 php_libxml_node_free_resource(nextp); in dom_normalize()
1387 nextp = newnextp; in dom_normalize()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregint.h780 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
H A Dregparse.c5173 UChar *qstart, *qend, *nextp; in parse_exp() local
5178 qend = find_str_position(end_op, 2, qstart, end, &nextp, env->enc); in parse_exp()
5180 nextp = qend = end; in parse_exp()
5184 *src = nextp; in parse_exp()
H A Dregcomp.c5847 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code() argument
6087 if (nextp) *nextp = bp; in onig_print_compiled_byte_code()

Completed in 93 milliseconds