Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dprint.c63 int expanded_len; in file_magwarn() local
67 expanded_len = vasprintf(&expanded_format, f, va); in file_magwarn()
70 if (expanded_len >= 0 && expanded_format) { in file_magwarn()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2772 + int expanded_len;
2784 + expanded_len = vasprintf(&expanded_format, f, va);
2788 + if (expanded_len >= 0 && expanded_format) {

Completed in 10 milliseconds