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/chromium/third_party/libevent/
evrpc.h
205
ctx->
reply_unmarshal
= (int (*)(void *, struct evbuffer *))rplystruct##_unmarshal; \
369
int (*
reply_unmarshal
)(void *, struct evbuffer*);
member in struct:evrpc_request_wrapper
evrpc.c
608
res = ctx->
reply_unmarshal
(ctx->reply,
Completed in 35 milliseconds