Home
last modified time | relevance | path

Searched refs:full_path_ptr (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c827 char *full_path_ptr = NULL; in do_validate_timestamps() local
841full_path_ptr = accelerator_orig_zend_resolve_path(file_handle->filename, strlen(file_handle->file… in do_validate_timestamps()
843 if (full_path_ptr && strcmp(persistent_script->full_path, full_path_ptr) != 0) { in do_validate_timestamps()
844 efree(full_path_ptr); in do_validate_timestamps()
847 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
851 if (full_path_ptr) { in do_validate_timestamps()
852 efree(full_path_ptr); in do_validate_timestamps()
859 if (full_path_ptr) { in do_validate_timestamps()
860 efree(full_path_ptr); in do_validate_timestamps()
865 if (full_path_ptr) { in do_validate_timestamps()
[all …]

Completed in 15 milliseconds