OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpc_data
(Results
1 - 4
of
4
) sorted by null
/external/libevent/
evrpc-internal.h
159
struct evbuffer*
rpc_data
;
member in struct:evrpc_req_generic
evrpc.c
299
rpc_state->
rpc_data
= NULL;
395
if (rpc_state->
rpc_data
!= NULL)
396
evbuffer_free(rpc_state->
rpc_data
);
419
if ((rpc_state->
rpc_data
= evbuffer_new()) == NULL) {
425
rpc->reply_marshal(rpc_state->
rpc_data
, rpc_state->reply);
434
rpc_state, req, rpc_state->
rpc_data
);
490
evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->
rpc_data
);
/external/libevent/include/event2/
rpc.h
179
struct evbuffer*
rpc_data
; \
/toolchain/binutils/binutils-2.25/binutils/
nlmconv.c
184
FILE *
rpc_data
= NULL;
782
rpc_data
= fopen (rpc_file, "r");
783
if (
rpc_data
== NULL
784
|| fstat (fileno (
rpc_data
), &st) < 0)
997
if (fread (data, 1, rpc_size,
rpc_data
) != rpc_size)
182
FILE *
rpc_data
= NULL;
local
[
all
...]
Completed in 53 milliseconds