Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c689 save_len = PHAR_G(cwd_len); in phar_file_stat()
694 PHAR_G(cwd_len) = 0; in phar_file_stat()
699 PHAR_G(cwd_len) = save_len; in phar_file_stat()
709 PHAR_G(cwd_len) = save_len; in phar_file_stat()
730 PHAR_G(cwd_len) = save_len; in phar_file_stat()
1039 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.c2088 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
2089 newpath_len = PHAR_G(cwd_len);
3495 PHAR_G(cwd_len) = 0;
3539 PHAR_G(cwd_len) = 0;
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c999 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local
1005 cwd_len = ZCG(cwd_key_len); in accel_make_persistent_key()
1015 cwd_len = ZSTR_LEN(cwd_str); in accel_make_persistent_key()
1039 cwd_len = ZCG(cwd_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1041 memcpy(ZCG(cwd_key), res, cwd_len + 1); in accel_make_persistent_key()
1090 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(key)))) { in accel_make_persistent_key()
1102 memcpy(ZCG(key) + key_length, cwd, cwd_len); in accel_make_persistent_key()
1103 key_length += cwd_len; in accel_make_persistent_key()
/PHP-7.1/ext/standard/
H A Dproc_open.c416 size_t command_len, cwd_len = 0; in PHP_FUNCTION() local
462 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c1510 size_t cwd_len; in _php_stream_fopen_with_path() local
1512 cwd = virtual_getcwd_ex(&cwd_len); in _php_stream_fopen_with_path()

Completed in 54 milliseconds