Home
last modified time | relevance | path

Searched refs:buffer_string_space (Results 1 – 13 of 13) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_buffer.c100 space = buffer_string_space(b); in test_buffer_string_space()
103 space = buffer_string_space(b); in test_buffer_string_space()
108 space = buffer_string_space(b); in test_buffer_string_space()
/lighttpd1.4/src/
H A Dchunk.c327 if (sz > buffer_string_space(b)) { in chunk_buffer_prepare_append()
339 return buffer_string_space(b); in chunk_buffer_prepare_append()
517 && buffer_string_space(c->mem) >= len) { in chunkqueue_append_mem_extend_chunk()
618 size_t avail = buffer_string_space(c->mem); in chunkqueue_get_memory()
628 *len = buffer_string_space(b); in chunkqueue_get_memory()
639 || len > buffer_string_space(ckpt->mem)) return; in chunkqueue_use_memory()
1306 if (buffer_string_space(b) < clen - len) in chunkqueue_compact_mem()
1505 if ((size_t)len > buffer_string_space(c->mem)) { in chunkqueue_small_resp_optim()
H A Dbuffer.h290 static inline uint32_t buffer_string_space(const buffer *b);
291 static inline uint32_t buffer_string_space(const buffer *b) { in buffer_string_space() function
H A Dmod_alias.c162 if (path_len + buffer_string_space(&r->physical.path) < nlen) { in mod_alias_remap()
H A Dlog.c186 size_t bsp = buffer_string_space(b)+1; in __attribute_nonnull__()
H A Dmod_status.c244 if (buffer_string_space(b) < 4096) { in mod_status_html_rtable()
252 if (buffer_string_space(b) < 4096) { in mod_status_html_rtable()
H A Dmod_dirlisting.c1171 if (buffer_string_space(out) < 256) { in http_list_directory()
1221 if (buffer_string_space(out) < 256) { in http_list_directory()
H A Dhttp-header-glue.c1242 avail = buffer_string_space(b); in http_response_read()
H A Dmod_ssi.c1531 && buffer_string_space(cq->last->mem) < 1023) in mod_ssi_read_fd()
H A Dmod_deflate.c1466 size_t sz = buffer_string_space(addrb)+1; in mod_deflate_using_libdeflate_sm()
H A Dconfigfile.c2182 size_t avail = buffer_string_space(b); in config_parse_stdin()
H A Dh2.c2215 __builtin_expect( (buffer_string_space(&ds->value) >= klen), 1) in h2_send_headers()
/lighttpd1.4/
H A DNEWS2054 * [core] perf: simpler buffer_string_space()
2065 * [core] perf: simpler buffer_string_space() (fixed)
2067 * [core] perf: simpler buffer_string_space() (tests)
2076 * [core] perf: small improvement buffer_string_space