Searched refs:prepare_proto (Results 1 – 2 of 2) sorted by relevance
91 char* prepare_proto(userid_t user_id, StoragedProto* proto);
204 char* storaged_t:: prepare_proto(userid_t user_id, StoragedProto* proto) { in prepare_proto() function in storaged_t294 unique_ptr<char> proto_data(prepare_proto(user_id, proto)); in flush_proto()