Lines Matching refs:fullpath
364 char *filename, *fullpath = NULL; in CPH_METHOD() local
380 fullpath = expand_filepath(filename, NULL); in CPH_METHOD()
381 if (!fullpath) { in CPH_METHOD()
385 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
386 efree(fullpath); in CPH_METHOD()
390 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
391 efree(fullpath); in CPH_METHOD()
425 char *filename, *fullpath; in CPH_METHOD() local
440 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
444 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
445 efree(fullpath); in CPH_METHOD()
449 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
450 efree(fullpath); in CPH_METHOD()