Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c97 FILE *tmpfile_for_compression = NULL; in gdImageBmpCtx() local
107 if ((tmpfile_for_compression = tmpfile()) == NULL) { in gdImageBmpCtx()
111 if ((out = (gdIOCtxPtr)gdNewFileCtx(tmpfile_for_compression)) == NULL) { in gdImageBmpCtx()
252 if (tmpfile_for_compression) { in gdImageBmpCtx()
277 if (tmpfile_for_compression) { in gdImageBmpCtx()
281 fclose(tmpfile_for_compression); in gdImageBmpCtx()
283 tmpfile_for_compression = NULL; in gdImageBmpCtx()

Completed in 11 milliseconds