Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_file_cache.h24 void zend_file_cache_invalidate(zend_string *full_path);
H A Dzend_file_cache.c1520 zend_string *full_path = file_handle->opened_path; local
1531 if (!full_path) {
1534 filename = zend_file_cache_get_bin_file_path(full_path);
1630 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1710 void zend_file_cache_invalidate(zend_string *full_path) argument
1714 filename = zend_file_cache_get_bin_file_path(full_path);
/PHP-7.4/win32/build/
H A Dmkdist.php439 $full_path = $directory . '/' . $file;
440 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
442 if (!is_dir($dest . '/' . $full_path)) {
443 mkdir($dest . '/' . $full_path , 0775, true);
445 copy_dir($full_path, $dest . '/' . $full_path . '/');
448 copy_test_dir($full_path, $dest);
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c3902 static int lsapi_reopen_stderr2(const char *full_path) in lsapi_reopen_stderr2() argument
3904 int newfd = open(full_path, O_WRONLY | O_CREAT | O_APPEND, 0644); in lsapi_reopen_stderr2()
3907 LSAPI_perror_r(NULL, "Failed to open custom stderr log", full_path); in lsapi_reopen_stderr2()
3916 if (s_stderr_log_path && full_path != s_stderr_log_path) in lsapi_reopen_stderr2()
3921 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
3928 char full_path[PATH_MAX]; in lsapi_reopen_stderr() local
3931 if (lsapi_check_path(p, full_path, PATH_MAX) == -1) in lsapi_reopen_stderr()
3936 return lsapi_reopen_stderr2(full_path); in lsapi_reopen_stderr()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c692 char *full_path; in fpm_evaluate_full_path() local
734 spprintf(&full_path, 0, "%s/%s", prefix, *path); in fpm_evaluate_full_path()
736 *path = strdup(full_path); in fpm_evaluate_full_path()
737 efree(full_path); in fpm_evaluate_full_path()

Completed in 31 milliseconds