Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dbase64.c159 buffer_commit(out, out_pos); in buffer_append_base64_enc()
172 buffer_commit(out, out_pos); in buffer_append_base64_decode()
H A Dburl.c415 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 Dmod_vhostdb_pgsql.c136 buffer_commit(sqlquery, len); in mod_vhostdb_pgsql_query()
H A Dmod_vhostdb_mysql.c157 buffer_commit(sqlquery, len); in mod_vhostdb_mysql_query()
H A Dbuffer.h75 void buffer_commit(buffer *b, size_t size);
H A Dhttp_chunk.c81 buffer_commit(b, offset); in http_chunk_append_read_fd_range()
H A Dconfigfile.c1122 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 Dbuffer.c146 void buffer_commit(buffer *b, size_t size) in buffer_commit() function
H A Dhttp-header-glue.c1347 buffer_commit(b, (size_t)n); in http_response_read()
H A Dmod_proxy.c607 buffer_commit(b, j); in buffer_append_string_backslash_escaped()
H A Dchunk.c636 buffer_commit(b, len); in chunkqueue_use_memory()
H A Dh2.c2691 buffer_commit(b, 9+len); in h2_send_cqdata()
H A Dmod_magnet.c1351 buffer_commit(b, j); in magnet_urlenc_query_part()
H A Dmod_wolfssl.c3291 buffer_commit(vb, (uint32_t)pemsz); in https_add_ssl_client_entries()
/lighttpd1.4/src/t/
H A Dtest_buffer.c106 buffer_commit(b, b->size - 1); in test_buffer_string_space()
/lighttpd1.4/
H A DNEWS734 * [core] remove excess assertions in buffer_commit()
784 * [core] buffer_commit() optim; better asm