Lines Matching refs:buffer_copy_string_len
390 buffer_copy_string_len(b, CONST_STR_LEN("fastcgi.backend.")); in fastcgi_status_copy_procname()
887 buffer_copy_string_len(proc->connection_name, CONST_STR_LEN("unix:")); in fcgi_spawn_connection()
933 buffer_copy_string_len(proc->connection_name, CONST_STR_LEN("tcp:")); in fcgi_spawn_connection()
1675 buffer_copy_string_len(proc->connection_name, CONST_STR_LEN("unix:")); in fcgi_establish_connection()
1701 buffer_copy_string_len(proc->connection_name, CONST_STR_LEN("tcp:")); in fcgi_establish_connection()
1763 buffer_copy_string_len(srv->tmp_buf, CONST_STR_LEN("HTTP_")); in fcgi_env_add_request_headers()
2225 buffer_copy_string_len(ds->key, key, key_len); in fcgi_response_parse()
2276 buffer_copy_string_len(srv->tmp_buf, filename, range - filename); in fcgi_response_parse()
2365 buffer_copy_string_len(dcls->key, "Content-Length", sizeof("Content-Length")-1); in fcgi_response_parse()
2413 buffer_copy_string_len(packet->b, c->mem->ptr + c->offset, weHave); in fastcgi_get_packet()
2443 buffer_copy_string_len(packet->b, CONST_STR_LEN("")); /* used == 1 */ in fastcgi_get_packet()
2633 buffer_copy_string_len(dcls->key, "Content-Length", sizeof("Content-Length")-1); in fcgi_demux_response()