Searched refs:need_separator (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 116 int need_separator = 0; in file_ascmagic_with_encoding() local 162 need_separator = 1; in file_ascmagic_with_encoding() 231 if (need_separator && file_separator(ms) == -1) in file_ascmagic_with_encoding()
|
H A D | softmagic.c | 121 int rv = 0, printed_something = 0, need_separator = 0; in file_softmagic() local 299 *need_separator = 1; in match() 313 *need_separator = 1; in match() 372 name_count, printed_something, need_separator, in match() 413 *need_separator = 1; in match() 441 if (*need_separator in match() 448 *need_separator = 1; in match() 1917 oneed_separator = *need_separator; in mget() 1919 *need_separator = 0; in mget() 1926 printed_something, need_separator, returnval, in mget() [all …]
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 2867 &printed_something, &need_separator, NULL, NULL); 2904 int *printed_something, int *need_separator, int *returnval, 3029 name_count, printed_something, need_separator, 3057 printed_something, need_separator, returnval,
|
Completed in 15 milliseconds