Lines Matching refs:fullpath
352 char *filename, *fullpath = NULL; in CPH_METHOD() local
368 fullpath = expand_filepath(filename, NULL); in CPH_METHOD()
369 if (!fullpath) { in CPH_METHOD()
373 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
374 efree(fullpath); in CPH_METHOD()
378 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
379 efree(fullpath); in CPH_METHOD()
413 char *filename, *fullpath; in CPH_METHOD() local
428 if (!(fullpath = expand_filepath(filename, NULL))) { in CPH_METHOD()
432 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
433 efree(fullpath); in CPH_METHOD()
437 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
438 efree(fullpath); in CPH_METHOD()