Searched refs:include_path_len (Results 1 – 1 of 1) sorted by relevance
1211 int include_path_len = 0, cwd_len = 0; in accel_make_persistent_key() local1264 include_path_len = ZCG(include_path_key_len); in accel_make_persistent_key()1267 include_path_len = 0; in accel_make_persistent_key()1270 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()1294 include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()1296 memcpy(ZCG(include_path_key), res, include_path_len + 1); in accel_make_persistent_key()1307 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(_key)))) { in accel_make_persistent_key()1323 if (include_path_len) { in accel_make_persistent_key()1326 memcpy(key + key_length, include_path, include_path_len); in accel_make_persistent_key()1327 key_length += include_path_len; in accel_make_persistent_key()
Completed in 16 milliseconds