Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c1033 int bufid; in test_db_config_lookaside() local
1041 if( Tcl_GetIntFromObj(interp, objv[2], &bufid) ) return TCL_ERROR; in test_db_config_lookaside()
1044 if( bufid==0 ){ in test_db_config_lookaside()
1046 }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()