Searched refs:is_temp (Results 1 – 4 of 4) sorted by relevance
62 if (c->file.is_temp && !buffer_is_empty(c->file.name)) { in chunk_reset()301 c->file.is_temp = 1; in chunkqueue_get_append_tempfile()308 c->file.is_temp = 1; in chunkqueue_get_append_tempfile()
26 int is_temp; /* file is temporary and will be deleted if on cleanup */ member
2123 assert(req_c->file.is_temp == 1); in fcgi_create_env()2125 c->file.is_temp = 1; in fcgi_create_env()2126 req_c->file.is_temp = 0; in fcgi_create_env()
1096 dst_cq->last->file.is_temp &&