Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dfunc_interceptors.c557 save_len = PHAR_G(cwd_len); in phar_file_stat()
562 PHAR_G(cwd_len) = 0; in phar_file_stat()
567 PHAR_G(cwd_len) = save_len; in phar_file_stat()
577 PHAR_G(cwd_len) = save_len; in phar_file_stat()
592 PHAR_G(cwd_len) = save_len; in phar_file_stat()
871 PHAR_G(cwd_len) = 0; in PharFileFunction()
H A Dstream.c337 PHAR_G(cwd_len) = cwd - entry; in phar_wrapper_open_url()
338 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_wrapper_open_url()
341 PHAR_G(cwd_len) = 0; in phar_wrapper_open_url()
H A Dphar_object.c226 PHAR_G(cwd_len) = 0; in phar_file_action()
234 PHAR_G(cwd_len) = 0; in phar_file_action()
237 PHAR_G(cwd_len) = (cwd - (entry + 1)); in phar_file_action()
238 PHAR_G(cwd) = estrndup(entry + 1, PHAR_G(cwd_len)); in phar_file_action()
240 PHAR_G(cwd_len) = (cwd - entry); in phar_file_action()
241 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_file_action()
267 PHAR_G(cwd_len) = 0; in phar_file_action()
279 PHAR_G(cwd_len) = 0; in phar_file_action()
H A Dphar_internal.h177 uint32_t cwd_len; variable
H A Dphar.c2134 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') { in phar_fix_filepath()
2135 newpath_len = PHAR_G(cwd_len); in phar_fix_filepath()
3508 PHAR_G(cwd_len) = 0; in phar_request_initialize()
3552 PHAR_G(cwd_len) = 0; in PHP_RSHUTDOWN_FUNCTION()
/php-src/ext/opcache/
H A DZendAccelerator.c1207 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local
1213 cwd_len = ZCG(cwd_key_len); in accel_make_persistent_key()
1223 cwd_len = ZSTR_LEN(cwd_str); in accel_make_persistent_key()
1246 cwd_len = ZCG(cwd_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1248 memcpy(ZCG(cwd_key), res, cwd_len + 1); in accel_make_persistent_key()
1303 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(_key)))) { in accel_make_persistent_key()
1316 memcpy(key + key_length, cwd, cwd_len); in accel_make_persistent_key()
1317 key_length += cwd_len; in accel_make_persistent_key()
/php-src/ext/standard/
H A Dproc_open.c1155 size_t cwd_len = 0; /* Optional argument */ in PHP_FUNCTION() local
1192 Z_PARAM_STRING_OR_NULL(cwd, cwd_len) in PHP_FUNCTION()
/php-src/main/streams/
H A Dplain_wrapper.c1650 size_t cwd_len; in _php_stream_fopen_with_path() local
1652 cwd = virtual_getcwd_ex(&cwd_len); in _php_stream_fopen_with_path()

Completed in 55 milliseconds