evhttp_find_header  306 third_party/libevent/evhttp.h const char *evhttp_find_header(const struct evkeyvalq *, const char *);
evhttp_find_header  356 third_party/libevent/evrpc.c 	if (evhttp_find_header(req->output_headers, "Content-Type") == NULL) {
evhttp_find_header  392 third_party/libevent/http.c 	    evhttp_find_header(req->output_headers, "Content-Length") == NULL){
evhttp_find_header  405 third_party/libevent/http.c 		const char *connection = evhttp_find_header(headers, "Proxy-Connection");
evhttp_find_header  408 third_party/libevent/http.c 		const char *connection = evhttp_find_header(headers, "Connection");
evhttp_find_header  416 third_party/libevent/http.c 	const char *connection = evhttp_find_header(headers, "Connection");
evhttp_find_header  424 third_party/libevent/http.c 	if (evhttp_find_header(headers, "Date") == NULL) {
evhttp_find_header  448 third_party/libevent/http.c 	if (evhttp_find_header(headers, "Transfer-Encoding") == NULL &&
evhttp_find_header  449 third_party/libevent/http.c 	    evhttp_find_header(headers,	"Content-Length") == NULL) {
evhttp_find_header  495 third_party/libevent/http.c 		if (evhttp_find_header(req->output_headers,
evhttp_find_header 1537 third_party/libevent/http.c 	content_length = evhttp_find_header(headers, "Content-Length");
evhttp_find_header 1538 third_party/libevent/http.c 	connection = evhttp_find_header(headers, "Connection");
evhttp_find_header 1580 third_party/libevent/http.c 	xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding");
evhttp_find_header  182 third_party/libevent/test/regress_http.c 		    evhttp_find_header(req->input_headers,
evhttp_find_header  217 third_party/libevent/test/regress_http.c 	int empty = evhttp_find_header(req->input_headers, "Empty") != NULL;
evhttp_find_header  224 third_party/libevent/test/regress_http.c 		    evhttp_find_header(req->input_headers,"X-multi");
evhttp_find_header  228 third_party/libevent/test/regress_http.c 			if (evhttp_find_header(req->input_headers, "X-Last"))
evhttp_find_header  234 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers, "X-Negative"))
evhttp_find_header  510 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers, "Content-Type") == NULL) {
evhttp_find_header  539 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers, "Date") == NULL) {
evhttp_find_header  545 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers, "Content-Length") == NULL) {
evhttp_find_header  550 third_party/libevent/test/regress_http.c 	if (strcmp(evhttp_find_header(req->input_headers, "Content-Length"),
evhttp_find_header  592 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers, "Content-Type") == NULL) {
evhttp_find_header  774 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers, "Content-Type") == NULL) {
evhttp_find_header 1024 third_party/libevent/test/regress_http.c 	const char *real_val = evhttp_find_header(headers, key);
evhttp_find_header 1161 third_party/libevent/test/regress_http.c 		header = evhttp_find_header(req->input_headers, "Transfer-Encoding");
evhttp_find_header 1165 third_party/libevent/test/regress_http.c 		header = evhttp_find_header(req->input_headers, "Connection");
evhttp_find_header 1244 third_party/libevent/test/regress_http.c 	if (evhttp_find_header(req->input_headers,
evhttp_find_header  106 third_party/libevent/test/regress_rpc.c 		const char *header = evhttp_find_header(
evhttp_find_header  350 third_party/libevent/test/regress_rpc.c 		const char *header = evhttp_find_header(
evhttp_find_header  427 third_party/libevent/test/regress_rpc.c 	const char *header = evhttp_find_header(req->input_headers, "X-Hook");