Home | History | Annotate | Download | only in dist

Lines Matching refs:xCreate

4151   int (*xCreate)(sqlite3*, void *pAux,
4276 ** into the [xCreate] and [xConnect] methods of the virtual table module
4290 void *pClientData /* Client data for xCreate/xConnect */
4296 void *pClientData, /* Client data for xCreate/xConnect */
4353 ** ^The [xCreate] and [xConnect] methods of a
5213 ** ^The xCreate() method is used to construct a new cache instance. SQLite
5224 ** xCreate(), bPurgeable, is true if the cache being created will
5295 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5306 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);