Lines Matching refs:opened_path

684 	if (!file_handle->opened_path) {  in zend_get_file_handle_timestamp_win()
703 if (GetFileAttributesEx(file_handle->opened_path, GetFileExInfoStandard, &fdata) != 0) { in zend_get_file_handle_timestamp_win()
768 char *file_path = file_handle->opened_path; in zend_get_file_handle_timestamp()
833 if (file_handle->opened_path) { in do_validate_timestamps()
834 if (strcmp(persistent_script->full_path, file_handle->opened_path) != 0) { in do_validate_timestamps()
847 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
853 file_handle->opened_path = NULL; in do_validate_timestamps()
861 file_handle->opened_path = NULL; in do_validate_timestamps()
867 file_handle->opened_path = NULL; in do_validate_timestamps()
872 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps()
939 if (file_handle->opened_path) { in accel_make_persistent_key_ex()
940 cwd = file_handle->opened_path; in accel_make_persistent_key_ex()
1076 file_handle.opened_path = realpath; in zend_accel_invalidate()
1320 …if (file_handle->opened_path && zend_accel_blacklist_is_blacklisted(&accel_blacklist, file_handle-… in compile_and_cache_file()
1438 if (file_handle->opened_path) { in compile_and_cache_file()
1439 new_persistent_script->full_path_len = strlen(file_handle->opened_path); in compile_and_cache_file()
1440 …new_persistent_script->full_path = estrndup(file_handle->opened_path, new_persistent_script->full_… in compile_and_cache_file()
1538 if (file_handle->opened_path &&
1539 … zend_accel_hash_find_entry(&ZCSG(hash), file_handle->opened_path, strlen(file_handle->opened_path
1829 handle->opened_path = NULL;
1836 handle->opened_path = estrndup(persistent_script->full_path, persistent_script->full_path_len);
1852 handle->opened_path = estrndup(persistent_script->full_path, persistent_script->full_path_len);
1868 handle->opened_path = resolved_path;
1931 handle->opened_path = estrndup(persistent_script->full_path, persistent_script->full_path_len);
1944 handle->opened_path = estrndup(persistent_script->full_path, persistent_script->full_path_len);
2008 handle.opened_path = NULL;