Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c261 static void fuzzRandomBlob(int nBuf, unsigned char *zBuf){ in fuzzRandomBlob() function
274 fuzzRandomBlob(sizeof(ret), (unsigned char*)&ret); in fuzzRandomInt()
280 fuzzRandomBlob(sizeof(ret), (unsigned char*)&ret); in fuzzRandomU64()
862 fuzzRandomBlob(nByte, &pChange->aSub[2]); in fuzzSelectChange()