OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVHTTP_REQ_GET
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/
evhttp.h
179
enum evhttp_cmd_type {
EVHTTP_REQ_GET
, EVHTTP_REQ_POST, EVHTTP_REQ_HEAD };
http.c
306
case
EVHTTP_REQ_GET
:
1273
req->type =
EVHTTP_REQ_GET
;
[
all
...]
/external/chromium/third_party/libevent/test/
regress_http.c
438
if (evhttp_make_request(evcon, req,
EVHTTP_REQ_GET
, "/test") == -1) {
466
if (evhttp_make_request(evcon, req,
EVHTTP_REQ_GET
, "/test") == -1) {
482
if (evhttp_make_request(evcon, req,
EVHTTP_REQ_GET
, "/test") == -1) {
647
if (evhttp_make_request(evcon, req,
EVHTTP_REQ_GET
, "/?arg=val") == -1) {
876
if (evhttp_make_request(evcon, req,
EVHTTP_REQ_GET
, "/test") == -1) {
938
req,
EVHTTP_REQ_GET
, with_delay ? "/largedelay" : "/test") == -1) {
1333
EVHTTP_REQ_GET
, "/chunked") == -1) {
1439
if (evhttp_make_request(evcon, req,
EVHTTP_REQ_GET
, "/test") == -1) {
Completed in 154 milliseconds