Searched refs:tmp_filename_out (Results 1 – 2 of 2) sorted by relevance
35 FILE* gpr_tmpfile(const char* prefix, char** tmp_filename_out) { in gpr_tmpfile() argument40 if (tmp_filename_out != NULL) *tmp_filename_out = NULL; in gpr_tmpfile()51 if (result != NULL && tmp_filename_out) { in gpr_tmpfile()52 *tmp_filename_out = gpr_strdup(tmp_filename); in gpr_tmpfile()
35 FILE* gpr_tmpfile(const char* prefix, char** tmp_filename_out) { in gpr_tmpfile() argument43 if (tmp_filename_out != NULL) *tmp_filename_out = NULL; in gpr_tmpfile()61 if (result && tmp_filename_out) { in gpr_tmpfile()62 *tmp_filename_out = gpr_tchar_to_char(tmp_filename); in gpr_tmpfile()