Lines Matching refs:sqlite3Apis
91533 static const sqlite3_api_routines sqlite3Apis = {
91856 }else if( xInit(db, &zErrmsg, &sqlite3Apis) ){
91925 ** loading is supported. We need a dummy sqlite3Apis pointer for that
91930 static const sqlite3_api_routines sqlite3Apis = { 0 };
92054 if( xInit && (rc = xInit(db, &zErrmsg, &sqlite3Apis))!=0 ){