Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dprint.c220 int expanded_len; in file_magwarn() local
223 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
226 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch3720 + int expanded_len;
3731 + expanded_len = vasprintf(&expanded_format, f, va);
3735 + if (expanded_len >= 0 && expanded_format) {

Completed in 16 milliseconds