OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_req
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libevent/
evrpc.h
135
struct evhttp_request*
http_req
;
member in struct:evrpc_req_generic
159
struct evhttp_request*
http_req
; \
223
#define EVRPC_REQUEST_HTTP(rpc_req) (rpc_req)->
http_req
337
struct evhttp_request *
http_req
;
member in struct:evrpc_status
evrpc.c
301
rpc_state->
http_req
= req;
333
struct evhttp_request *req = rpc_state->
http_req
;
598
status.
http_req
= req;
/external/chromium/third_party/libevent/test/
regress_rpc.c
349
struct evhttp_request *req = status->
http_req
;
/external/chromium/net/spdy/
spdy_network_transaction_unittest.cc
591
HttpRequestInfo
http_req
= CreateGetRequest();
local
592
http_req
.priority = p;
594
NormalSpdyTransactionHelper helper(
http_req
, BoundNetLog(), GetParam());
[
all
...]
Completed in 68 milliseconds