Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c692 save_len = PHAR_G(cwd_len); in phar_file_stat()
697 PHAR_G(cwd_len) = 0; in phar_file_stat()
702 PHAR_G(cwd_len) = save_len; in phar_file_stat()
712 PHAR_G(cwd_len) = save_len; in phar_file_stat()
733 PHAR_G(cwd_len) = save_len; in phar_file_stat()
1042 PHAR_G(cwd_len) = 0; in PharFileFunction()
H A Dstream.c327 PHAR_G(cwd_len) = cwd - entry; in phar_wrapper_open_url()
328 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_wrapper_open_url()
331 PHAR_G(cwd_len) = 0; in phar_wrapper_open_url()
H A Dphar_object.c259 PHAR_G(cwd_len) = 0; in phar_file_action()
266 PHAR_G(cwd_len) = 0; in phar_file_action()
269 PHAR_G(cwd_len) = cwd - (entry + 1); in phar_file_action()
270 PHAR_G(cwd) = estrndup(entry + 1, PHAR_G(cwd_len)); in phar_file_action()
272 PHAR_G(cwd_len) = cwd - entry; in phar_file_action()
273 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_file_action()
301 PHAR_G(cwd_len) = 0; in phar_file_action()
317 PHAR_G(cwd_len) = 0; in phar_file_action()
H A Dphar_internal.h198 int cwd_len; variable
H A Dphar.c2151 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
2152 newpath_len = PHAR_G(cwd_len);
3633 PHAR_G(cwd_len) = 0;
3677 PHAR_G(cwd_len) = 0;
/PHP-5.4/sapi/tux/
H A Dphp_tux.c318 size_t cwd_len; in tux_request_ctor() local
/PHP-5.4/ext/standard/
H A Dproc_open.c442 int command_len, cwd_len = 0; in PHP_FUNCTION() local
483 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1417 size_t cwd_len; in _php_stream_fopen_with_path() local
1419 cwd = virtual_getcwd_ex(&cwd_len TSRMLS_CC); in _php_stream_fopen_with_path()

Completed in 49 milliseconds