Home
last modified time | relevance | path

Searched refs:get_next_line (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/inseng/
H A Dinf.c296 static char *get_next_line(char **str, char **last_chr) in get_next_line() function
394 while (SUCCEEDED(hr) && (line = get_next_line(&content, &last_chr))) in inf_process_content()