Searched refs:last_match (Results 1 – 4 of 4) sorted by relevance
2500 char *last_match; /* Location of last match */ in php_pcre_split_impl() local2521 last_match = ZSTR_VAL(subject_str); in php_pcre_split_impl()2572 if (!no_empty || &ZSTR_VAL(subject_str)[offsets[0]] != last_match) { in php_pcre_split_impl()2576 …add_offset_pair(return_value, last_match, (&ZSTR_VAL(subject_str)[offsets[0]]-last_match), next_of… in php_pcre_split_impl()2579 ZVAL_STRINGL(&tmp, last_match, &ZSTR_VAL(subject_str)[offsets[0]]-last_match); in php_pcre_split_impl()2588 last_match = &ZSTR_VAL(subject_str)[offsets[1]]; in php_pcre_split_impl()2666 …start_offset = (last_match - ZSTR_VAL(subject_str)); /* the offset might have been incremented, bu… in php_pcre_split_impl()2674 if (last_match == ZSTR_VAL(subject_str)) { in php_pcre_split_impl()2677 ZVAL_STRINGL(&tmp, last_match, ZSTR_VAL(subject_str) + ZSTR_LEN(subject_str) - last_match); in php_pcre_split_impl()
390 int last_match; member
458 ms->c.li[level].last_match = 0; in file_check_mem()
306 if (ms->c.li[cont_level].last_match == 1) in match()333 ms->c.li[cont_level].last_match = 0; in match()338 ms->c.li[cont_level].last_match = 1; in match()
Completed in 22 milliseconds