Searched refs:pc2 (Results 1 – 1 of 1) sorted by relevance
200 char *pc = NULL, *pc2 = NULL; in get_url_file_name() local203 pc2 = strrchr(pc ? pc + 1 : path, '\\'); in get_url_file_name()204 if(pc2) in get_url_file_name()205 pc = pc2; in get_url_file_name()
Completed in 4 milliseconds