Searched refs:azBuf (Results 1 – 1 of 1) sorted by relevance
1034 static char azBuf[2][10000]; in test_db_config_lookaside() local1046 }else if( bufid>=1 && bufid<=2 && sz*cnt<=sizeof(azBuf[0]) ){ in test_db_config_lookaside()1047 rc = sqlite3_db_config(db, SQLITE_DBCONFIG_LOOKASIDE, azBuf[bufid], sz,cnt); in test_db_config_lookaside()