Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dchunk.c62 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()
H A Dchunk.h26 int is_temp; /* file is temporary and will be deleted if on cleanup */ member
H A Dmod_fastcgi.c2123 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()
H A Dconnections.c1096 dst_cq->last->file.is_temp &&