Lines Matching refs:opened_path

753 	if (!file_handle->opened_path) {  in zend_get_file_handle_timestamp_win()
772 …if (file_handle->opened_path && GetFileAttributesEx(file_handle->opened_path->val, GetFileExInfoSt… in zend_get_file_handle_timestamp_win()
834 if (file_handle->opened_path) { in zend_get_file_handle_timestamp()
835 char *file_path = ZSTR_VAL(file_handle->opened_path); in zend_get_file_handle_timestamp()
898 if (file_handle->opened_path) { in do_validate_timestamps()
899 if (persistent_script->full_path != file_handle->opened_path && in do_validate_timestamps()
900 (ZSTR_LEN(persistent_script->full_path) != ZSTR_LEN(file_handle->opened_path) || in do_validate_timestamps()
901 …persistent_script->full_path), ZSTR_VAL(file_handle->opened_path), ZSTR_LEN(file_handle->opened_pa… in do_validate_timestamps()
913 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
919 file_handle->opened_path = NULL; in do_validate_timestamps()
927 file_handle->opened_path = NULL; in do_validate_timestamps()
933 file_handle->opened_path = NULL; in do_validate_timestamps()
938 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps()
1157 file_handle.opened_path = realpath; in zend_accel_invalidate()
1480 …if (file_handle->opened_path && zend_accel_blacklist_is_blacklisted(&accel_blacklist, ZSTR_VAL(fil… in opcache_compile_file()
1586 if (file_handle->opened_path) { in opcache_compile_file()
1587 new_persistent_script->full_path = zend_string_copy(file_handle->opened_path); in opcache_compile_file()
1609 if (!file_handle->opened_path) { in file_cache_compile_file()
1740 if (file_handle->opened_path) { in persistent_compile_file()
1741 bucket = zend_accel_hash_find_entry(&ZCSG(hash), file_handle->opened_path); in persistent_compile_file()
1955 handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->full_path); in persistent_stream_open_function()