Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c663 save_len = PHAR_G(cwd_len); in phar_file_stat()
668 PHAR_G(cwd_len) = 0; in phar_file_stat()
673 PHAR_G(cwd_len) = save_len; in phar_file_stat()
683 PHAR_G(cwd_len) = save_len; in phar_file_stat()
698 PHAR_G(cwd_len) = save_len; in phar_file_stat()
995 PHAR_G(cwd_len) = 0; in PharFileFunction()
H A Dstream.c328 PHAR_G(cwd_len) = cwd - entry; in phar_wrapper_open_url()
329 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_wrapper_open_url()
332 PHAR_G(cwd_len) = 0; in phar_wrapper_open_url()
H A Dphar_internal.h182 int cwd_len; variable
H A Dphar_object.c231 PHAR_G(cwd_len) = 0; in phar_file_action()
239 PHAR_G(cwd_len) = 0; in phar_file_action()
242 PHAR_G(cwd_len) = (int)(cwd - (entry + 1)); in phar_file_action()
243 PHAR_G(cwd) = estrndup(entry + 1, PHAR_G(cwd_len)); in phar_file_action()
245 PHAR_G(cwd_len) = (int)(cwd - entry); in phar_file_action()
246 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_file_action()
273 PHAR_G(cwd_len) = 0; in phar_file_action()
285 PHAR_G(cwd_len) = 0; in phar_file_action()
H A Dphar.c2089 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
2090 newpath_len = PHAR_G(cwd_len);
3496 PHAR_G(cwd_len) = 0;
3540 PHAR_G(cwd_len) = 0;
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c1053 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local
1059 cwd_len = ZCG(cwd_key_len); in accel_make_persistent_key()
1069 cwd_len = ZSTR_LEN(cwd_str); in accel_make_persistent_key()
1092 cwd_len = ZCG(cwd_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1094 memcpy(ZCG(cwd_key), res, cwd_len + 1); in accel_make_persistent_key()
1148 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(key)))) { in accel_make_persistent_key()
1160 memcpy(ZCG(key) + key_length, cwd, cwd_len); in accel_make_persistent_key()
1161 key_length += cwd_len; in accel_make_persistent_key()
/PHP-7.2/ext/standard/
H A Dproc_open.c410 size_t command_len, cwd_len = 0; in PHP_FUNCTION() local
453 Z_PARAM_STRING_EX(cwd, cwd_len, 1, 0) in PHP_FUNCTION()
/PHP-7.2/main/streams/
H A Dplain_wrapper.c1503 size_t cwd_len; in _php_stream_fopen_with_path() local
1505 cwd = virtual_getcwd_ex(&cwd_len); in _php_stream_fopen_with_path()

Completed in 88 milliseconds