Searched refs:pScratch (Results 1 – 1 of 1) sorted by relevance
808 void *pScratch = 0; /* Allocated storage for scratch */ in main() local948 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()