Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c589 const char *exec_fname = ZSTR_VAL(exec_filename); local
592 while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
596 memcpy(trypath, exec_fname, exec_fname_length + 1);
671 const char *exec_fname = ZSTR_VAL(exec_filename); local
674 while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
675 if ((exec_fname && exec_fname[0] == '[') || exec_fname_length <= 0) {
684 memcpy(pathbuf + path_length + 1, exec_fname, exec_fname_length);
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1607 const char *exec_fname = ZSTR_VAL(exec_filename); in _php_stream_fopen_with_path() local
1610 while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length])); in _php_stream_fopen_with_path()
1620 memcpy(pathbuf+path_length+1, exec_fname, exec_fname_length); in _php_stream_fopen_with_path()

Completed in 16 milliseconds