Home
last modified time | relevance | path

Searched refs:array_get_buf_ptr (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Darray.h116 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 Dhttp_header.c345 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 Darray.c409 buffer * array_get_buf_ptr(array * const a, const char * const k, const uint32_t klen) { in array_get_buf_ptr() function
H A Dmod_openssl.c1969 array_get_buf_ptr(s->ssl_conf_cmd, CONST_STR_LEN("CipherString")); in network_openssl_ssl_conf_cmd()