Home
last modified time | relevance | path

Searched refs:firstline (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c210 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local
305 if (print_sep(ms, firstline) == -1) in match()
395 if ((e = handle_annotation(ms, m, firstline)) in match()
416 if (print_sep(ms, firstline) in match()
455 firstline = 0; in match()
462 firstline = 0; in match()
2332 if (print_sep(ms, firstline) == -1) in handle_annotation()
2339 if (print_sep(ms, firstline) == -1) in handle_annotation()
2348 if (print_sep(ms, firstline) == -1) in handle_annotation()
2362 print_sep(struct magic_set *ms, int firstline) in print_sep() argument
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3368 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
3608 if (firstline) in pcre2_dfa_match()
3943 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_dfa_match()
H A Dpcre2_match.c6112 BOOL firstline; in pcre2_match() local
6516 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
6731 if (firstline) in pcre2_match()
7122 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_match()

Completed in 30 milliseconds