Searched refs:tmp_path (Results 1 – 1 of 1) sorted by relevance
966 char *tmp_path = php_win32_ioutil_conv_w_to_any(dataw.cFileName, PHP_WIN32_CP_IGNORE_LEN, &sz); in tsrm_realpath_r() local967 if (!tmp_path) { in tsrm_realpath_r()973 memcpy(path+j, tmp_path, i+1); in tsrm_realpath_r()974 free(tmp_path); in tsrm_realpath_r()
Completed in 12 milliseconds