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