Searched refs:_uni_msg_destroy (Results 1 – 2 of 2) sorted by relevance
47 void _uni_msg_destroy(struct uni_msg *, const char *, int);52 #define uni_msg_destroy(M) _uni_msg_destroy((M), __FILE__, __LINE__)
278 _uni_msg_destroy(struct uni_msg *m, const char *file, int line) in _uni_msg_destroy() function