Searched refs:array_get_buf_ptr_ext (Results 1 – 3 of 3) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_header.c | 219 buffer_copy_string_len(array_get_buf_ptr_ext(a, id, k, klen), v, vlen); in http_header_set_key_value() 233 buffer * const vb = array_get_buf_ptr_ext(&r->resp_headers, id, k, klen); in http_header_response_set_ptr() 262 buffer * const vb = array_get_buf_ptr_ext(&r->resp_headers, id, k, klen); in http_header_response_append() 283 buffer * const vb = array_get_buf_ptr_ext(&r->resp_headers, id, k, klen); in http_header_response_insert() 300 buffer * const vb = array_get_buf_ptr_ext(&r->rqst_headers, id, k, klen); in http_header_request_set_ptr() 329 buffer * const vb = array_get_buf_ptr_ext(&r->rqst_headers, id, k, klen); in http_header_request_append()
|
| H A D | array.h | 113 buffer * array_get_buf_ptr_ext(array *a, int ext, const char *k, uint32_t klen);
|
| H A D | array.c | 388 buffer * array_get_buf_ptr_ext(array * const a, const int ext, const char * const k, const uint32_t… in array_get_buf_ptr_ext() function
|