Searched refs:need_separator (Results 1 – 3 of 3) sorted by relevance
/php-src/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() 224 if (need_separator && file_separator(ms) == -1) in file_ascmagic_with_encoding()
|
H A D | softmagic.c | 138 &printed_something, &need_separator, &firstline, in file_softmagic() 301 *need_separator = 1; in match() 316 *need_separator = 1; in match() 375 name_count, printed_something, need_separator, in match() 416 *need_separator = 1; in match() 444 if (*need_separator in match() 451 *need_separator = 1; in match() 1907 name_count, printed_something, need_separator, in mget() 1952 oneed_separator = *need_separator; in mget() 1954 *need_separator = 0; in mget() [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 2955 &printed_something, &need_separator, &firstline, 2992 int *printed_something, int *need_separator, int *firstline, 3117 name_count, printed_something, need_separator, 3145 printed_something, need_separator, firstline, returnval,
|
Completed in 25 milliseconds