Searched refs:tmp_parser_struct (Results 1 – 1 of 1) sorted by relevance
163 tmp_parser_struct_t tmp_parser_struct; variable2326 if (tmp_parser_struct.num_pair[0] <= tmp_parser_struct.num_pair[1]) {2338 if (tmp_parser_struct.num_pair[0] <= tmp_parser_struct.num_pair[1]) {2693 tmp_parser_struct.str[0] = '\0'; in __parser_tmp_struct_init()2694 cl_list_construct(&tmp_parser_struct.str_list); in __parser_tmp_struct_init()2695 cl_list_init(&tmp_parser_struct.str_list, 10); in __parser_tmp_struct_init()2696 cl_list_construct(&tmp_parser_struct.num_list); in __parser_tmp_struct_init()2697 cl_list_init(&tmp_parser_struct.num_list, 10); in __parser_tmp_struct_init()2713 tmp_parser_struct.str[0] = '\0'; in __parser_tmp_struct_reset()2725 cl_list_destroy(&tmp_parser_struct.str_list); in __parser_tmp_struct_destroy()[all …]