Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c133 static const sqlite3_api_routines sqlite3Apis = { variable
649 rc = xInit(db, &zErrmsg, &sqlite3Apis); in sqlite3LoadExtension()
877 const sqlite3_api_routines *pThunk = &sqlite3Apis; in sqlite3AutoLoadExtensions()