Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dossshell.c18 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 Dossfuzz.c14 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 Ddbfuzz2.c182 int LLVMFuzzerTestOneInput(const uint8_t *aData, size_t nByte){ in LLVMFuzzerTestOneInput()
386 LLVMFuzzerTestOneInput((const uint8_t*)pIn, (size_t)nIn); in main()
H A Dfuzzcheck.c104 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 Dicu.c123 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 Dsqlite_cfg.h.in90 /* Define to 1 if the system has the type `uint8_t'. */
H A Dconfigure.ac101 AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t, intptr_t, uint8_t,
/sqlite-3.40.0/src/
H A DsqliteInt.h789 # define UINT8_TYPE uint8_t