OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_find_header
(Results
1 - 10
of
10
) sorted by null
/external/chromium/third_party/libevent/test/
regress_http.c
182
evhttp_find_header
(req->input_headers,
217
int empty =
evhttp_find_header
(req->input_headers, "Empty") != NULL;
224
evhttp_find_header
(req->input_headers,"X-multi");
228
if (
evhttp_find_header
(req->input_headers, "X-Last"))
234
if (
evhttp_find_header
(req->input_headers, "X-Negative"))
510
if (
evhttp_find_header
(req->input_headers, "Content-Type") == NULL) {
539
if (
evhttp_find_header
(req->input_headers, "Date") == NULL) {
545
if (
evhttp_find_header
(req->input_headers, "Content-Length") == NULL) {
550
if (strcmp(
evhttp_find_header
(req->input_headers, "Content-Length"),
592
if (
evhttp_find_header
(req->input_headers, "Content-Type") == NULL)
[
all
...]
regress_rpc.c
106
const char *header =
evhttp_find_header
(
350
const char *header =
evhttp_find_header
(
427
const char *header =
evhttp_find_header
(req->input_headers, "X-Hook");
/external/chromium_org/third_party/libevent/test/
regress_http.c
182
evhttp_find_header
(req->input_headers,
217
int empty =
evhttp_find_header
(req->input_headers, "Empty") != NULL;
224
evhttp_find_header
(req->input_headers,"X-multi");
228
if (
evhttp_find_header
(req->input_headers, "X-Last"))
234
if (
evhttp_find_header
(req->input_headers, "X-Negative"))
510
if (
evhttp_find_header
(req->input_headers, "Content-Type") == NULL) {
539
if (
evhttp_find_header
(req->input_headers, "Date") == NULL) {
545
if (
evhttp_find_header
(req->input_headers, "Content-Length") == NULL) {
550
if (strcmp(
evhttp_find_header
(req->input_headers, "Content-Length"),
592
if (
evhttp_find_header
(req->input_headers, "Content-Type") == NULL)
[
all
...]
regress_rpc.c
106
const char *header =
evhttp_find_header
(
350
const char *header =
evhttp_find_header
(
427
const char *header =
evhttp_find_header
(req->input_headers, "X-Hook");
/external/chromium/third_party/libevent/
evhttp.h
306
const char *
evhttp_find_header
(const struct evkeyvalq *, const char *);
http.c
392
evhttp_find_header
(req->output_headers, "Content-Length") == NULL){
405
const char *connection =
evhttp_find_header
(headers, "Proxy-Connection");
408
const char *connection =
evhttp_find_header
(headers, "Connection");
416
const char *connection =
evhttp_find_header
(headers, "Connection");
424
if (
evhttp_find_header
(headers, "Date") == NULL) {
448
if (
evhttp_find_header
(headers, "Transfer-Encoding") == NULL &&
449
evhttp_find_header
(headers, "Content-Length") == NULL) {
495
if (
evhttp_find_header
(req->output_headers,
1309
evhttp_find_header
(const struct evkeyvalq *headers, const char *key)
function
[
all
...]
evrpc.c
356
if (
evhttp_find_header
(req->output_headers, "Content-Type") == NULL) {
/external/chromium_org/third_party/libevent/
evhttp.h
306
const char *
evhttp_find_header
(const struct evkeyvalq *, const char *);
http.c
392
evhttp_find_header
(req->output_headers, "Content-Length") == NULL){
405
const char *connection =
evhttp_find_header
(headers, "Proxy-Connection");
408
const char *connection =
evhttp_find_header
(headers, "Connection");
416
const char *connection =
evhttp_find_header
(headers, "Connection");
424
if (
evhttp_find_header
(headers, "Date") == NULL) {
448
if (
evhttp_find_header
(headers, "Transfer-Encoding") == NULL &&
449
evhttp_find_header
(headers, "Content-Length") == NULL) {
495
if (
evhttp_find_header
(req->output_headers,
1309
evhttp_find_header
(const struct evkeyvalq *headers, const char *key)
function
[
all
...]
evrpc.c
356
if (
evhttp_find_header
(req->output_headers, "Content-Type") == NULL) {
Completed in 533 milliseconds