Searched refs:last_match (Results 1 – 4 of 4) sorted by relevance
1806 char *last_match; /* Location of last match */ in php_pcre_split_impl() local1845 last_match = subject; in php_pcre_split_impl()1865 if (!no_empty || &subject[offsets[0]] != last_match) { in php_pcre_split_impl()1869 …add_offset_pair(return_value, last_match, (int)(&subject[offsets[0]]-last_match), next_offset, NUL… in php_pcre_split_impl()1872 ZVAL_STRINGL(&tmp, last_match, &subject[offsets[0]]-last_match); in php_pcre_split_impl()1881 last_match = &subject[offsets[1]]; in php_pcre_split_impl()1926 …start_offset = (int)(last_match - subject); /* the offset might have been incremented, but without… in php_pcre_split_impl()1935 ZVAL_STRINGL(&tmp, last_match, subject + subject_len - last_match); in php_pcre_split_impl()
373 int last_match; member
417 ms->c.li[level].last_match = 0; in file_check_mem()
275 if (ms->c.li[cont_level].last_match == 1) in match()301 ms->c.li[cont_level].last_match = 0; in match()306 ms->c.li[cont_level].last_match = 1; in match()
Completed in 29 milliseconds