Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c304 *firstline = 0; in match()
318 if (print_sep(ms, *firstline) == -1) in match()
376 firstline, returnval, found_match)) { in match()
439 if (print_sep(ms, *firstline) in match()
475 *firstline = 0; in match()
482 *firstline = 0; in match()
1908 firstline, NULL, NULL)) != 0) in mget()
2476 if (print_sep(ms, firstline) == -1) in handle_annotation()
2483 if (print_sep(ms, firstline) == -1) in handle_annotation()
2492 if (print_sep(ms, firstline) == -1) in handle_annotation()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3363 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3479 firstline = !anchored && (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
3719 if (firstline) in pcre2_dfa_match()
4074 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_dfa_match()
H A Dpcre2_match.c6540 BOOL firstline; in pcre2_match() local
6942 firstline = !anchored && (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
7170 if (firstline) in pcre2_match()
7588 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_match()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2985 &printed_something, &need_separator, &firstline,
3022 int *printed_something, int *need_separator, int *firstline,
3148 firstline, NULL, NULL)) != 0)
3175 printed_something, need_separator, firstline, returnval,

Completed in 83 milliseconds