Lines Matching +full:no +full:- +full:insert +full:- +full:detect
97 f->flags &= ~FZ_FLAG_ALLOCATED; in fuzz_free_cb()
108 return -1; in FuzzerInitialize()
112 return -1; in FuzzerInitialize()
133 * 1 byte to detect the operation to perform, 2 bytes in FuzzerTestOneInput()
138 return -1; in FuzzerTestOneInput()
169 * If the value to insert is already allocated in FuzzerTestOneInput()
170 * then we expect a conflict in the insert in FuzzerTestOneInput()
175 if (valptr->flags & FZ_FLAG_ALLOCATED) { in FuzzerTestOneInput()
180 memcpy(&valptr->value, &buf[3], sizeof(uint64_t)); in FuzzerTestOneInput()
182 * do the insert/replace in FuzzerTestOneInput()
191 if (rc == -1) in FuzzerTestOneInput()
198 valptr->flags |= FZ_FLAG_ALLOCATED; in FuzzerTestOneInput()
235 if (!(valptr->flags & FZ_FLAG_ALLOCATED)) in FuzzerTestOneInput()
256 * that the valptr is no longer allocated in FuzzerTestOneInput()
258 OPENSSL_assert(!(valptr->flags & FZ_FLAG_ALLOCATED)); in FuzzerTestOneInput()
287 if (!(valptr->flags & FZ_FLAG_ALLOCATED)) in FuzzerTestOneInput()
313 OPENSSL_assert(v->value == lval); in FuzzerTestOneInput()
356 if (valptr->flags & FZ_FLAG_ALLOCATED) in FuzzerTestOneInput()
370 if (valptr->flags & FZ_FLAG_ALLOCATED) in FuzzerTestOneInput()
375 OPENSSL_assert(htvlist->list_len == (size_t)rc_prediction); in FuzzerTestOneInput()
382 return -1; in FuzzerTestOneInput()