Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c296 if ((e = handle_annotation(ms, m, firstline)) != 0) in match()
315 if (print_sep(ms, firstline) == -1) in match()
410 if ((e = handle_annotation(ms, m, firstline)) in match()
436 if (print_sep(ms, firstline) in match()
472 firstline = 0; in match()
479 firstline = 0; in match()
2437 if (print_sep(ms, firstline) == -1) in handle_annotation()
2444 if (print_sep(ms, firstline) == -1) in handle_annotation()
2453 if (print_sep(ms, firstline) == -1) in handle_annotation()
2467 print_sep(struct magic_set *ms, int firstline) in print_sep() argument
[all …]
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3311 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3427 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
3667 if (firstline) in pcre2_dfa_match()
4021 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_dfa_match()
H A Dpcre2_match.c6321 BOOL firstline; in pcre2_match() local
6722 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
6949 if (firstline) in pcre2_match()
7359 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_match()

Completed in 32 milliseconds