Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dfuzzershell.c808 void *pScratch = 0; /* Allocated storage for scratch */ in main() local
948 pScratch = malloc( nScratch*(sqlite3_int64)szScratch ); in main()
949 if( pScratch==0 ) fatalError("cannot allocate %lld-byte scratch", in main()
951 rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, pScratch, szScratch, nScratch); in main()
1259 free(pScratch); in main()