Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A DZendAccelerator.c1147 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local
1200 include_path_len = ZCG(include_path_key_len); in accel_make_persistent_key()
1203 include_path_len = 0; in accel_make_persistent_key()
1206 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()
1229 include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1231 memcpy(ZCG(include_path_key), res, include_path_len + 1); in accel_make_persistent_key()
1242 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(key)))) { in accel_make_persistent_key()
1257 if (include_path_len) { in accel_make_persistent_key()
1260 memcpy(ZCG(key) + key_length, include_path, include_path_len); in accel_make_persistent_key()
1261 key_length += include_path_len; in accel_make_persistent_key()

Completed in 11 milliseconds