Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dprint.c63 int expanded_len; in file_magwarn() local
66 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
69 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3062 + int expanded_len;
3073 + expanded_len = vasprintf(&expanded_format, f, va);
3077 + if (expanded_len >= 0 && expanded_format) {

Completed in 20 milliseconds