Searched refs:tmp_path (Results 1 – 1 of 1) sorted by relevance
964 char *tmp_path = php_win32_ioutil_conv_w_to_any(dataw.cFileName, PHP_WIN32_CP_IGNORE_LEN, &sz); in tsrm_realpath_r() local965 if (!tmp_path) { in tsrm_realpath_r()971 memcpy(path+j, tmp_path, i+1); in tsrm_realpath_r()972 free(tmp_path); in tsrm_realpath_r()
Completed in 7 milliseconds