Searched refs:nextp (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/dom/ |
H A D | php_dom.c | 1510 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.4/ext/mbstring/oniguruma/ |
H A D | regint.h | 812 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
|
H A D | regparse.c | 4908 UChar *qstart, *qend, *nextp; in parse_exp() local 4913 qend = find_str_position(end_op, 2, qstart, end, &nextp, env->enc); in parse_exp() 4915 nextp = qend = end; in parse_exp() 4919 *src = nextp; in parse_exp()
|
H A D | regcomp.c | 5610 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code() argument 5850 if (nextp) *nextp = bp; in onig_print_compiled_byte_code()
|
Completed in 38 milliseconds