Home | History | Annotate | Download | only in dist

Lines Matching refs:xCreate

4950   int (*xCreate)(sqlite3*, void *pAux,
5090 ** into the [xCreate] and [xConnect] methods of the virtual table module
5106 void *pClientData /* Client data for xCreate/xConnect */
5112 void *pClientData, /* Client data for xCreate/xConnect */
5166 ** ^The [xCreate] and [xConnect] methods of a
6160 ** [[the xCreate() page cache methods]]
6161 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6172 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6256 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6274 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6296 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
6846 ** This function may be called by either the [xConnect] or [xCreate] method
6851 ** xCreate virtual table method then the behavior is undefined.
6871 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not