Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c103 (d)->cwd_length = (s)->cwd_length; \
109 (s)->cwd_length = 0;
258 if (state->cwd_length == 0) { in virtual_getcwd_ex()
270 if (state->cwd_length == 2 && state->cwd[state->cwd_length-1] == ':') { in virtual_getcwd_ex()
273 *length = state->cwd_length+1; in virtual_getcwd_ex()
287 *length = state->cwd_length; in virtual_getcwd_ex()
1257 new_state.cwd_length = 0; in virtual_realpath()
1266 new_state.cwd_length = 0; in virtual_realpath()
1270 size_t len = new_state.cwd_length>MAXPATHLEN-1?MAXPATHLEN-1:new_state.cwd_length; in virtual_realpath()
1728 new_state.cwd_length = 0; in tsrm_realpath()
[all …]
H A Dzend_virtual_cwd.h162 size_t cwd_length; member
/php-src/main/
H A Dphp_open_temporary_file.c124 new_state.cwd_length = strlen(cwd); in php_do_open_temporary_file()
132 if (IS_SLASH(new_state.cwd[new_state.cwd_length - 1])) { in php_do_open_temporary_file()
H A Dfopen_wrappers.c823 new_state.cwd_length = strlen(cwd);
831 copy_len = new_state.cwd_length > MAXPATHLEN - 1 ? MAXPATHLEN - 1 : new_state.cwd_length;
835 real_path = estrndup(new_state.cwd, new_state.cwd_length);
/php-src/ext/zip/
H A Dphp_zip.c151 new_state.cwd_length = 0; in php_zip_extract_file()
157 path_cleaned = php_zip_make_relative_path(new_state.cwd, new_state.cwd_length); in php_zip_extract_file()
/php-src/ext/phar/
H A Dphar_object.c4128 new_state.cwd_length = 1; in phar_extract_file()
4130 new_state.cwd_length <= 1) { in phar_extract_file()
4142 filename_len = new_state.cwd_length - 1; in phar_extract_file()

Completed in 42 milliseconds