Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconnections.c1081 chunk *dst_c = NULL; local
1101 dst_c = dst_cq->last;
1105 dst_c->file.fd = open(dst_c->file.name->ptr, O_WRONLY | O_APPEND);
1112 dst_c = dst_cq->last;
1115 close(dst_c->file.fd);
1116 dst_c->file.fd = -1;
1126 if (dst_c->file.fd == -1) {
1154 close(dst_c->file.fd);
1155 dst_c->file.fd = -1;
1164 close(dst_c->file.fd);
[all …]