Lines Matching refs:fullpath
376 char *filename, *fullpath = NULL; in CPH_METHOD() local
393 fullpath = expand_filepath(filename, NULL); in CPH_METHOD()
394 if (!fullpath) { in CPH_METHOD()
398 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
399 efree(fullpath); in CPH_METHOD()
403 olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage); in CPH_METHOD()
404 efree(fullpath); in CPH_METHOD()
439 char *filename, *fullpath; in CPH_METHOD() local
456 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
460 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
461 efree(fullpath); in CPH_METHOD()
465 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
466 efree(fullpath); in CPH_METHOD()