Searched refs:array_get_buf_ptr (Results 1 – 4 of 4) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | array.h | 116 buffer * array_get_buf_ptr(array *a, const char *k, uint32_t klen); 123 buffer_copy_string_len(array_get_buf_ptr(a, k, klen), v, vlen); in array_set_key_value()
|
| H A D | http_header.c | 345 buffer * const vb = array_get_buf_ptr(&r->env, k, klen); in http_header_env_set_ptr() 356 buffer * const vb = array_get_buf_ptr(&r->env, k, klen); in http_header_env_append()
|
| H A D | array.c | 409 buffer * array_get_buf_ptr(array * const a, const char * const k, const uint32_t klen) { in array_get_buf_ptr() function
|
| H A D | mod_openssl.c | 1969 array_get_buf_ptr(s->ssl_conf_cmd, CONST_STR_LEN("CipherString")); in network_openssl_ssl_conf_cmd()
|