Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c222 int expanded_len; in file_magwarn() local
225 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
228 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3099 + int expanded_len;
3110 + expanded_len = vasprintf(&expanded_format, f, va);
3114 + if (expanded_len >= 0 && expanded_format) {

Completed in 10 milliseconds