Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c212 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local
307 if (print_sep(ms, firstline) == -1) in match()
404 if ((e = handle_annotation(ms, m, firstline)) in match()
425 if (print_sep(ms, firstline) in match()
464 firstline = 0; in match()
471 firstline = 0; in match()
2431 if (print_sep(ms, firstline) == -1) in handle_annotation()
2438 if (print_sep(ms, firstline) == -1) in handle_annotation()
2447 if (print_sep(ms, firstline) == -1) in handle_annotation()
2461 print_sep(struct magic_set *ms, int firstline) in print_sep() argument
[all …]
/PHP-8.1/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()
3962 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_dfa_match()
H A Dpcre2_match.c6114 BOOL firstline; in pcre2_match() local
6518 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
6738 if (firstline) in pcre2_match()
7148 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_match()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch3127 if ((e = handle_annotation(ms, m, firstline)) != 0)
3146 - if (print_sep(ms, firstline) == -1)
3151 + if (print_sep(ms, firstline) == -1)
3165 if ((e = handle_annotation(ms, m, firstline))
3189 firstline = 0;
3196 - firstline = 0;
3201 + firstline = 0;

Completed in 41 milliseconds