Searched refs:last_match (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/pcre/ |
H A D | php_pcre.c | 1469 char *last_match; /* Location of last match */ in php_pcre_split_impl() local 1505 last_match = subject; in php_pcre_split_impl() 1525 if (!no_empty || &subject[offsets[0]] != last_match) { in php_pcre_split_impl() 1529 add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL); in php_pcre_split_impl() 1532 add_next_index_stringl(return_value, last_match, in php_pcre_split_impl() 1533 &subject[offsets[0]]-last_match, 1); in php_pcre_split_impl() 1541 last_match = &subject[offsets[1]]; in php_pcre_split_impl() 1603 …start_offset = last_match - subject; /* the offset might have been incremented, but without furthe… in php_pcre_split_impl() 1612 add_next_index_stringl(return_value, last_match, subject + subject_len - last_match, 1); in php_pcre_split_impl()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | file.h | 353 int last_match; member
|
H A D | funcs.c | 420 ms->c.li[level].last_match = 0; in file_check_mem()
|
H A D | softmagic.c | 226 if (ms->c.li[cont_level].last_match == 1) in match() 250 ms->c.li[cont_level].last_match = 0; in match() 255 ms->c.li[cont_level].last_match = 1; in match()
|
Completed in 17 milliseconds