Searched refs:hbuff (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c54 struct buff_holder *hbuff; /* holder for buffer */ member in struct:http_cache_entry
144 error_cache->hbuff = allocate_buff_holder (0);
145 increment_buff_holder_ref (error_cache->hbuff);
230 cs->hbuff = e->hbuff;
232 increment_buff_holder_ref (cs->hbuff);
277 assert (e->hbuff != NULL);
278 assert (e->hbuff->data != NULL );
280 assert (e->hbuff->len >= e->copied + res->data.data_len);
281 memcpy (e->hbuff
[all...]
H A Dwebserver_session.h45 struct buff_holder *hbuff; /* reply buffer holder */ member in struct:http_conn
H A Dhttp_server.c135 decrement_buff_holder_ref (conn->hbuff);
191 cs->hbuff->data ? "200" : "404", cs->request, cs->filename,
250 err = trysend(socket, data, &len, (conn->hbuff->data != NULL));
268 if (conn->hbuff->data == NULL) {
272 data = conn->hbuff->data + conn->reply_pos; /* pointer arithmatic */
273 len = conn->hbuff->len - conn->reply_pos;
285 // debug_printf_to_log("%s(%d): %zd %zd\n", __func__, socket->descriptor, conn->reply_pos, conn->hbuff->len);
286 if (conn->reply_pos == conn->hbuff->len) {
426 DEBUGPRINT("%s %s %s %hu.%hu.%hu.%hu\n", cs->hbuff->data ?
431 if (cs->hbuff
[all...]
/barrelfish-2018-10-04/usr/ramfsd/
H A Dwebserver_session.h51 struct buff_holder *hbuff; /* reply buffer holder */ member in struct:http_conn

Completed in 50 milliseconds