Searched refs:tmpfile_for_compression (Results 1 – 1 of 1) sorted by relevance
97 FILE *tmpfile_for_compression = NULL; in gdImageBmpCtx() local107 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 5 milliseconds