Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2500 char *last_match; /* Location of last match */ in php_pcre_split_impl() local
2521 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()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h390 int last_match; member
H A Dfuncs.c458 ms->c.li[level].last_match = 0; in file_check_mem()
H A Dsoftmagic.c306 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