Searched refs:uint8_t (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | ossshell.c | 18 typedef unsigned char uint8_t; typedef 24 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); 42 uint8_t *zBuf = 0; in main()
|
| H A D | ossfuzz.c | 14 typedef unsigned char uint8_t; typedef 119 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() 121 uint8_t uSelector; /* First byte of input data[] */ in LLVMFuzzerTestOneInput()
|
| H A D | dbfuzz2.c | 182 int LLVMFuzzerTestOneInput(const uint8_t *aData, size_t nByte){ in LLVMFuzzerTestOneInput() 386 LLVMFuzzerTestOneInput((const uint8_t*)pIn, (size_t)nIn); in main()
|
| H A D | fuzzcheck.c | 104 typedef unsigned char uint8_t; typedef 1133 const uint8_t *aData, /* Combined DB+SQL content */ in runCombinedDbSqlInput() 2375 extern int LLVMFuzzerTestOneInput(const uint8_t*, size_t); in main() 2376 LLVMFuzzerTestOneInput((const uint8_t*)pSql->a, (size_t)pSql->sz); in main()
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 123 const uint8_t *zPattern, /* LIKE pattern */ in icuLikeCompare() 124 const uint8_t *zString, /* The UTF-8 string to compare against */ in icuLikeCompare() 148 uint8_t c; in icuLikeCompare()
|
| /sqlite-3.40.0/ |
| H A D | sqlite_cfg.h.in | 90 /* Define to 1 if the system has the type `uint8_t'. */
|
| H A D | configure.ac | 101 AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t, intptr_t, uint8_t,
|
| /sqlite-3.40.0/src/ |
| H A D | sqliteInt.h | 789 # define UINT8_TYPE uint8_t
|