Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1207 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local
1260 include_path_len = ZCG(include_path_key_len); in accel_make_persistent_key()
1263 include_path_len = 0; in accel_make_persistent_key()
1266 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()
1290 include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1292 memcpy(ZCG(include_path_key), res, include_path_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()
1319 if (include_path_len) { in accel_make_persistent_key()
1322 memcpy(key + key_length, include_path, include_path_len); in accel_make_persistent_key()
1323 key_length += include_path_len; in accel_make_persistent_key()

Completed in 14 milliseconds