OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reply_unmarshal
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
evrpc-internal.h
201
int (*
reply_unmarshal
)(void *, struct evbuffer*);
member in struct:evrpc_request_wrapper
evrpc.c
853
ctx->
reply_unmarshal
= rpl_unmarshal;
933
res = ctx->
reply_unmarshal
(ctx->reply, req->input_buffer);
Completed in 44 milliseconds