Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dprint.c250 int expanded_len; in file_magwarn() local
253 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
256 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2797 + int expanded_len;
2808 + expanded_len = vasprintf(&expanded_format, f, va);
2812 + if (expanded_len >= 0 && expanded_format) {

Completed in 19 milliseconds