Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c875 const sqlite3_api_routines *pThunk = 0; in sqlite3AutoLoadExtensions() local
877 const sqlite3_api_routines *pThunk = &sqlite3Apis; in sqlite3AutoLoadExtensions() local
888 if( xInit && (rc = xInit(db, &zErrmsg, pThunk))!=0 ){ in sqlite3AutoLoadExtensions()
H A Dtest_md5.c444 const sqlite3_api_routines *pThunk in Md5_Register() argument
H A Dtest_func.c669 const sqlite3_api_routines *pThunk in registerTestFunctions() argument
H A Dsqlite3ext.h371 const sqlite3_api_routines *pThunk /* Extension API function pointers. */
H A Dsqlite.h.in6958 **   const struct sqlite3_api_routines *pThunk
/sqlite-3.40.0/ext/misc/
H A Dmemvfs.c534 const struct sqlite3_api_routines *pThunk in memvfsRegister() argument
H A Dvfsstat.c787 const sqlite3_api_routines *pThunk in vstatRegister() argument