Searched refs:chunkqueue_append_mem (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_chunk.c | 68 chunkqueue_append_mem(cq, "\r\n", 2 + 1); in http_chunk_append_file() 88 chunkqueue_append_mem(cq, "\r\n", 2 + 1); in http_chunk_append_buffer() 103 chunkqueue_append_mem(cq, "0\r\n\r\n", 5 + 1); in http_chunk_append_mem() 105 chunkqueue_append_mem(cq, "", 1); in http_chunk_append_mem() 114 chunkqueue_append_mem(cq, mem, len); in http_chunk_append_mem() 117 chunkqueue_append_mem(cq, "\r\n", 2 + 1); in http_chunk_append_mem()
|
| H A D | chunk.h | 53 int chunkqueue_append_mem(chunkqueue *c, const char *mem, size_t len);
|
| H A D | chunk.c | 227 int chunkqueue_append_mem(chunkqueue *cq, const char * mem, size_t len) { in chunkqueue_append_mem() function
|
| H A D | mod_magnet.c | 759 chunkqueue_append_mem(con->write_queue, s, s_len + 1); in magnet_attach_content()
|