Searched refs:buffer_string_space (Results 1 – 13 of 13) sorted by relevance
100 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()
327 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()
290 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
162 if (path_len + buffer_string_space(&r->physical.path) < nlen) { in mod_alias_remap()
186 size_t bsp = buffer_string_space(b)+1; in __attribute_nonnull__()
244 if (buffer_string_space(b) < 4096) { in mod_status_html_rtable()252 if (buffer_string_space(b) < 4096) { in mod_status_html_rtable()
1171 if (buffer_string_space(out) < 256) { in http_list_directory()1221 if (buffer_string_space(out) < 256) { in http_list_directory()
1242 avail = buffer_string_space(b); in http_response_read()
1531 && buffer_string_space(cq->last->mem) < 1023) in mod_ssi_read_fd()
1466 size_t sz = buffer_string_space(addrb)+1; in mod_deflate_using_libdeflate_sm()
2182 size_t avail = buffer_string_space(b); in config_parse_stdin()
2215 __builtin_expect( (buffer_string_space(&ds->value) >= klen), 1) in h2_send_headers()
2054 * [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