Branch Coverage

shm_generic.h
Criterion Covered Total %
branch 2467 9622 25.6


line true false branch
81 389 0 return (sum > UINT32_MAX) ? UINT32_MAX : (uint32_t)sum;
104 0 1478 if (align_end > cap) align_end = cap;
105 2514 267 for (; i < align_end; i++) {
106 1211 1303 if (states[i] >= SHM_TAG_MIN) { *pos = i; return 1; }
109 206 62 for (; i + 16 <= cap; i += 16) {
114 205 1 if (mask) { *pos = i + __builtin_ctz(mask); return 1; }
118 0 62 for (; i < cap; i++) {
119 0 0 if (states[i] >= SHM_TAG_MIN) { *pos = i; return 1; }
178 9 6587 if (utf8) lf |= SHM_UTF8_FLAG;
182 2225 4371 if (slen > 4) {
200 2704 8326 if (slen > 4) {
212 5271 41 if (SHM_IS_INLINE(len_field)) {
317 1 62 if (needed == 0) needed = 1;
318 57 6 if (needed <= *cap) return 1;
319 0 6 uint32_t ns = *cap ? *cap : 64;
320 0 6 while (ns < needed) {
322 0 0 if (next <= ns) { ns = needed; break; } /* overflow guard */
326 0 6 if (!nb) return 0;
372 0 1 if (pid == 0) return 1; /* no owner recorded, assume alive */
373 1 0 return !(kill((pid_t)pid, 0) == -1 && errno == ESRCH);
0 1 return !(kill((pid_t)pid, 0) == -1 && errno == ESRCH);
382 0 1 if (!__atomic_compare_exchange_n(&hdr->rwlock, &observed_rwlock,
387 1 0 if (seq & 1)
392 0 1 if (__atomic_load_n(&hdr->rwlock_waiters, __ATOMIC_RELAXED) > 0)
406 0 1603 if (cur > 0 && cur < SHM_RWLOCK_WRITER_BIT) {
0 0 if (cur > 0 && cur < SHM_RWLOCK_WRITER_BIT) {
407 0 0 if (__atomic_compare_exchange_n(lock, &cur, cur + 1,
410 1603 0 } else if (cur == 0 && !__atomic_load_n(waiters, __ATOMIC_RELAXED)) {
1603 0 } else if (cur == 0 && !__atomic_load_n(waiters, __ATOMIC_RELAXED)) {
411 1603 0 if (__atomic_compare_exchange_n(lock, &cur, 1,
415 0 0 if (__builtin_expect(spin < SHM_RWLOCK_SPIN_LIMIT, 1)) {
422 0 0 if (cur >= SHM_RWLOCK_WRITER_BIT || cur == 0) {
0 0 if (cur >= SHM_RWLOCK_WRITER_BIT || cur == 0) {
425 0 0 if (rc == -1 && errno == ETIMEDOUT && cur >= SHM_RWLOCK_WRITER_BIT) {
0 0 if (rc == -1 && errno == ETIMEDOUT && cur >= SHM_RWLOCK_WRITER_BIT) {
0 0 if (rc == -1 && errno == ETIMEDOUT && cur >= SHM_RWLOCK_WRITER_BIT) {
428 0 0 if (val >= SHM_RWLOCK_WRITER_BIT) {
430 0 0 if (!shm_pid_alive(pid))
444 1603 0 if (prev == 0 && __atomic_load_n(&hdr->rwlock_waiters, __ATOMIC_RELAXED) > 0)
0 1603 if (prev == 0 && __atomic_load_n(&hdr->rwlock_waiters, __ATOMIC_RELAXED) > 0)
456 15457 0 if (__atomic_compare_exchange_n(lock, &expected, mypid,
459 0 0 if (__builtin_expect(spin < SHM_RWLOCK_SPIN_LIMIT, 1)) {
465 0 0 if (cur != 0) {
468 0 0 if (rc == -1 && errno == ETIMEDOUT) {
0 0 if (rc == -1 && errno == ETIMEDOUT) {
471 0 0 if (val >= SHM_RWLOCK_WRITER_BIT) {
473 0 0 if (!shm_pid_alive(pid))
487 1 15456 if (__atomic_load_n(&hdr->rwlock_waiters, __ATOMIC_RELAXED) > 0)
497 4041 100001 if (__builtin_expect((s & 1) == 0, 1)) return s;
498 100000 1 if (__builtin_expect(spin < 100000, 1)) {
505 1 0 if (val >= SHM_RWLOCK_WRITER_BIT) {
507 1 0 if (!shm_pid_alive(pid)) {
538 18 146 if (len < SHM_ARENA_MIN_ALLOC) return SHM_ARENA_MIN_ALLOC;
543 18 146 if (alloc_size <= SHM_ARENA_MIN_ALLOC) return 0;
544 0 146 if (alloc_size > (SHM_ARENA_MIN_ALLOC << (SHM_ARENA_NUM_CLASSES - 1))) return -1;
552 158 0 if (cls >= 0 && hdr->arena_free[cls] != 0) {
1 157 if (cls >= 0 && hdr->arena_free[cls] != 0) {
561 155 2 if (off + asize > hdr->arena_cap || off + asize > (uint64_t)UINT32_MAX)
0 155 if (off + asize > hdr->arena_cap || off + asize > (uint64_t)UINT32_MAX)
571 6 0 if (cls < 0 || off == 0) return;
0 6 if (cls < 0 || off == 0) return;
582 6596 158 if (slen <= SHM_INLINE_MAX) {
587 2 156 if (aoff == 0 && slen > 0) return 0;
2 0 if (aoff == 0 && slen > 0) return 0;
590 1 155 *len_field = SHM_PACK_LEN(slen, utf8);
597 6 168 if (!SHM_IS_INLINE(len_field))
604 104 0 if (SHM_IS_INLINE(len_field))
613 1 472 if (v < 2) return 2;
614 0 472 if (v > 0x80000000U) return 0; /* overflow: no valid power of 2 */
627 336 4 if (p != SHM_LRU_NONE) next[p] = n;
629 3 337 if (n != SHM_LRU_NONE) prev[n] = p;
638 2143 0 if (h->lru_accessed) __atomic_store_n(&h->lru_accessed[idx], 0, __ATOMIC_RELAXED); /* clear stale clock bit */
641 2087 56 if (hdr->lru_head != SHM_LRU_NONE) prev[hdr->lru_head] = idx;
648 3 1 if (hdr->lru_head == idx) return;
652 0 1 if (hdr->lru_skip > 0 && idx != hdr->lru_tail) {
0 0 if (hdr->lru_skip > 0 && idx != hdr->lru_tail) {
654 0 0 if ((++promote_ctr & hdr->lru_skip) != 0)
671 317 0 if (errbuf) errbuf[0] = '\0';
673 2 315 if (max_tcap < SHM_INITIAL_CAP) max_tcap = SHM_INITIAL_CAP;
684 32 285 if (has_lru) {
693 60 257 if (has_ttl) {
700 92 225 if (has_arena) {
703 0 92 if (arena_cap < 4096) arena_cap = 4096;
706 92 225 uint64_t total_size = has_arena ? arena_off + arena_cap : next_off;
711 1 316 if (fd < 0) { SHM_ERR("open(%s): %s", path, strerror(errno)); return NULL; }
1 0 if (fd < 0) { SHM_ERR("open(%s): %s", path, strerror(errno)); return NULL; }
713 0 316 if (flock(fd, LOCK_EX) < 0) { SHM_ERR("flock(%s): %s", path, strerror(errno)); close(fd); return NULL; }
0 0 if (flock(fd, LOCK_EX) < 0) { SHM_ERR("flock(%s): %s", path, strerror(errno)); close(fd); return NULL; }
716 0 316 if (fstat(fd, &st) < 0) { SHM_ERR("fstat(%s): %s", path, strerror(errno)); flock(fd, LOCK_UN); close(fd); return NULL; }
0 0 if (fstat(fd, &st) < 0) { SHM_ERR("fstat(%s): %s", path, strerror(errno)); flock(fd, LOCK_UN); close(fd); return NULL; }
720 7 309 if (!is_new && (uint64_t)st.st_size < sizeof(ShmHeader)) {
0 7 if (!is_new && (uint64_t)st.st_size < sizeof(ShmHeader)) {
721 0 0 SHM_ERR("%s: file too small (%lld bytes, need %zu)", path,
726 309 7 if (is_new) {
727 0 309 if (ftruncate(fd, (off_t)total_size) < 0) {
728 0 0 SHM_ERR("ftruncate(%s, %llu): %s", path, (unsigned long long)total_size, strerror(errno));
733 7 309 void *base = mmap(NULL, is_new ? total_size : (size_t)st.st_size,
735 0 316 if (base == MAP_FAILED) { SHM_ERR("mmap(%s): %s", path, strerror(errno)); flock(fd, LOCK_UN); close(fd); return NULL; }
0 0 if (base == MAP_FAILED) { SHM_ERR("mmap(%s): %s", path, strerror(errno)); flock(fd, LOCK_UN); close(fd); return NULL; }
739 309 7 if (is_new) {
750 89 220 hdr->arena_off = has_arena ? arena_off : 0;
759 1 308 if (lru_skip > 0 && lru_skip < 100) {
1 0 if (lru_skip > 0 && lru_skip < 100) {
762 4 1 while (p < interval) p <<= 1;
771 31 278 if (has_lru) {
778 59 250 if (has_ttl) {
786 6 1 hdr->version == SHM_VERSION &&
787 3 3 hdr->variant_id == variant_id &&
788 3 0 hdr->node_size == node_size &&
789 3 0 hdr->total_size == (uint64_t)st.st_size &&
790 3 0 hdr->nodes_off >= sizeof(ShmHeader) &&
791 3 0 hdr->states_off > hdr->nodes_off &&
792 3 0 hdr->states_off < hdr->total_size &&
793 0 3 (!hdr->arena_off || (hdr->arena_off < hdr->total_size &&
0 0 (!hdr->arena_off || (hdr->arena_off < hdr->total_size &&
794 0 0 hdr->arena_off + hdr->arena_cap <= hdr->total_size &&
795 0 0 hdr->arena_bump <= hdr->arena_cap &&
796 0 0 hdr->arena_bump >= SHM_ARENA_MIN_ALLOC)) &&
797 3 0 hdr->max_table_cap > 0 &&
798 3 0 (hdr->max_table_cap & (hdr->max_table_cap - 1)) == 0 &&
799 3 0 hdr->table_cap > 0 &&
800 3 0 (hdr->table_cap & (hdr->table_cap - 1)) == 0 &&
801 3 0 hdr->table_cap <= hdr->max_table_cap &&
802 3 0 hdr->states_off + hdr->max_table_cap <= hdr->total_size &&
803 3 0 hdr->nodes_off + (uint64_t)hdr->max_table_cap * hdr->node_size <= hdr->states_off &&
804 3 0 hdr->size <= hdr->table_cap &&
805 7 0 hdr->tombstones <= hdr->table_cap - hdr->size &&
3 0 hdr->tombstones <= hdr->table_cap - hdr->size &&
806 1 2 (!hdr->max_size ||
807 1 0 ((hdr->lru_head == SHM_LRU_NONE || hdr->lru_head < hdr->max_table_cap) &&
1 0 ((hdr->lru_head == SHM_LRU_NONE || hdr->lru_head < hdr->max_table_cap) &&
808 1 0 (hdr->lru_tail == SHM_LRU_NONE || hdr->lru_tail < hdr->max_table_cap))));
1 0 (hdr->lru_tail == SHM_LRU_NONE || hdr->lru_tail < hdr->max_table_cap))));
809 4 3 if (!valid) {
810 0 4 if (hdr->magic != SHM_MAGIC)
811 0 0 SHM_ERR("%s: bad magic (not a HashMap::Shared file)", path);
812 1 3 else if (hdr->version != SHM_VERSION)
813 1 0 SHM_ERR("%s: version mismatch (file=%u, expected=%u)", path, hdr->version, SHM_VERSION);
814 3 0 else if (hdr->variant_id != variant_id)
815 3 0 SHM_ERR("%s: variant mismatch (file=%u, expected=%u)", path, hdr->variant_id, variant_id);
817 0 0 SHM_ERR("%s: corrupt header", path);
828 1 2 if (has_lru) {
837 1 2 if (has_ttl) {
842 0 3 if (next_off > total_size) {
843 0 0 SHM_ERR("%s: file too small for LRU/TTL arrays", path);
854 0 312 if (!h) { SHM_ERR("calloc: out of memory"); munmap(base, (size_t)total_size); return NULL; }
0 0 if (!h) { SHM_ERR("calloc: out of memory"); munmap(base, (size_t)total_size); return NULL; }
859 89 223 h->arena = hdr->arena_off ? (char *)hdr + hdr->arena_off : NULL;
860 32 280 h->lru_prev = has_lru ? (uint32_t *)((char *)hdr + lru_prev_off) : NULL;
861 32 280 h->lru_next = has_lru ? (uint32_t *)((char *)hdr + lru_next_off) : NULL;
862 32 280 h->lru_accessed = has_lru ? (uint8_t *)((char *)hdr + lru_accessed_off) : NULL;
863 60 252 h->expires_at = has_ttl ? (uint32_t *)((char *)hdr + expires_off) : NULL;
868 0 312 if (!h->path) { SHM_ERR("strdup: out of memory"); munmap(base, (size_t)total_size); free(h); return NULL; }
0 0 if (!h->path) { SHM_ERR("strdup: out of memory"); munmap(base, (size_t)total_size); free(h); return NULL; }
871 89 223 if (has_arena) {
873 89 0 if (h->copy_buf) h->copy_buf_size = 256;
881 0 333 if (!h) return;
882 21 312 if (h->shard_handles) {
884 96 21 for (uint32_t i = 0; i < h->num_shards; i++)
891 312 0 if (h->hdr) munmap(h->hdr, h->mmap_size);
905 44 21 while (ns < num_shards) ns <<= 1;
909 0 21 if (!h) { if (errbuf) snprintf(errbuf, SHM_ERR_BUFLEN, "calloc: out of memory"); return NULL; }
0 0 if (!h) { if (errbuf) snprintf(errbuf, SHM_ERR_BUFLEN, "calloc: out of memory"); return NULL; }
912 0 21 if (!h->shard_handles) { free(h); if (errbuf) snprintf(errbuf, SHM_ERR_BUFLEN, "calloc: out of memory"); return NULL; }
0 0 if (!h->shard_handles) { free(h); if (errbuf) snprintf(errbuf, SHM_ERR_BUFLEN, "calloc: out of memory"); return NULL; }
918 96 21 for (uint32_t i = 0; i < num_shards; i++) {
921 96 0 if (sn < 0 || sn >= (int)sizeof(shard_path)) {
0 96 if (sn < 0 || sn >= (int)sizeof(shard_path)) {
922 0 0 if (errbuf) snprintf(errbuf, SHM_ERR_BUFLEN, "shard path too long");
923 0 0 for (uint32_t j = 0; j < i; j++)
933 0 96 if (!h->shard_handles[i]) {
935 0 0 for (uint32_t j = 0; j < i; j++)
952 1 1 if (!h->shard_handles) return shm_unlink_path(h->path);
954 4 1 for (uint32_t i = 0; i < h->num_shards; i++) {
955 4 0 if (h->shard_handles[i] && h->shard_handles[i]->path) {
4 0 if (h->shard_handles[i] && h->shard_handles[i]->path) {
956 0 4 if (unlink(h->shard_handles[i]->path) != 0) ok = 0;
964 0 24 if (!c) return NULL;
966 4 20 if (h->shard_handles) {
981 0 24 if (!c) return;
983 24 0 if (cur && cur->iterating > 0)
8 16 if (cur && cur->iterating > 0)
1043 0 57 if (SHM_UNPACK_UTF8(kl_packed) != utf8) return 0;
0 10 if (SHM_UNPACK_UTF8(kl_packed) != utf8) return 0;
0 9 if (SHM_UNPACK_UTF8(kl_packed) != utf8) return 0;
0 12 if (SHM_UNPACK_UTF8(kl_packed) != utf8) return 0;
1044 55 2 if (SHM_IS_INLINE(kl_packed)) {
10 0 if (SHM_IS_INLINE(kl_packed)) {
9 0 if (SHM_IS_INLINE(kl_packed)) {
12 0 if (SHM_IS_INLINE(kl_packed)) {
1045 13 42 if (shm_inline_len(kl_packed) != len) return 0;
2 8 if (shm_inline_len(kl_packed) != len) return 0;
0 9 if (shm_inline_len(kl_packed) != len) return 0;
0 12 if (shm_inline_len(kl_packed) != len) return 0;
1050 0 2 if (SHM_UNPACK_LEN(kl_packed) != len) return 0;
0 0 if (SHM_UNPACK_LEN(kl_packed) != len) return 0;
0 0 if (SHM_UNPACK_LEN(kl_packed) != len) return 0;
0 0 if (SHM_UNPACK_LEN(kl_packed) != len) return 0;
1111 1280 4352 while (SHM_IS_LIVE(states[pos]))
225 762 while (SHM_IS_LIVE(states[pos]))
2 13 while (SHM_IS_LIVE(states[pos]))
0 0 while (SHM_IS_LIVE(states[pos]))
0 0 while (SHM_IS_LIVE(states[pos]))
0 0 while (SHM_IS_LIVE(states[pos]))
0 0 while (SHM_IS_LIVE(states[pos]))
6399 13380 while (SHM_IS_LIVE(states[pos]))
764 2042 while (SHM_IS_LIVE(states[pos]))
0 0 while (SHM_IS_LIVE(states[pos]))
1142 52 0 while (victim != SHM_LRU_NONE) {
1 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
273 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
0 0 while (victim != SHM_LRU_NONE) {
1143 52 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 52 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
1 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 1 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
273 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
7 266 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
0 0 if (h->lru_accessed && __atomic_load_n(&h->lru_accessed[victim], __ATOMIC_RELAXED)) {
1150 0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 7 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
0 0 if (victim == SHM_LRU_NONE) victim = hdr->lru_tail;
1155 0 52 if (victim == SHM_LRU_NONE) return;
0 1 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
0 266 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
0 0 if (victim == SHM_LRU_NONE) return;
1157 0 52 if (h->expires_at) h->expires_at[victim] = 0;
0 1 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
2 264 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
0 0 if (h->expires_at) h->expires_at[victim] = 0;
1165 0 2 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 260 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
1188 30 4 int need_mapping = (h->lru_prev || h->expires_at);
0 30 int need_mapping = (h->lru_prev || h->expires_at);
6 0 int need_mapping = (h->lru_prev || h->expires_at);
0 6 int need_mapping = (h->lru_prev || h->expires_at);
1 0 int need_mapping = (h->lru_prev || h->expires_at);
0 1 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
149 20 int need_mapping = (h->lru_prev || h->expires_at);
18 131 int need_mapping = (h->lru_prev || h->expires_at);
8 0 int need_mapping = (h->lru_prev || h->expires_at);
0 8 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
0 0 int need_mapping = (h->lru_prev || h->expires_at);
1190 32 2 if (live > 0) {
6 0 if (live > 0) {
1 0 if (live > 0) {
0 0 if (live > 0) {
0 0 if (live > 0) {
0 0 if (live > 0) {
0 0 if (live > 0) {
156 13 if (live > 0) {
8 0 if (live > 0) {
0 0 if (live > 0) {
1192 0 32 if (!saved) return 0;
0 6 if (!saved) return 0;
0 1 if (!saved) return 0;
0 0 if (!saved) return 0;
0 0 if (!saved) return 0;
0 0 if (!saved) return 0;
0 0 if (!saved) return 0;
0 156 if (!saved) return 0;
0 8 if (!saved) return 0;
0 0 if (!saved) return 0;
1194 4 28 if (need_mapping) {
0 6 if (need_mapping) {
0 1 if (need_mapping) {
0 0 if (need_mapping) {
0 0 if (need_mapping) {
0 0 if (need_mapping) {
0 0 if (need_mapping) {
33 123 if (need_mapping) {
0 8 if (need_mapping) {
0 0 if (need_mapping) {
1197 4 0 if (!saved_indices || !old_to_new) {
0 4 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
33 0 if (!saved_indices || !old_to_new) {
0 33 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
0 0 if (!saved_indices || !old_to_new) {
1204 4 28 if (h->lru_prev) {
0 6 if (h->lru_prev) {
0 1 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
20 136 if (h->lru_prev) {
0 8 if (h->lru_prev) {
0 0 if (h->lru_prev) {
1206 0 4 if (!lru_order) {
0 0 if (!lru_order) {
0 0 if (!lru_order) {
0 0 if (!lru_order) {
0 0 if (!lru_order) {
0 0 if (!lru_order) {
0 0 if (!lru_order) {
0 20 if (!lru_order) {
0 0 if (!lru_order) {
0 0 if (!lru_order) {
1211 184 4 while (idx != SHM_LRU_NONE && lru_count < live) {
184 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
920 20 while (idx != SHM_LRU_NONE && lru_count < live) {
920 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
0 0 while (idx != SHM_LRU_NONE && lru_count < live) {
1217 0 32 if (h->expires_at) {
0 6 if (h->expires_at) {
0 1 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
13 143 if (h->expires_at) {
0 8 if (h->expires_at) {
0 0 if (h->expires_at) {
1219 0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
0 13 if (!saved_exp) {
0 0 if (!saved_exp) {
0 0 if (!saved_exp) {
1227 5752 19 for (uint32_t i = 0; i < old_cap && j < live; i++) {
5739 13 for (uint32_t i = 0; i < old_cap && j < live; i++) {
1006 3 for (uint32_t i = 0; i < old_cap && j < live; i++) {
1003 3 for (uint32_t i = 0; i < old_cap && j < live; i++) {
16 1 for (uint32_t i = 0; i < old_cap && j < live; i++) {
16 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
25382 140 for (uint32_t i = 0; i < old_cap && j < live; i++) {
25366 16 for (uint32_t i = 0; i < old_cap && j < live; i++) {
4080 8 for (uint32_t i = 0; i < old_cap && j < live; i++) {
4080 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
0 0 for (uint32_t i = 0; i < old_cap && j < live; i++) {
1228 4352 1387 if (SHM_IS_LIVE(states[i])) {
762 241 if (SHM_IS_LIVE(states[i])) {
13 3 if (SHM_IS_LIVE(states[i])) {
0 0 if (SHM_IS_LIVE(states[i])) {
0 0 if (SHM_IS_LIVE(states[i])) {
0 0 if (SHM_IS_LIVE(states[i])) {
0 0 if (SHM_IS_LIVE(states[i])) {
13380 11986 if (SHM_IS_LIVE(states[i])) {
2042 2038 if (SHM_IS_LIVE(states[i])) {
0 0 if (SHM_IS_LIVE(states[i])) {
1230 184 4168 if (saved_indices) saved_indices[j] = i;
0 762 if (saved_indices) saved_indices[j] = i;
0 13 if (saved_indices) saved_indices[j] = i;
0 0 if (saved_indices) saved_indices[j] = i;
0 0 if (saved_indices) saved_indices[j] = i;
0 0 if (saved_indices) saved_indices[j] = i;
0 0 if (saved_indices) saved_indices[j] = i;
1329 12051 if (saved_indices) saved_indices[j] = i;
0 2042 if (saved_indices) saved_indices[j] = i;
0 0 if (saved_indices) saved_indices[j] = i;
1242 4 30 if (h->lru_prev) {
0 6 if (h->lru_prev) {
0 1 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
20 149 if (h->lru_prev) {
0 8 if (h->lru_prev) {
0 0 if (h->lru_prev) {
1245 4 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
20 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, new_cap);
1249 0 34 if (h->expires_at) {
0 6 if (h->expires_at) {
0 1 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
18 151 if (h->expires_at) {
0 8 if (h->expires_at) {
0 0 if (h->expires_at) {
1253 4352 34 for (uint32_t k = 0; k < live; k++) {
762 6 for (uint32_t k = 0; k < live; k++) {
13 1 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
13380 169 for (uint32_t k = 0; k < live; k++) {
2042 8 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
1255 184 4168 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 762 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 13 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 0 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 0 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 0 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 0 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
1329 12051 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 2042 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
0 0 if (old_to_new) old_to_new[saved_indices[k]] = new_idx;
1260 4 30 if (h->lru_prev && lru_order) {
4 0 if (h->lru_prev && lru_order) {
0 6 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 1 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
20 149 if (h->lru_prev && lru_order) {
20 0 if (h->lru_prev && lru_order) {
0 8 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
0 0 if (h->lru_prev && lru_order) {
1261 184 4 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
920 20 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
0 0 for (uint32_t i = 0; i < lru_count; i++) {
1263 184 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
920 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
1269 0 34 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 6 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 1 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
18 151 if (h->expires_at && saved_exp) {
13 5 if (h->expires_at && saved_exp) {
0 8 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
0 0 if (h->expires_at && saved_exp) {
1270 0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
409 13 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
0 0 for (uint32_t k = 0; k < live; k++) {
1272 0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
409 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
0 0 if (new_idx != SHM_LRU_NONE)
1277 0 34 if (new_cap < old_cap) {
0 6 if (new_cap < old_cap) {
0 1 if (new_cap < old_cap) {
0 0 if (new_cap < old_cap) {
0 0 if (new_cap < old_cap) {
0 0 if (new_cap < old_cap) {
0 0 if (new_cap < old_cap) {
19 150 if (new_cap < old_cap) {
1 7 if (new_cap < old_cap) {
0 0 if (new_cap < old_cap) {
1297 32 3062 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
6 512 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
1 17 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
0 13 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
0 11 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
0 17 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
0 9 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
220 8054 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
7 1013 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
0 19 if (__builtin_expect((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3, 0)) {
1298 0 32 if (h->iterating > 0) { h->deferred = 1; return; }
0 6 if (h->iterating > 0) { h->deferred = 1; return; }
0 1 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 220 if (h->iterating > 0) { h->deferred = 1; return; }
0 7 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
1300 32 0 if (new_cap <= hdr->max_table_cap)
6 0 if (new_cap <= hdr->max_table_cap)
1 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
141 79 if (new_cap <= hdr->max_table_cap)
7 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
1302 3061 1 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 3061 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
512 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 512 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
17 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 17 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
13 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 13 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
11 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 11 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
17 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 17 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
9 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 9 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
8052 2 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 8052 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
1013 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 1013 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
19 0 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
0 19 } else if (__builtin_expect(tomb > size || tomb > cap / 4, 0)) {
1303 0 1 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 2 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
1310 11 6 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
2 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
0 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
1 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
1 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
0 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
1 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
36 2786 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
0 500 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
1 0 if (hdr->table_cap <= SHM_INITIAL_CAP) return;
1311 0 6 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
165 2621 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
1 499 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
0 0 if (__builtin_expect((uint64_t)hdr->size * 4 < hdr->table_cap, 0)) {
1312 0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
149 16 if (h->iterating > 0) { h->deferred = 1; return; }
0 1 if (h->iterating > 0) { h->deferred = 1; return; }
0 0 if (h->iterating > 0) { h->deferred = 1; return; }
1314 0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 16 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 1 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
1320 0 10 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 2 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 2 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
3 76 if (!h->deferred || h->iterating > 0) return;
0 3 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
0 0 if (!h->deferred || h->iterating > 0) return;
1326 0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 3 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
0 0 if ((uint64_t)(size + tomb) * 4 > (uint64_t)cap * 3) {
1328 0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
0 0 if (new_cap <= hdr->max_table_cap)
1330 0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
3 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
3 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
0 0 } else if (cap > SHM_INITIAL_CAP && (uint64_t)size * 4 < cap) {
1332 0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 3 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
0 0 if (new_cap < SHM_INITIAL_CAP) new_cap = SHM_INITIAL_CAP;
1334 0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
0 0 } else if (tomb > size || tomb > cap / 4) {
1374 5 3077 if (h->expires_at) {
1 516 if (h->expires_at) {
1 13 if (h->expires_at) {
2 5 if (h->expires_at) {
2 5 if (h->expires_at) {
1 13 if (h->expires_at) {
0 4 if (h->expires_at) {
363 7875 if (h->expires_at) {
0 1014 if (h->expires_at) {
2 10 if (h->expires_at) {
1375 4 1 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
1 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
1 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
2 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
2 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
1 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
0 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
343 20 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
0 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
2 0 uint32_t ttl = (ttl_sec == SHM_TTL_USE_DEFAULT) ? hdr->default_ttl : ttl_sec;
1376 5 0 if (ttl > 0)
1 0 if (ttl > 0)
1 0 if (ttl > 0)
2 0 if (ttl > 0)
2 0 if (ttl > 0)
1 0 if (ttl > 0)
0 0 if (ttl > 0)
351 12 if (ttl > 0)
0 0 if (ttl > 0)
2 0 if (ttl > 0)
1381 9448 0 for (uint32_t i = 0; i <= mask; i++) {
1562 0 for (uint32_t i = 0; i <= mask; i++) {
22 0 for (uint32_t i = 0; i <= mask; i++) {
11 0 for (uint32_t i = 0; i <= mask; i++) {
7 0 for (uint32_t i = 0; i <= mask; i++) {
22 0 for (uint32_t i = 0; i <= mask; i++) {
4 0 for (uint32_t i = 0; i <= mask; i++) {
29302 69 for (uint32_t i = 0; i <= mask; i++) {
3366 0 for (uint32_t i = 0; i <= mask; i++) {
14 0 for (uint32_t i = 0; i <= mask; i++) {
1387 3076 6372 if (st == SHM_EMPTY) {
517 1045 if (st == SHM_EMPTY) {
14 8 if (st == SHM_EMPTY) {
7 4 if (st == SHM_EMPTY) {
7 0 if (st == SHM_EMPTY) {
14 8 if (st == SHM_EMPTY) {
4 0 if (st == SHM_EMPTY) {
8165 21137 if (st == SHM_EMPTY) {
1014 2352 if (st == SHM_EMPTY) {
12 2 if (st == SHM_EMPTY) {
1388 3063 13 if (insert_pos == UINT32_MAX) insert_pos = idx;
517 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
14 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
6 1 if (insert_pos == UINT32_MAX) insert_pos = idx;
7 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
14 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
4 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
8105 60 if (insert_pos == UINT32_MAX) insert_pos = idx;
1014 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
12 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1391 14 6358 if (st == SHM_TOMBSTONE) {
0 1045 if (st == SHM_TOMBSTONE) {
0 8 if (st == SHM_TOMBSTONE) {
1 3 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 8 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
85 21052 if (st == SHM_TOMBSTONE) {
0 2352 if (st == SHM_TOMBSTONE) {
0 2 if (st == SHM_TOMBSTONE) {
1392 13 1 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
60 25 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1396 6330 28 if (st != tag) continue;
1042 3 if (st != tag) continue;
8 0 if (st != tag) continue;
3 0 if (st != tag) continue;
0 0 if (st != tag) continue;
8 0 if (st != tag) continue;
0 0 if (st != tag) continue;
20975 77 if (st != tag) continue;
2345 7 if (st != tag) continue;
2 0 if (st != tag) continue;
1398 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
4 73 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 7 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1400 6 22 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 3 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1407 0 6 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8))
0 0 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8))
0 0 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8))
0 0 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8))
1414 0 6 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 4 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
1415 0 6 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
2 2 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
1416 0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
1 1 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 1 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
0 0 if (ttl_sec != SHM_TTL_USE_DEFAULT || h->expires_at[idx] != 0)
1423 0 3076 if (insert_pos == UINT32_MAX) return 0;
0 517 if (insert_pos == UINT32_MAX) return 0;
0 14 if (insert_pos == UINT32_MAX) return 0;
0 7 if (insert_pos == UINT32_MAX) return 0;
0 7 if (insert_pos == UINT32_MAX) return 0;
0 14 if (insert_pos == UINT32_MAX) return 0;
0 4 if (insert_pos == UINT32_MAX) return 0;
69 8165 if (insert_pos == UINT32_MAX) return 0;
0 1014 if (insert_pos == UINT32_MAX) return 0;
0 12 if (insert_pos == UINT32_MAX) return 0;
1426 156 2920 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
52 104 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
3 514 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1 2 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 14 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 7 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 7 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 14 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 4 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
869 7296 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
264 605 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1014 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 12 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1435 0 3076 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8))
0 517 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8))
0 14 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8))
0 7 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8))
1440 2 3074 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 7 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 14 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 4 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
1452 13 3061 if (was_tombstone) hdr->tombstones--;
0 517 if (was_tombstone) hdr->tombstones--;
0 14 if (was_tombstone) hdr->tombstones--;
1 6 if (was_tombstone) hdr->tombstones--;
0 7 if (was_tombstone) hdr->tombstones--;
0 14 if (was_tombstone) hdr->tombstones--;
0 4 if (was_tombstone) hdr->tombstones--;
60 8105 if (was_tombstone) hdr->tombstones--;
0 1014 if (was_tombstone) hdr->tombstones--;
0 12 if (was_tombstone) hdr->tombstones--;
1454 156 2918 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
3 514 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 14 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 7 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 7 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 14 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 4 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
869 7296 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1014 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 12 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
1455 5 3069 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
1 516 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
1 13 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
2 5 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
2 5 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
1 13 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
0 4 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
361 7804 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
0 1014 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
2 10 if (h->expires_at) h->expires_at[insert_pos] = exp_ts;
1474 0 7 SHM_SHARD_DISPATCH(h, key);
0 14 SHM_SHARD_DISPATCH(h, key);
0 4 SHM_SHARD_DISPATCH(h, key);
1518 5712 SHM_SHARD_DISPATCH(h, key);
0 1014 SHM_SHARD_DISPATCH(h, key);
0 12 SHM_SHARD_DISPATCH(h, key);
1476 153 2923 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 517 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 14 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 7 SHM_SHARD_DISPATCH(h, key_str, key_len);
1536 0 1 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 20 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
0 0 if (ttl_sec >= SHM_TTL_USE_DEFAULT - 1) ttl_sec = SHM_TTL_USE_DEFAULT - 2;
1566 0 4 SHM_SHARD_DISPATCH(h, key);
0 3 SHM_SHARD_DISPATCH(h, key);
0 5 SHM_SHARD_DISPATCH(h, key);
509 386 SHM_SHARD_DISPATCH(h, key);
0 7 SHM_SHARD_DISPATCH(h, key);
0 9 SHM_SHARD_DISPATCH(h, key);
1568 7 2532 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 506 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 4 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 7 SHM_SHARD_DISPATCH(h, key_str, key_len);
1606 51 2488 if (pos + 16 <= hdr->table_cap) {
11 495 if (pos + 16 <= hdr->table_cap) {
3 1 if (pos + 16 <= hdr->table_cap) {
7 0 if (pos + 16 <= hdr->table_cap) {
4 0 if (pos + 16 <= hdr->table_cap) {
3 0 if (pos + 16 <= hdr->table_cap) {
5 0 if (pos + 16 <= hdr->table_cap) {
319 576 if (pos + 16 <= hdr->table_cap) {
6 1 if (pos + 16 <= hdr->table_cap) {
6 3 if (pos + 16 <= hdr->table_cap) {
1610 2466 22 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
495 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
1 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
562 14 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
1 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
3 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
1612 2493 1 while (relevant) {
496 0 while (relevant) {
1 0 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
524 56 while (relevant) {
1 0 while (relevant) {
2 1 while (relevant) {
1617 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
520 4 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1621 2493 0 uint32_t kl = SHM_STR_LEN(kl_packed);
496 0 uint32_t kl = SHM_STR_LEN(kl_packed);
1 0 uint32_t kl = SHM_STR_LEN(kl_packed);
0 0 uint32_t kl = SHM_STR_LEN(kl_packed);
1622 2489 4 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
0 2489 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
495 1 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
0 495 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
1 0 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
0 1 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
0 0 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
0 0 if (kl != key_len || SHM_UNPACK_UTF8(kl_packed) != key_utf8) goto simd_next;
1623 2489 0 if (SHM_IS_INLINE(kl_packed)) {
495 0 if (SHM_IS_INLINE(kl_packed)) {
1 0 if (SHM_IS_INLINE(kl_packed)) {
0 0 if (SHM_IS_INLINE(kl_packed)) {
1626 2 2487 if (memcmp(ibuf, key_str, kl) != 0) goto simd_next;
0 495 if (memcmp(ibuf, key_str, kl) != 0) goto simd_next;
0 1 if (memcmp(ibuf, key_str, kl) != 0) goto simd_next;
0 0 if (memcmp(ibuf, key_str, kl) != 0) goto simd_next;
1629 0 0 if ((uint64_t)koff + kl > arena_cap) goto simd_done;
0 0 if ((uint64_t)koff + kl > arena_cap) goto simd_done;
0 0 if ((uint64_t)koff + kl > arena_cap) goto simd_done;
0 0 if ((uint64_t)koff + kl > arena_cap) goto simd_done;
1630 0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) goto simd_next;
0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) goto simd_next;
0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) goto simd_next;
0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) goto simd_next;
1637 2486 1 local_vl = SHM_STR_LEN(local_vlen_packed);
0 0 local_vl = SHM_STR_LEN(local_vlen_packed);
0 0 local_vl = SHM_STR_LEN(local_vlen_packed);
0 0 local_vl = SHM_STR_LEN(local_vlen_packed);
1649 0 1 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
56 0 if (emask) goto simd_done; /* hit empty — key absent */
0 0 if (emask) goto simd_done; /* hit empty — key absent */
1 0 if (emask) goto simd_done; /* hit empty — key absent */
1654 52 2487 if (!found) {
11 495 if (!found) {
3 1 if (!found) {
7 0 if (!found) {
4 0 if (!found) {
3 0 if (!found) {
5 0 if (!found) {
375 520 if (!found) {
6 1 if (!found) {
7 2 if (!found) {
1655 88 0 for (uint32_t i = probe_start; i <= mask; i++) {
13 0 for (uint32_t i = probe_start; i <= mask; i++) {
3 0 for (uint32_t i = probe_start; i <= mask; i++) {
8 0 for (uint32_t i = probe_start; i <= mask; i++) {
4 0 for (uint32_t i = probe_start; i <= mask; i++) {
4 0 for (uint32_t i = probe_start; i <= mask; i++) {
6 0 for (uint32_t i = probe_start; i <= mask; i++) {
1498 0 for (uint32_t i = probe_start; i <= mask; i++) {
7 0 for (uint32_t i = probe_start; i <= mask; i++) {
10 0 for (uint32_t i = probe_start; i <= mask; i++) {
1661 5 83 if (st == SHM_EMPTY) break;
2 11 if (st == SHM_EMPTY) break;
0 3 if (st == SHM_EMPTY) break;
0 8 if (st == SHM_EMPTY) break;
0 4 if (st == SHM_EMPTY) break;
0 4 if (st == SHM_EMPTY) break;
1 5 if (st == SHM_EMPTY) break;
78 1420 if (st == SHM_EMPTY) break;
0 7 if (st == SHM_EMPTY) break;
1 9 if (st == SHM_EMPTY) break;
1662 36 47 if (st != tag) continue;
2 9 if (st != tag) continue;
0 3 if (st != tag) continue;
1 7 if (st != tag) continue;
0 4 if (st != tag) continue;
1 3 if (st != tag) continue;
1 4 if (st != tag) continue;
1121 299 if (st != tag) continue;
1 6 if (st != tag) continue;
3 6 if (st != tag) continue;
1665 4 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
4 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
297 2 if (SHM_KEY_EQ(&nodes[idx], key)) {
6 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
6 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1670 44 3 uint32_t kl = SHM_STR_LEN(kl_packed);
9 0 uint32_t kl = SHM_STR_LEN(kl_packed);
3 0 uint32_t kl = SHM_STR_LEN(kl_packed);
7 0 uint32_t kl = SHM_STR_LEN(kl_packed);
1671 0 47 if (kl != key_len) continue;
0 9 if (kl != key_len) continue;
0 3 if (kl != key_len) continue;
0 7 if (kl != key_len) continue;
1672 0 47 if (SHM_UNPACK_UTF8(kl_packed) != key_utf8) continue;
0 9 if (SHM_UNPACK_UTF8(kl_packed) != key_utf8) continue;
0 3 if (SHM_UNPACK_UTF8(kl_packed) != key_utf8) continue;
0 7 if (SHM_UNPACK_UTF8(kl_packed) != key_utf8) continue;
1673 44 3 if (SHM_IS_INLINE(kl_packed)) {
9 0 if (SHM_IS_INLINE(kl_packed)) {
3 0 if (SHM_IS_INLINE(kl_packed)) {
7 0 if (SHM_IS_INLINE(kl_packed)) {
1676 0 44 if (memcmp(ibuf, key_str, kl) != 0) continue;
0 9 if (memcmp(ibuf, key_str, kl) != 0) continue;
0 3 if (memcmp(ibuf, key_str, kl) != 0) continue;
0 7 if (memcmp(ibuf, key_str, kl) != 0) continue;
1678 0 3 if ((uint64_t)koff + kl > arena_cap) break;
0 0 if ((uint64_t)koff + kl > arena_cap) break;
0 0 if ((uint64_t)koff + kl > arena_cap) break;
0 0 if ((uint64_t)koff + kl > arena_cap) break;
1679 0 3 if (memcmp(h->arena + koff, key_str, kl) != 0) continue;
0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) continue;
0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) continue;
0 0 if (memcmp(h->arena + koff, key_str, kl) != 0) continue;
1686 43 4 local_vl = SHM_STR_LEN(local_vlen_packed);
4 0 local_vl = SHM_STR_LEN(local_vlen_packed);
0 3 local_vl = SHM_STR_LEN(local_vlen_packed);
4 0 local_vl = SHM_STR_LEN(local_vlen_packed);
1698 2534 5 if (found) {
504 2 if (found) {
4 0 if (found) {
7 0 if (found) {
4 0 if (found) {
3 0 if (found) {
4 1 if (found) {
817 78 if (found) {
7 0 if (found) {
8 1 if (found) {
1700 2 2532 if (h->expires_at) {
0 504 if (h->expires_at) {
0 4 if (h->expires_at) {
0 7 if (h->expires_at) {
0 4 if (h->expires_at) {
0 3 if (h->expires_at) {
0 4 if (h->expires_at) {
36 781 if (h->expires_at) {
0 7 if (h->expires_at) {
0 8 if (h->expires_at) {
1702 2 0 if (exp != 0 && shm_now() >= exp) {
1 1 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
26 10 if (exp != 0 && shm_now() >= exp) {
9 17 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
0 0 if (exp != 0 && shm_now() >= exp) {
1708 2533 6 if (found) {
504 2 if (found) {
4 0 if (found) {
7 0 if (found) {
4 0 if (found) {
3 0 if (found) {
4 1 if (found) {
808 87 if (found) {
7 0 if (found) {
8 1 if (found) {
1710 2528 5 if (SHM_IS_INLINE(local_vlen_packed)) {
4 0 if (SHM_IS_INLINE(local_vlen_packed)) {
0 3 if (SHM_IS_INLINE(local_vlen_packed)) {
4 0 if (SHM_IS_INLINE(local_vlen_packed)) {
1712 2528 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 2528 if (local_vl > h->copy_buf_size || !h->copy_buf) {
4 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 4 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
4 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 4 if (local_vl > h->copy_buf_size || !h->copy_buf) {
1713 0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
1719 0 5 if ((uint64_t)local_voff + local_vl > arena_cap) continue;
0 0 if ((uint64_t)local_voff + local_vl > arena_cap) continue;
0 3 if ((uint64_t)local_voff + local_vl > arena_cap) continue;
0 0 if ((uint64_t)local_voff + local_vl > arena_cap) continue;
1720 5 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 5 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
3 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 3 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
0 0 if (local_vl > h->copy_buf_size || !h->copy_buf) {
1721 0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
0 0 if (!shm_ensure_copy_buf(h, local_vl > 0 ? local_vl : 1)) return 0;
1727 0 2533 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 504 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 4 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 7 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 4 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 3 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 4 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 808 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 7 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 8 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
1730 2 2531 if (h->lru_accessed)
1 503 if (h->lru_accessed)
0 4 if (h->lru_accessed)
0 7 if (h->lru_accessed)
0 4 if (h->lru_accessed)
0 3 if (h->lru_accessed)
0 4 if (h->lru_accessed)
41 767 if (h->lru_accessed)
0 7 if (h->lru_accessed)
0 8 if (h->lru_accessed)
1742 0 6 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 2 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 1 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 87 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 1 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
1757 0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
1759 0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
1777 0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1782 0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 2 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1783 0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 2 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
1785 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1787 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1789 0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
2 0 int found = !SHM_IS_EXPIRED(h, idx, now);
2 0 int found = !SHM_IS_EXPIRED(h, idx, now);
1 1 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
0 0 int found = !SHM_IS_EXPIRED(h, idx, now);
1809 0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
2 54 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
1811 0 3 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
1814 0 3 if (h->expires_at) {
0 1 if (h->expires_at) {
0 0 if (h->expires_at) {
0 1 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 1 if (h->expires_at) {
2 54 if (h->expires_at) {
0 0 if (h->expires_at) {
0 2 if (h->expires_at) {
1840 3 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
110 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
1845 0 3 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
27 83 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1 1 if (st == SHM_EMPTY) break;
1846 0 3 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
55 28 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
1848 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
27 1 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1850 0 3 if (!SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) continue;
0 1 if (!SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) continue;
0 0 if (!SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) continue;
0 1 if (!SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) continue;
1858 0 3 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 1 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 1 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 1 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 54 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 0 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
0 2 if (shm_seqlock_read_retry(&hdr->seq, seq)) continue;
1873 0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
1 2784 SHM_SHARD_DISPATCH(h, key);
0 500 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
1875 1 4 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
1893 5 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
3595 0 for (uint32_t i = 0; i <= mask; i++) {
590 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1898 0 5 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 3595 if (st == SHM_EMPTY) break;
0 590 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
1899 0 5 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
806 2789 if (st != tag) continue; /* tombstone or tag mismatch */
90 500 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
1902 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2785 4 if (SHM_KEY_EQ(&nodes[idx], key)) {
500 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1904 5 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1906 0 5 if (h->lru_prev) shm_lru_unlink(h, idx);
0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
1 2784 if (h->lru_prev) shm_lru_unlink(h, idx);
0 500 if (h->lru_prev) shm_lru_unlink(h, idx);
0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
1907 0 5 if (h->expires_at) h->expires_at[idx] = 0;
0 1 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 1 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 1 if (h->expires_at) h->expires_at[idx] = 0;
0 2785 if (h->expires_at) h->expires_at[idx] = 0;
0 500 if (h->expires_at) h->expires_at[idx] = 0;
0 1 if (h->expires_at) h->expires_at[idx] = 0;
1937 0 2 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
2 9 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
1939 0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
1944 0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
3 8 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
1960 0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
12 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
1965 0 0 if (st == SHM_EMPTY) {
0 0 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
7 5 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1966 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
7 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1969 0 0 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 5 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
1970 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1973 0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
1 4 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
1975 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
4 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1977 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1980 0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
2 2 if (SHM_IS_EXPIRED(h, idx, now)) {
2 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1982 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1992 0 0 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 8 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
1999 0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1 7 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
2007 0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
2014 0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
2027 0 0 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
1 7 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
2029 0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
1 7 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
2030 0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 1 if (h->expires_at) {
0 1 if (h->expires_at) {
0 1 if (h->expires_at) {
0 1 if (h->expires_at) {
0 1 if (h->expires_at) {
2 6 if (h->expires_at) {
0 1 if (h->expires_at) {
0 1 if (h->expires_at) {
2032 0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
2 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
2055 0 1 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
1 5 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
2057 0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
2062 0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
1 5 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
2076 0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
7 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2081 0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
2 5 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
1 1 if (st == SHM_EMPTY) break;
2082 0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
1 4 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
2084 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
4 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2086 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2088 0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 3 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
2100 0 0 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
2110 0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 4 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
2111 0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 3 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
2142 0 2 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
1 7 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
2144 0 4 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
2149 0 4 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
1 7 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
2165 4 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
9 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2170 2 2 if (st == SHM_EMPTY) {
0 0 if (st == SHM_EMPTY) {
0 1 if (st == SHM_EMPTY) {
0 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
0 1 if (st == SHM_EMPTY) {
0 1 if (st == SHM_EMPTY) {
3 6 if (st == SHM_EMPTY) {
0 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
2171 2 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
3 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
2174 0 2 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 6 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
2175 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
2178 0 2 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
1 5 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
2180 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
5 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2182 2 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2184 0 2 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 4 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
2186 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
2192 2 0 uint32_t old_vl = SHM_STR_LEN(nodes[idx].val_len);
1 0 uint32_t old_vl = SHM_STR_LEN(nodes[idx].val_len);
1 0 uint32_t old_vl = SHM_STR_LEN(nodes[idx].val_len);
1 0 uint32_t old_vl = SHM_STR_LEN(nodes[idx].val_len);
2193 0 2 if (!shm_ensure_copy_buf(h, old_vl)) {
0 1 if (!shm_ensure_copy_buf(h, old_vl)) {
0 1 if (!shm_ensure_copy_buf(h, old_vl)) {
0 1 if (!shm_ensure_copy_buf(h, old_vl)) {
2206 0 2 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[idx].val_off, &nodes[idx].val_len, val_str, val_len, val_utf8)) {
2218 0 2 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 5 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
2219 0 2 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 4 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
2229 0 2 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 3 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
2236 0 2 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1 2 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
2243 0 2 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
2250 0 2 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, val_str, val_len, val_utf8)) {
2263 0 2 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 3 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
2265 0 2 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
1 2 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
2266 0 2 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 1 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 3 if (h->expires_at) {
0 0 if (h->expires_at) {
0 1 if (h->expires_at) {
2268 0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
0 0 h->expires_at[insert_pos] = ttl > 0 ? shm_expiry_ts(ttl) : 0;
2291 0 1 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
1 4 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
2293 1 5 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
2298 0 6 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
1 4 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
2312 7 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
5 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2317 1 6 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1 4 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
2318 1 5 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 4 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
2321 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
4 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2323 5 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2326 0 5 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 3 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
2337 5 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
1 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
2338 0 5 if (!shm_ensure_copy_buf(h, vl)) {
0 1 if (!shm_ensure_copy_buf(h, vl)) {
0 0 if (!shm_ensure_copy_buf(h, vl)) {
0 0 if (!shm_ensure_copy_buf(h, vl)) {
2351 0 5 if (h->lru_prev) shm_lru_unlink(h, idx);
0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 3 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
2352 0 5 if (h->expires_at) h->expires_at[idx] = 0;
0 1 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 1 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 3 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
2381 0 2 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 12 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2382 0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
1 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
2396 0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
1 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
2403 0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
2 10 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
2410 0 2 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
5 7 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
5 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
2413 0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
5 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
2414 0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 5 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
2421 2 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
79 2 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
0 0 for (uint32_t i = 0; i < hdr->table_cap; i++) {
2422 0 2 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
69 10 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
0 0 if (!SHM_IS_LIVE(states[i])) continue;
2423 0 2 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
6 4 if (SHM_IS_EXPIRED(h, i, now)) {
5 1 if (SHM_IS_EXPIRED(h, i, now)) {
5 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
0 0 if (SHM_IS_EXPIRED(h, i, now)) {
2431 0 2 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
2 10 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
2442 2 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
2443 0 2 if (!shm_ensure_copy_buf(h, kl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, kl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, kl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, kl + 1)) {
2456 2 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
2458 2 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
2461 0 2 if (!shm_ensure_copy_buf(h, kl + vl + 1)) {
2470 0 0 if (!shm_ensure_copy_buf(h, vl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, vl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, vl + 1)) {
2485 0 2 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
5 5 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
2486 0 2 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
1 9 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
2509 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 8 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2510 0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
1 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
2524 0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
1 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
0 0 if (rc) { h->shard_iter = (si + 1) % h->num_shards; return 1; }
2531 0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 8 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
2538 0 1 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
3 5 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
3 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_head != SHM_LRU_NONE) {
2541 0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
3 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
2542 0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 3 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
2549 3 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
37 1 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
0 0 for (uint32_t i = hdr->table_cap; i > 0; i--) {
2550 2 1 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
33 4 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
0 0 if (!SHM_IS_LIVE(states[i - 1])) continue;
2551 0 1 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 4 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
0 0 if (SHM_IS_EXPIRED(h, i - 1, now)) {
2559 0 1 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
1 7 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
0 0 if (idx == UINT32_MAX) {
2570 1 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
2571 0 1 if (!shm_ensure_copy_buf(h, kl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, kl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, kl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, kl + 1)) {
2584 1 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
2586 1 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
2588 0 1 if (!shm_ensure_copy_buf(h, kl + vl + 1)) {
2597 0 0 if (!shm_ensure_copy_buf(h, vl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, vl + 1)) {
0 0 if (!shm_ensure_copy_buf(h, vl + 1)) {
2612 0 1 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
3 4 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
2613 0 1 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 7 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
2647 0 3 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
1 5 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
2651 0 3 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 6 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
0 0 if (limit == 0) return 0;
2657 10 2 while (count < limit) {
0 0 while (count < limit) {
0 0 while (count < limit) {
0 0 while (count < limit) {
0 0 while (count < limit) {
0 0 while (count < limit) {
0 0 while (count < limit) {
18 3 while (count < limit) {
0 0 while (count < limit) {
0 0 while (count < limit) {
2660 0 10 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
4 14 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
4 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
0 0 if (h->lru_prev && hdr->lru_tail != SHM_LRU_NONE) {
2662 0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
4 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
0 0 while (pos != SHM_LRU_NONE) {
2663 0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 4 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
0 0 if (!SHM_IS_EXPIRED(h, pos, now)) { idx = pos; break; }
2669 25 1 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
72 3 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
0 0 for (; scan_pos < hdr->table_cap; scan_pos++) {
2670 16 9 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
58 14 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
0 0 if (!SHM_IS_LIVE(states[scan_pos])) continue;
2671 0 9 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
4 10 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
3 1 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
3 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
0 0 if (SHM_IS_EXPIRED(h, scan_pos, now)) {
2680 1 9 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
3 15 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
0 0 if (idx == UINT32_MAX) break;
2687 9 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[idx].key_len);
2689 3 6 if (need > *buf_cap) {
0 0 if (need > *buf_cap) {
0 0 if (need > *buf_cap) {
0 0 if (need > *buf_cap) {
2690 0 3 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
2691 0 3 while (ns < need) ns *= 2;
0 0 while (ns < need) ns *= 2;
0 0 while (ns < need) ns *= 2;
0 0 while (ns < need) ns *= 2;
2693 0 3 if (!nb) break;
0 0 if (!nb) break;
0 0 if (!nb) break;
0 0 if (!nb) break;
2706 9 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
2708 0 9 if (need > *buf_cap) {
0 0 if (need > *buf_cap) {
0 0 if (need > *buf_cap) {
0 0 if (need > *buf_cap) {
2709 0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
0 0 uint32_t ns = *buf_cap ? *buf_cap * 2 : 4096;
2710 0 0 while (ns < need) ns *= 2;
0 0 while (ns < need) ns *= 2;
0 0 while (ns < need) ns *= 2;
0 0 while (ns < need) ns *= 2;
2712 0 0 if (!nb) break;
0 0 if (!nb) break;
0 0 if (!nb) break;
0 0 if (!nb) break;
2725 0 9 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
4 11 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
0 0 if (h->lru_prev) shm_lru_unlink(h, idx);
2726 0 9 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
1 14 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
0 0 if (h->expires_at) h->expires_at[idx] = 0;
2731 3 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
5 1 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
0 0 if (count > 0) SHM_FN(maybe_shrink)(h);
2742 1 2 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 5 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2744 2 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
1 1 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
2 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
1 1 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards && total < limit; i++) {
2750 1 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
1 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
0 0 if (total > 0) h->shard_iter = (h->shard_iter + 1) % h->num_shards;
2781 4 0 if (pos + 16 <= hdr->table_cap) {
0 2 if (pos + 16 <= hdr->table_cap) {
0 3 if (pos + 16 <= hdr->table_cap) {
0 8 if (pos + 16 <= hdr->table_cap) {
0 2 if (pos + 16 <= hdr->table_cap) {
0 4 if (pos + 16 <= hdr->table_cap) {
2784 4 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
0 0 uint16_t cutoff = emask ? (uint16_t)((1U << __builtin_ctz(emask)) - 1) : 0xFFFF;
2786 3 1 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
0 0 while (relevant) {
2790 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) { *out_idx = idx; return 1; }
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) { *out_idx = idx; return 1; }
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) { *out_idx = idx; return 1; }
2792 3 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) { *out_idx = idx; return 1; }
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) { *out_idx = idx; return 1; }
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) { *out_idx = idx; return 1; }
2796 1 0 if (emask) return 0;
0 0 if (emask) return 0;
0 0 if (emask) return 0;
0 0 if (emask) return 0;
0 0 if (emask) return 0;
0 0 if (emask) return 0;
2801 0 0 for (uint32_t i = probe_start; i <= mask; i++) {
2 0 for (uint32_t i = probe_start; i <= mask; i++) {
3 0 for (uint32_t i = probe_start; i <= mask; i++) {
8 0 for (uint32_t i = probe_start; i <= mask; i++) {
2 0 for (uint32_t i = probe_start; i <= mask; i++) {
4 0 for (uint32_t i = probe_start; i <= mask; i++) {
2806 0 0 if (st == SHM_EMPTY) return 0;
1 1 if (st == SHM_EMPTY) return 0;
1 2 if (st == SHM_EMPTY) return 0;
1 7 if (st == SHM_EMPTY) return 0;
1 1 if (st == SHM_EMPTY) return 0;
1 3 if (st == SHM_EMPTY) return 0;
2807 0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 2 if (st != tag) continue;
0 7 if (st != tag) continue;
0 1 if (st != tag) continue;
0 3 if (st != tag) continue;
2809 7 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2811 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2828 4 13 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
0 4 SHM_SHARD_DISPATCH(h, key);
2830 0 4 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 3 SHM_SHARD_DISPATCH(h, key_str, key_len);
2834 0 4 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 3 uint32_t now = h->expires_at ? shm_now() : 0;
5 12 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 4 uint32_t now = h->expires_at ? shm_now() : 0;
2837 4 0 if (!h->lru_prev && !h->expires_at) {
4 0 if (!h->lru_prev && !h->expires_at) {
2 0 if (!h->lru_prev && !h->expires_at) {
2 0 if (!h->lru_prev && !h->expires_at) {
3 0 if (!h->lru_prev && !h->expires_at) {
3 0 if (!h->lru_prev && !h->expires_at) {
13 4 if (!h->lru_prev && !h->expires_at) {
8 5 if (!h->lru_prev && !h->expires_at) {
2 0 if (!h->lru_prev && !h->expires_at) {
2 0 if (!h->lru_prev && !h->expires_at) {
4 0 if (!h->lru_prev && !h->expires_at) {
4 0 if (!h->lru_prev && !h->expires_at) {
2841 7 1 if (SHM_FN(find_slot)(h, key, &idx)) {
1 1 if (SHM_FN(find_slot)(h, key, &idx)) {
3 1 if (SHM_FN(find_slot)(h, key, &idx)) {
2843 3 1 if (SHM_FN(find_slot)(h, key_str, key_len, key_utf8, &idx)) {
1 1 if (SHM_FN(find_slot)(h, key_str, key_len, key_utf8, &idx)) {
2 1 if (SHM_FN(find_slot)(h, key_str, key_len, key_utf8, &idx)) {
2869 1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
10 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
2874 1 0 if (st == SHM_EMPTY) {
1 0 if (st == SHM_EMPTY) {
1 0 if (st == SHM_EMPTY) {
4 6 if (st == SHM_EMPTY) {
1 0 if (st == SHM_EMPTY) {
1 0 if (st == SHM_EMPTY) {
2875 1 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
1 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
1 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
4 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
1 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
1 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
2878 0 0 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 6 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
2879 0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
2882 0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 6 if (st != tag) continue;
0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
2884 6 0 if (SHM_KEY_EQ(&nodes[slot], key)) {
0 0 if (SHM_KEY_EQ(&nodes[slot], key)) {
0 0 if (SHM_KEY_EQ(&nodes[slot], key)) {
2886 0 0 if (SHM_KEY_EQ_STR(&nodes[slot], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[slot], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[slot], h->arena, key_str, key_len, key_utf8)) {
2889 0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
3 3 if (SHM_IS_EXPIRED(h, slot, now)) {
2 1 if (SHM_IS_EXPIRED(h, slot, now)) {
2 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
0 0 if (SHM_IS_EXPIRED(h, slot, now)) {
2892 0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
2 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
0 0 if (insert_pos == UINT32_MAX) insert_pos = slot;
2898 0 0 if (h->lru_prev) shm_lru_promote(h, slot);
0 0 if (h->lru_prev) shm_lru_promote(h, slot);
0 0 if (h->lru_prev) shm_lru_promote(h, slot);
3 1 if (h->lru_prev) shm_lru_promote(h, slot);
0 0 if (h->lru_prev) shm_lru_promote(h, slot);
0 0 if (h->lru_prev) shm_lru_promote(h, slot);
2899 0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
1 3 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[slot] != 0)
2908 0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 6 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
2916 0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
1 5 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
2923 0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
2933 0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
2 4 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
2935 0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
1 5 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
2936 0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
4 2 if (h->expires_at && hdr->default_ttl > 0)
4 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
2956 1 5 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
2958 0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
2963 0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
2 4 uint32_t now = h->expires_at ? shm_now() : 0;
0 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
2977 0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
6 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2982 0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
1 5 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 2 if (st == SHM_EMPTY) break;
2983 0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 5 if (st != tag) continue;
0 1 if (st != tag) continue;
0 2 if (st != tag) continue;
2985 5 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
2987 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2989 0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
2 3 if (SHM_IS_EXPIRED(h, idx, now)) {
2 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 2 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
2996 0 0 if (nodes[idx].value == expected) {
1 0 if (nodes[idx].value == expected) {
1 0 if (nodes[idx].value == expected) {
3 1 if (nodes[idx].value == expected) {
1 0 if (nodes[idx].value == expected) {
1 1 if (nodes[idx].value == expected) {
2998 0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 3 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
2999 0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 2 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
3021 2 20 if (h->shard_handles) {
0 2 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 2 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 1 if (h->shard_handles) {
13 133 if (h->shard_handles) {
0 2 if (h->shard_handles) {
0 1 if (h->shard_handles) {
3023 8 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
76 13 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3025 2 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
13 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
0 0 return (uint32_t)(total > UINT32_MAX ? UINT32_MAX : total);
3033 0 1 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
2 5 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_entries)(h->shard_handles[0]);
3040 0 1 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
2 7 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(max_size)(h->shard_handles[0]);
3045 0 1 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
2 7 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(ttl)(h->shard_handles[0]);
3059 0 1 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
3 30 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 3 SHM_SHARD_DISPATCH(h, key);
3061 0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
3063 0 2 if (!h->expires_at) return -1; /* TTL not enabled */
0 0 if (!h->expires_at) return -1; /* TTL not enabled */
0 2 if (!h->expires_at) return -1; /* TTL not enabled */
0 1 if (!h->expires_at) return -1; /* TTL not enabled */
0 1 if (!h->expires_at) return -1; /* TTL not enabled */
0 1 if (!h->expires_at) return -1; /* TTL not enabled */
0 0 if (!h->expires_at) return -1; /* TTL not enabled */
1 32 if (!h->expires_at) return -1; /* TTL not enabled */
0 0 if (!h->expires_at) return -1; /* TTL not enabled */
0 3 if (!h->expires_at) return -1; /* TTL not enabled */
3080 3 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
34 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
3 0 for (uint32_t i = 0; i <= mask; i++) {
3085 1 2 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 2 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1 33 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 3 if (st == SHM_EMPTY) break;
3086 1 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 2 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
2 31 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 3 if (st != tag) continue; /* tombstone or tag mismatch */
3088 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
31 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3090 1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
2 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
3093 0 1 if (exp == 0) {
0 0 if (exp == 0) {
1 1 if (exp == 0) {
1 0 if (exp == 0) {
1 0 if (exp == 0) {
1 0 if (exp == 0) {
0 0 if (exp == 0) {
10 21 if (exp == 0) {
0 0 if (exp == 0) {
1 2 if (exp == 0) {
3098 0 1 if (now >= exp) {
0 0 if (now >= exp) {
0 1 if (now >= exp) {
0 0 if (now >= exp) {
0 0 if (now >= exp) {
0 0 if (now >= exp) {
0 0 if (now >= exp) {
0 21 if (now >= exp) {
0 0 if (now >= exp) {
0 2 if (now >= exp) {
3123 0 1 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
1 3 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
3125 0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
3127 0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 4 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
3145 0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
4 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
3150 0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1 3 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
3151 0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 0 if (st != tag) continue;
0 3 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
3153 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3155 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
3157 0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
3 0 if (SHM_IS_EXPIRED(h, idx, now)) {
3 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 3 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
3188 0 1 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
1 4 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 1 SHM_SHARD_DISPATCH(h, key);
3190 0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
3192 0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 5 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 1 if (!h->expires_at) return 0;
3210 0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
5 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
3215 0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1 4 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
3216 0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 4 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
3218 1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
4 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3220 0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
3222 0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
4 0 if (SHM_IS_EXPIRED(h, idx, now)) {
3 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 3 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
3231 0 0 if (ttl_sec == 0)
0 0 if (ttl_sec == 0)
0 1 if (ttl_sec == 0)
0 1 if (ttl_sec == 0)
0 1 if (ttl_sec == 0)
0 0 if (ttl_sec == 0)
0 0 if (ttl_sec == 0)
1 3 if (ttl_sec == 0)
0 0 if (ttl_sec == 0)
0 1 if (ttl_sec == 0)
3248 0 3 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3 26 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3250 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
12 3 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3258 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2 15 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3260 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
8 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3268 0 2 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
2 6 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
0 0 if (h->shard_handles) return SHM_FN(mmap_size)(h->shard_handles[0]);
3279 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 40 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3282 0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
4 1 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
0 0 for (uint32_t i = 0; i < h->num_shards; i++) {
3285 0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 4 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
0 0 if (!done) all_done = 0;
3287 0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
1 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
0 0 if (done_out) *done_out = all_done;
3290 0 1 if (!h->expires_at) {
0 0 if (!h->expires_at) {
0 0 if (!h->expires_at) {
0 0 if (!h->expires_at) {
0 0 if (!h->expires_at) {
0 0 if (!h->expires_at) {
0 0 if (!h->expires_at) {
1 39 if (!h->expires_at) {
0 0 if (!h->expires_at) {
0 0 if (!h->expires_at) {
3291 0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
1 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
0 0 if (done_out) *done_out = 1; /* trivially complete */
3294 1 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
39 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
0 0 if (done_out) *done_out = 0;
3306 0 1 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 39 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
0 0 if (start >= cap) start = 0; /* clamp after shrink */
3307 0 1 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 39 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
0 0 if (limit == 0) limit = 1; /* scan at least one slot */
3308 1 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
17 22 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
0 0 if (limit > cap) limit = cap; /* can't scan more than exists */
3310 16 1 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
900 39 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
0 0 for (uint32_t n = 0; n < limit; n++) {
3312 2 14 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
2 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
2 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
319 581 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
316 3 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
245 71 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
0 0 if (SHM_IS_LIVE(states[i]) && h->expires_at[i] != 0 && now >= h->expires_at[i]) {
3320 0 1 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
22 17 int done = (limit >= cap || start + limit >= cap);
2 20 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
0 0 int done = (limit >= cap || start + limit >= cap);
3321 0 1 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
20 19 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
0 0 hdr->flush_cursor = done ? 0 : next;
3323 1 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
39 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
0 0 if (done_out) *done_out = done;
3327 1 0 if (done && flushed > 0)
1 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
19 20 if (done && flushed > 0)
9 10 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
0 0 if (done && flushed > 0)
3337 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 11 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3339 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
4 1 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3343 0 1 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
1 10 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
0 0 if (!h->expires_at) return 0;
3358 0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
1 8 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
3360 0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 1 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
3362 2 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 2 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
1 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 1 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
8 1 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
1 7 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
0 0 if (!h->lru_prev && !h->expires_at) return 0; /* nothing to do */
3367 2 0 uint32_t now = h->expires_at ? shm_now() : 0;
1 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
7 1 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
3380 2 0 for (uint32_t i = 0; i <= mask; i++) {
1 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
8 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
3385 1 1 if (st == SHM_EMPTY) break;
0 1 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
1 7 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
0 0 if (st == SHM_EMPTY) break;
3386 0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 1 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 7 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
0 0 if (st != tag) continue; /* tombstone or tag mismatch */
3388 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
7 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3390 1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
3392 1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
1 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
6 1 if (SHM_IS_EXPIRED(h, idx, now)) {
5 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 4 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
3401 0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
1 5 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
3402 1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
1 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
5 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
5 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
4 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0) {
3418 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 11 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3420 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
4 1 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3425 0 1 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
2 9 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
0 0 if (target > hdr->max_table_cap) return 0;
3428 0 1 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 9 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
0 0 if (needed < SHM_INITIAL_CAP) needed = SHM_INITIAL_CAP;
3429 0 1 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
1 8 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
0 0 if (needed <= hdr->table_cap) return 1; /* already big enough */
3430 0 1 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
1 7 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
0 0 if (needed > hdr->max_table_cap) return 0; /* exceeds max */
3435 1 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
7 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
0 0 if (needed > hdr->table_cap)
3445 0 3 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3 22 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3447 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
12 3 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3455 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2 14 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3457 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
8 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3465 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2 10 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3467 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
8 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3475 0 3 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2 10 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3477 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
8 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3481 3 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 10 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
0 0 return h->arena ? __atomic_load_n(&h->hdr->arena_bump, __ATOMIC_RELAXED) : 0;
3485 0 2 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2 10 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3487 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
8 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3491 2 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 10 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
0 0 return h->arena ? h->hdr->arena_cap : 0;
3497 0 1 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
2 25 if (h->shard_handles) {
0 1 if (h->shard_handles) {
0 1 if (h->shard_handles) {
3498 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
20 2 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3512 0 1 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 0 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 0 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 0 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 0 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 0 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 0 if (hdr->table_cap > SHM_INITIAL_CAP) {
20 5 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 1 if (hdr->table_cap > SHM_INITIAL_CAP) {
0 1 if (hdr->table_cap > SHM_INITIAL_CAP) {
3522 1 0 if (h->arena) {
0 0 if (h->arena) {
0 0 if (h->arena) {
0 0 if (h->arena) {
0 0 if (h->arena) {
0 0 if (h->arena) {
0 0 if (h->arena) {
0 25 if (h->arena) {
0 1 if (h->arena) {
0 1 if (h->arena) {
3529 0 1 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
0 0 if (h->lru_prev) {
2 23 if (h->lru_prev) {
0 1 if (h->lru_prev) {
0 1 if (h->lru_prev) {
3532 0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
2 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
0 0 if (h->lru_accessed) memset(h->lru_accessed, 0, hdr->max_table_cap);
3538 0 1 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 0 if (h->expires_at) {
0 25 if (h->expires_at) {
0 1 if (h->expires_at) {
0 1 if (h->expires_at) {
3549 0 1 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
1 24 if (h->iter_active) {
0 1 if (h->iter_active) {
0 1 if (h->iter_active) {
3551 0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
1 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
3559 0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
1 5 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3560 0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
4 1 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
0 0 for (uint32_t i = 0; i < h->num_shards; i++)
3565 0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
1 4 if (h->iter_active) {
0 0 if (h->iter_active) {
0 0 if (h->iter_active) {
3567 0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
1 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
3589 0 0 SHM_SHARD_DISPATCH(h, key);
0 0 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
2 5 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
0 2 SHM_SHARD_DISPATCH(h, key);
3591 0 8 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 0 SHM_SHARD_DISPATCH(h, key_str, key_len);
0 2 SHM_SHARD_DISPATCH(h, key_str, key_len);
3596 0 8 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
3 4 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
0 2 uint32_t now = h->expires_at ? shm_now() : 0;
3612 8 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
0 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
7 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
2 0 for (uint32_t i = 0; i <= mask; i++) {
3618 5 3 if (st == SHM_EMPTY) {
0 0 if (st == SHM_EMPTY) {
0 0 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
0 0 if (st == SHM_EMPTY) {
0 0 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
2 5 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
1 1 if (st == SHM_EMPTY) {
3619 5 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
2 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
3622 0 3 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 0 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 5 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
0 1 if (st == SHM_TOMBSTONE) {
3623 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
3626 0 3 if (st != tag) continue;
0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 0 if (st != tag) continue;
0 0 if (st != tag) continue;
0 1 if (st != tag) continue;
0 5 if (st != tag) continue;
0 1 if (st != tag) continue;
0 1 if (st != tag) continue;
3628 0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
0 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
5 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
1 0 if (SHM_KEY_EQ(&nodes[idx], key)) {
3630 3 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
0 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
1 0 if (SHM_KEY_EQ_STR(&nodes[idx], h->arena, key_str, key_len, key_utf8)) {
3633 0 3 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
3 2 if (SHM_IS_EXPIRED(h, idx, now)) {
2 1 if (SHM_IS_EXPIRED(h, idx, now)) {
1 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 1 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
0 0 if (SHM_IS_EXPIRED(h, idx, now)) {
3635 0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
1 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
0 0 if (insert_pos == UINT32_MAX) insert_pos = idx;
3641 3 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
1 0 uint32_t vl = SHM_STR_LEN(nodes[idx].val_len);
3642 0 3 if (!shm_ensure_copy_buf(h, vl)) {
0 0 if (!shm_ensure_copy_buf(h, vl)) {
0 0 if (!shm_ensure_copy_buf(h, vl)) {
0 1 if (!shm_ensure_copy_buf(h, vl)) {
3655 0 3 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 0 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 4 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
0 1 if (h->lru_prev) shm_lru_promote(h, idx);
3656 0 3 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
2 2 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
2 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
1 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 1 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
0 0 if (h->expires_at && hdr->default_ttl > 0 && h->expires_at[idx] != 0)
3665 0 5 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 0 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 3 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
0 1 if (insert_pos == UINT32_MAX) {
3672 0 5 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 3 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 1 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
0 0 if (hdr->max_size > 0 && hdr->size >= hdr->max_size)
3680 0 5 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].key_off, &nodes[insert_pos].key_len, key_str, key_len, key_utf8)) {
3688 5 0 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
0 5 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
0 0 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
0 0 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
0 0 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
0 0 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
1 0 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
0 1 if (!shm_ensure_copy_buf(h, def_len > 0 ? def_len : 1)) {
3696 0 5 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, def_str, def_len, def_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, def_str, def_len, def_utf8)) {
0 0 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, def_str, def_len, def_utf8)) {
0 1 if (!shm_str_store(hdr, h->arena, &nodes[insert_pos].val_off, &nodes[insert_pos].val_len, def_str, def_len, def_utf8)) {
3710 0 5 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 0 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
1 2 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
0 1 if (was_tombstone) hdr->tombstones--;
3712 0 5 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 0 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 3 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
0 1 if (h->lru_prev) shm_lru_push_front(h, insert_pos);
3713 0 5 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
1 2 if (h->expires_at && hdr->default_ttl > 0)
1 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
0 1 if (h->expires_at && hdr->default_ttl > 0)
0 0 if (h->expires_at && hdr->default_ttl > 0)
3744 0 3 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
62 668 if (h->shard_handles) {
0 0 if (h->shard_handles) {
0 0 if (h->shard_handles) {
3745 0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
68 2 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
0 0 while (h->shard_iter < h->num_shards) {
3758 0 0 if (rc) return 1;
0 0 if (rc) return 1;
0 0 if (rc) return 1;
0 0 if (rc) return 1;
0 0 if (rc) return 1;
0 0 if (rc) return 1;
0 0 if (rc) return 1;
60 8 if (rc) return 1;
0 0 if (rc) return 1;
0 0 if (rc) return 1;
3768 0 3 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 668 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
3772 1 2 if (!h->iter_active) {
0 0 if (!h->iter_active) {
0 0 if (!h->iter_active) {
0 0 if (!h->iter_active) {
0 0 if (!h->iter_active) {
0 0 if (!h->iter_active) {
0 0 if (!h->iter_active) {
22 646 if (!h->iter_active) {
0 0 if (!h->iter_active) {
0 0 if (!h->iter_active) {
3779 0 3 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 668 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
0 0 if (h->iter_gen != hdr->table_gen) {
3784 2 1 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
649 19 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &h->iter_pos)) {
3788 0 2 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 649 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
3795 2 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
3797 2 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
3799 0 2 if (total64 > UINT32_MAX) {
3802 0 0 if (h->iterating > 0) h->iterating--;
3810 0 2 if (!shm_ensure_copy_buf(h, total)) {
0 0 if (!shm_ensure_copy_buf(h, total)) {
0 0 if (!shm_ensure_copy_buf(h, total)) {
0 0 if (!shm_ensure_copy_buf(h, total)) {
3813 0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
3825 2 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
3827 2 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
3831 0 0 if (!shm_ensure_copy_buf(h, vl)) {
0 0 if (!shm_ensure_copy_buf(h, vl)) {
0 0 if (!shm_ensure_copy_buf(h, vl)) {
3834 0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
3854 1 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
19 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
3874 32 2 while (c->shard_idx < c->shard_count) {
6 1 while (c->shard_idx < c->shard_count) {
0 0 while (c->shard_idx < c->shard_count) {
0 0 while (c->shard_idx < c->shard_count) {
0 0 while (c->shard_idx < c->shard_count) {
0 0 while (c->shard_idx < c->shard_count) {
3 1 while (c->shard_idx < c->shard_count) {
766 14 while (c->shard_idx < c->shard_count) {
0 0 while (c->shard_idx < c->shard_count) {
0 0 while (c->shard_idx < c->shard_count) {
3879 0 32 uint32_t now = h->expires_at ? shm_now() : 0;
0 6 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 3 uint32_t now = h->expires_at ? shm_now() : 0;
0 766 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
0 0 uint32_t now = h->expires_at ? shm_now() : 0;
3884 0 32 if (c->gen != hdr->table_gen) {
0 6 if (c->gen != hdr->table_gen) {
0 0 if (c->gen != hdr->table_gen) {
0 0 if (c->gen != hdr->table_gen) {
0 0 if (c->gen != hdr->table_gen) {
0 0 if (c->gen != hdr->table_gen) {
0 3 if (c->gen != hdr->table_gen) {
0 766 if (c->gen != hdr->table_gen) {
0 0 if (c->gen != hdr->table_gen) {
0 0 if (c->gen != hdr->table_gen) {
3889 27 5 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
5 1 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
2 1 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
731 35 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
0 0 while (shm_find_next_live(states, hdr->table_cap, &c->iter_pos)) {
3892 0 27 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 5 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 2 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 731 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
0 0 if (SHM_IS_EXPIRED(h, pos, now))
3899 27 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
5 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
0 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
3901 27 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
3903 0 27 if (total64 > UINT32_MAX) {
3911 0 27 if (!shm_cursor_ensure_copy_buf(c, total)) {
0 5 if (!shm_cursor_ensure_copy_buf(c, total)) {
0 0 if (!shm_cursor_ensure_copy_buf(c, total)) {
0 0 if (!shm_cursor_ensure_copy_buf(c, total)) {
3923 27 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
0 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
2 0 uint32_t vl = SHM_STR_LEN(nodes[pos].val_len);
3925 27 0 uint32_t kl = SHM_STR_LEN(nodes[pos].key_len);
3929 0 0 if (!shm_cursor_ensure_copy_buf(c, vl)) {
0 0 if (!shm_cursor_ensure_copy_buf(c, vl)) {
0 2 if (!shm_cursor_ensure_copy_buf(c, vl)) {
3950 5 0 if (h->iterating > 0) h->iterating--;
1 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
1 0 if (h->iterating > 0) h->iterating--;
35 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
0 0 if (h->iterating > 0) h->iterating--;
3953 2 3 if (c->shard_idx < c->shard_count) {
1 0 if (c->shard_idx < c->shard_count) {
0 0 if (c->shard_idx < c->shard_count) {
0 0 if (c->shard_idx < c->shard_count) {
0 0 if (c->shard_idx < c->shard_count) {
0 0 if (c->shard_idx < c->shard_count) {
1 0 if (c->shard_idx < c->shard_count) {
14 21 if (c->shard_idx < c->shard_count) {
0 0 if (c->shard_idx < c->shard_count) {
0 0 if (c->shard_idx < c->shard_count) {
3967 0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
2 0 if (c->current && c->current->iterating > 0)
0 2 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
0 0 if (c->current && c->current->iterating > 0)
3972 0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
1 1 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {
0 0 if (c->handle->shard_handles) {