Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c2355 data_string *dcls; in fcgi_response_parse() local
2362 dcls = data_response_init(); in fcgi_response_parse()
2365 buffer_copy_string_len(dcls->key, "Content-Length", sizeof("Content-Length")-1); in fcgi_response_parse()
2366 buffer_copy_off_t(dcls->value, sendfile2_content_length); in fcgi_response_parse()
2367 dcls = (data_string*) array_replace(con->response.headers, (data_unset *)dcls); in fcgi_response_parse()
2368 if (dcls) dcls->free((data_unset*)dcls); in fcgi_response_parse()
2624 data_string *dcls; in fcgi_demux_response() local
2626 dcls = data_response_init(); in fcgi_demux_response()
2634 buffer_copy_off_t(dcls->value, sce->st.st_size); in fcgi_demux_response()
2635 dcls = (data_string*) array_replace(con->response.headers, (data_unset *)dcls); in fcgi_demux_response()
[all …]