Searched refs:parse_ret (Results 1 – 3 of 3) sorted by relevance
79 ret = self.parse_ret()120 def parse_ret(self): member in HeaderParser
897 int parse_ret = 0; in tcp_client_process() local915 parse_ret = tcp_command_parse(recv_buf, cmd_paras->recv_paras); in tcp_client_process()916 if (parse_ret == RECV_FORMAT_ERR) in tcp_client_process()919 proc_ret = tcp_command_process(stock_fd, parse_ret, cmd_paras); in tcp_client_process()
5656 struct tep_print_parse *parse_ret = NULL; in parse_args() local5663 if (!parse_ret) in parse_args()5664 parse = &parse_ret; in parse_args()5678 return parse_ret; in parse_args()