Searched refs:tp_type (Results 1 – 3 of 3) sorted by relevance
27 enum tp_type { /* Test protocol message type */ enum49 extern enum tp_type tp_state;60 enum tp_type type;127 enum tp_type tp_msg_to_type(const char *s);154 enum tp_type json_decode_msg(void *data, size_t data_len);
21 enum tp_type tp_state = TP_NONE;328 enum tp_type tp_msg_to_type(const char *s) in tp_msg_to_type()330 enum tp_type type = TP_NONE; in tp_msg_to_type()515 enum tp_type json_decode_msg(void *data, size_t data_len) in json_decode_msg()
4225 enum tp_type type; in tp_input()