Searched refs:buffer_commit (Results 1 – 16 of 16) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | base64.c | 159 buffer_commit(out, out_pos); in buffer_append_base64_enc() 172 buffer_commit(out, out_pos); in buffer_append_base64_decode()
|
| H A D | burl.c | 415 buffer_commit(b, j); in burl_append_encode_nde() 449 buffer_commit(b, j); in burl_append_encode_psnde() 470 buffer_commit(b, j); in burl_append_encode_all()
|
| H A D | mod_vhostdb_pgsql.c | 136 buffer_commit(sqlquery, len); in mod_vhostdb_pgsql_query()
|
| H A D | mod_vhostdb_mysql.c | 157 buffer_commit(sqlquery, len); in mod_vhostdb_mysql_query()
|
| H A D | buffer.h | 75 void buffer_commit(buffer *b, size_t size);
|
| H A D | http_chunk.c | 81 buffer_commit(b, offset); in http_chunk_append_read_fd_range()
|
| H A D | configfile.c | 1122 buffer_commit(b, 1); in config_insert() 1527 buffer_commit(b, n); in config_print_string() 2181 buffer_commit(b, n); in config_parse_stdin() 2335 if (rd >= 0) buffer_commit(out, (size_t)rd); in config_parse_cmd()
|
| H A D | buffer.c | 146 void buffer_commit(buffer *b, size_t size) in buffer_commit() function
|
| H A D | http-header-glue.c | 1347 buffer_commit(b, (size_t)n); in http_response_read()
|
| H A D | mod_proxy.c | 607 buffer_commit(b, j); in buffer_append_string_backslash_escaped()
|
| H A D | chunk.c | 636 buffer_commit(b, len); in chunkqueue_use_memory()
|
| H A D | h2.c | 2691 buffer_commit(b, 9+len); in h2_send_cqdata()
|
| H A D | mod_magnet.c | 1351 buffer_commit(b, j); in magnet_urlenc_query_part()
|
| H A D | mod_wolfssl.c | 3291 buffer_commit(vb, (uint32_t)pemsz); in https_add_ssl_client_entries()
|
| /lighttpd1.4/src/t/ |
| H A D | test_buffer.c | 106 buffer_commit(b, b->size - 1); in test_buffer_string_space()
|
| /lighttpd1.4/ |
| H A D | NEWS | 734 * [core] remove excess assertions in buffer_commit() 784 * [core] buffer_commit() optim; better asm
|