Searched refs:last (Results 1 – 14 of 14) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | chunk.c | 27 cq->last = NULL; in chunkqueue_init() 120 if (cq->last == NULL) { in chunkqueue_prepend_chunk() 121 cq->last = c; in chunkqueue_prepend_chunk() 128 if (cq->last) { in chunkqueue_append_chunk() 129 cq->last->next = c; in chunkqueue_append_chunk() 131 cq->last = c; in chunkqueue_append_chunk() 387 if (c == cq->last) cq->last = NULL; in chunkqueue_remove_finished_chunks()
|
| H A D | connections.c | 211 if (NULL != con->read_queue->last) { 212 b = con->read_queue->last->mem; 345 b = (NULL != con->read_queue->last) ? con->read_queue->last->mem : NULL; 962 cq->last = c; 1094 if (dst_cq->last && 1096 dst_cq->last->file.is_temp && 1097 dst_cq->last->offset == 0) { 1101 dst_c = dst_cq->last; 1112 dst_c = dst_cq->last; 1170 if (dst_cq->last && [all …]
|
| H A D | chunk.h | 40 chunk *last; member
|
| H A D | mod_fastcgi.c | 2120 c = hctx->wb->last; in fcgi_create_env() 2515 chunk *cq_last = hctx->rb->last; in fcgi_demux_response() 2525 buffer_free(hctx->rb->last->mem); in fcgi_demux_response() 2526 free(hctx->rb->last); in fcgi_demux_response() 2528 hctx->rb->last = cq_last; in fcgi_demux_response()
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_stream_queue.c | 61 sq->first = sq->last = 0; in CreateInternalStreamQueue() 91 sq->array[sq->last++] = stream; in StreamInternalEnqueue() 93 if (sq->last >= sq->size) { in StreamInternalEnqueue() 94 sq->last = 0; in StreamInternalEnqueue()
|
| H A D | tcp_out.c | 576 tcp_stream *next, *last; in WriteTCPControlList() local 585 last = TAILQ_LAST(&sender->control_list, control_head); in WriteTCPControlList() 613 if (cur_stream == last) in WriteTCPControlList() 626 tcp_stream *next, *last; in WriteTCPDataList() local 633 last = TAILQ_LAST(&sender->send_list, send_head); in WriteTCPDataList() 703 if (cur_stream == last) in WriteTCPDataList() 716 tcp_stream *next, *last; in WriteTCPACKList() local 724 last = TAILQ_LAST(&sender->ack_list, ack_head); in WriteTCPACKList() 815 if (cur_stream == last) in WriteTCPACKList()
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 725 struct slist *next, *last; local 732 last = s; 749 last = next; 1192 static void deadstmt(s, last) in deadstmt() argument 1203 last[X_ATOM] = 0; 1204 last[A_ATOM] = 0; 1207 last[atom] = 0; 1212 if (last[atom]) 1217 last[atom] = s; 1228 memset((char *) last, 0, sizeof last); [all …]
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_stream_queue.h | 45 int last; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | performance.txt | 56 Disabling keep-alive completely is the last resort if you are still short on file descriptors: :: 199 help to get the last few percent of performance out of the server. Be aware that
|
| H A D | configuration.txt | 495 as the last entry in the list.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | config.guess | 1378 This script, last modified $timestamp, has failed to recognize
|
| H A D | NEWS | 330 * fixed dropping last character of evhost pattern (#161) 375 * generate etag/last-modified header for on-the-fly-compressed files (#1171)
|
| H A D | ltmain.sh | 6130 /* search backwards for last DIR_SEPARATOR */
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 1586 # Insert the option either (1) after the last *FLAGS variable, or 2069 # Insert the option either (1) after the last *FLAGS variable, or 3130 The last name is the one that the linker finds with -lNAME]])
|