OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:request_free
(Results
1 - 5
of
5
) sorted by null
/external/libevent/include/event2/
rpc_struct.h
70
void (*
request_free
)(void *);
member in struct:evrpc
/external/libmicrohttpd/src/testspdy/
test_notls.c
594
static void
request_free
(struct Request *req)
function
665
request_free
(&req);
test_new_connection.c
642
static void
request_free
(struct Request *req)
function
730
request_free
(&req);
test_request_response.c
630
static void
request_free
(struct Request *req)
function
718
request_free
(&req);
/external/libevent/
evrpc.c
392
rpc->
request_free
(rpc_state->request);
1124
rpc->
request_free
= req_free;
Completed in 2126 milliseconds