| /lighttpd1.4/src/ |
| H A D | buffer.c | 126 buffer_extend (buffer * const b, const size_t x) in buffer_extend() function 194 memcpy(buffer_extend(b, len), s, len); in buffer_append_string_len() 208 char * restrict s = buffer_extend(b, len1+len2+len3); in buffer_append_str3() 222 char *s = buffer_extend(b, len); in buffer_append_iovec() 468 buffer_extend(b, rlen-len); in buffer_substr_replace() 628 d = (unsigned char*) buffer_extend(b, d_len); in buffer_append_string_encoded() 682 d = (unsigned char*) buffer_extend(b, d_len); in buffer_append_string_c_escaped() 750 d = buffer_extend(b, 2); in buffer_append_bs_escaped() 756 d = buffer_extend(b, 4); in buffer_append_bs_escaped() 798 d = buffer_extend(b, 2); in buffer_append_bs_escaped_json() [all …]
|
| H A D | buffer.h | 67 char* buffer_extend(buffer * const restrict b, size_t x); 317 b->ptr ? buffer_truncate(b, 0) : (void)buffer_extend(b, 0); in buffer_blank() 323 *(buffer_extend(b, 1)) = c; in buffer_append_char() 403 buffer_extend(b, len - buffer_clen(b)); in buffer_string_set_length()
|
| H A D | http_date.h | 28 if (!http_date_time_to_str(buffer_extend((b), HTTP_DATE_SZ-1), \
|
| H A D | mod_scgi.c | 152 char *dst = buffer_extend(env, len); in scgi_env_add_scgi() 167 char *dst = buffer_extend(venv, 2 + key_len + 2 + val_len); in scgi_env_add_uwsgi()
|
| H A D | log.c | 200 s = buffer_extend(b, n); in __attribute_nonnull__()
|
| H A D | mod_status.c | 483 char *s = buffer_extend(b, srv->srvconf.max_conns - srv->lim_conns in mod_status_handle_server_status_html() 567 char *s = buffer_extend(b, srv->srvconf.max_conns+1); in mod_status_handle_server_status_text()
|
| H A D | mod_authn_ldap.c | 414 f = buffer_extend(filter, 3); in mod_authn_append_ldap_dn_escape() 484 f = buffer_extend(filter, 3); in mod_authn_append_ldap_filter_escape()
|
| H A D | configfile.c | 1330 buffer_extend(b, 1); in config_finalize() 1392 memset(buffer_extend(b, depth), ' ', depth); in config_print_indent() 1439 memset(buffer_extend(b, indent), ' ', indent); in config_print_array() 1476 memset(buffer_extend(b, indent), ' ', indent); in config_print_config()
|
| H A D | mod_vhostdb_ldap.c | 246 f = buffer_extend(filter, 3); in mod_authn_append_ldap_filter_escape()
|
| H A D | response.c | 146 char * restrict s = buffer_extend(b, klen+vlen+4); in http_response_write_header()
|
| H A D | mod_ajp13.c | 628 buffer_extend(b, n);/*(buffer_commit but extend +1 for '\0' as needed)*/ in ajp13_create_env()
|
| H A D | network.c | 124 char *s = buffer_extend(abstract, n); in network_abstract_socket_enc()
|
| H A D | mod_proxy.c | 952 char * restrict s = buffer_extend(b, klen+vlen+4); in proxy_create_env()
|
| H A D | mod_cgi.c | 660 char * const dst = buffer_extend(env->b, key_len + val_len + 2); in cgi_env_add()
|
| H A D | mod_magnet.c | 975 uint8_t * const p = (uint8_t *)buffer_extend(b, s.len >> 1); in magnet_hexdec() 1273 char *p = buffer_extend(b, slen); in magnet_urldec_query_part()
|
| H A D | mod_auth.c | 1038 li_tohex(buffer_extend(b, n*2), n*2+1, (const char *)h, n); in mod_auth_append_nonce()
|
| H A D | chunk.c | 1516 char * const ptr = buffer_extend(c->mem, len); in chunkqueue_small_resp_optim()
|
| H A D | mod_openssl.c | 3581 buffer_extend(vb, (uint32_t)n); in https_add_ssl_client_entries()
|
| /lighttpd1.4/ |
| H A D | NEWS | 632 * [multiple] optimize primitives, buffer_extend()
|