Home
last modified time | relevance | path

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

/PHP-5.5/win32/build/
H A Dmkdist.php412 $full_path = $directory . '/' . $file;
413 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
415 if (!is_dir($dest . '/' . $full_path)) {
416 mkdir($dest . '/' . $full_path , 0775, true);
418 copy_dir($full_path, $dest . '/' . $full_path . '/');
421 copy_test_dir($full_path, $dest);
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c834 if (strcmp(persistent_script->full_path, file_handle->opened_path) != 0) { in do_validate_timestamps()
843 if (full_path_ptr && strcmp(persistent_script->full_path, full_path_ptr) != 0) { in do_validate_timestamps()
871 ps_handle.filename = persistent_script->full_path; in do_validate_timestamps()
872 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps()
1192 new_persistent_script->full_path, in cache_script_in_shared_memory()
1208 memcmp(new_persistent_script->full_path, key, key_length) != 0)) { in cache_script_in_shared_memory()
1645 if (persistent_script->full_path) {
1659 …if (strstr(persistent_script->full_path, ".phar") && !strstr(persistent_script->full_path, "://"))…
1838 memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
2001 return estrndup(persistent_script->full_path, persistent_script->full_path_len);
[all …]
H A Dzend_accelerator_util_funcs.c149 if (persistent_script->full_path) { in free_persistent_script()
150 efree(persistent_script->full_path); in free_persistent_script()
955 persistent_script->full_path) {
960 cfilename = persistent_script->full_path;
987 CG(compiled_filename) = persistent_script->full_path;
H A DZendAccelerator.h186 char *full_path; /* full real path with resolved symlinks */ member
H A Dzend_persist_calc.c341 ADD_DUP_SIZE(new_persistent_script->full_path, new_persistent_script->full_path_len + 1);
H A Dzend_persist.c675 zend_accel_store(script->full_path, script->full_path_len + 1);
H A Dzend_accelerator_module.c523 …add_assoc_stringl(persistent_script_report, "full_path", script->full_path, script->full_path_len,… in accelerator_get_scripts()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c676 char *full_path; in fpm_evaluate_full_path() local
718 spprintf(&full_path, 0, "%s/%s", prefix, *path); in fpm_evaluate_full_path()
720 *path = strdup(full_path); in fpm_evaluate_full_path()
721 efree(full_path); in fpm_evaluate_full_path()

Completed in 42 milliseconds