Searched refs:reply_unmarshal (Results 1 – 2 of 2) sorted by relevance
205 ctx->reply_unmarshal = (int (*)(void *, struct evbuffer *))rplystruct##_unmarshal; \369 int (*reply_unmarshal)(void *, struct evbuffer*); member
608 res = ctx->reply_unmarshal(ctx->reply, in evrpc_reply_done()