Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1142 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local
1195 include_path_len = ZCG(include_path_key_len); in accel_make_persistent_key()
1198 include_path_len = 0; in accel_make_persistent_key()
1201 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()
1224 include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1226 memcpy(ZCG(include_path_key), res, include_path_len + 1); in accel_make_persistent_key()
1237 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(key)))) { in accel_make_persistent_key()
1252 if (include_path_len) { in accel_make_persistent_key()
1255 memcpy(ZCG(key) + key_length, include_path, include_path_len); in accel_make_persistent_key()
1256 key_length += include_path_len; in accel_make_persistent_key()

Completed in 13 milliseconds