Searched refs:current_str (Results 1 – 2 of 2) sorted by relevance
2124 char *read_buf = NULL, *next_str = NULL, *current_str = NULL, *buf = NULL; in second_stage_parsing_thread() local2148 current_str = read_buf; in second_stage_parsing_thread()2150 while (*current_str != (char)EOF) { in second_stage_parsing_thread()2151 next_str = strchr(current_str, '\n'); in second_stage_parsing_thread()2156 buf = strstr(current_str, "SectionUseCase"); in second_stage_parsing_thread()2158 if((current_str = next_str) == NULL) in second_stage_parsing_thread()2167 if((current_str = next_str) == NULL) in second_stage_parsing_thread()2186 buf = strstr(current_str, "File"); in second_stage_parsing_thread()2188 if((current_str = next_str) == NULL) in second_stage_parsing_thread()2238 if((current_str = next_str) == NULL) in second_stage_parsing_thread()[all …]
302 static int parse_single_config_format(snd_use_case_mgr_t **uc_mgr, char *current_str, int num_verbs…