Home
last modified time | relevance | path

Searched refs:need_separator (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c161 need_separator, returnval)) { in match()
203 *need_separator = 1; in match()
248 need_separator, returnval)) { in match()
304 if (*need_separator in match()
310 *need_separator = 0; in match()
318 *need_separator = 1; in match()
1133 int *need_separator, int *returnval) in mget() argument
1754 oneed_separator = *need_separator; in mget()
1756 *need_separator = 0; in mget()
1759 need_separator, returnval); in mget()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2922 int rv, printed_something = 0, need_separator = 0;
2925 - text, 0, 0, &printed_something, &need_separator,
2926 + text, 0, level, &printed_something, &need_separator,
3113 int *need_separator, int *returnval)

Completed in 26 milliseconds