include_path_len 945 ext/opcache/ZendAccelerator.c int include_path_len = 0, cwd_len = 0; include_path_len 994 ext/opcache/ZendAccelerator.c include_path_len = ZCG(include_path_key_len); include_path_len 997 ext/opcache/ZendAccelerator.c include_path_len = 0; include_path_len 1000 ext/opcache/ZendAccelerator.c include_path_len = ZSTR_LEN(ZCG(include_path)); include_path_len 1022 ext/opcache/ZendAccelerator.c include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res; include_path_len 1024 ext/opcache/ZendAccelerator.c memcpy(ZCG(include_path_key), res, include_path_len + 1); include_path_len 1032 ext/opcache/ZendAccelerator.c if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(key)))) { include_path_len 1047 ext/opcache/ZendAccelerator.c if (include_path_len) { include_path_len 1050 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + key_length, include_path, include_path_len); include_path_len 1051 ext/opcache/ZendAccelerator.c key_length += include_path_len;