Home | History | Annotate | Download | only in dist

Lines Matching refs:xCreate

4500   int (*xCreate)(sqlite3*, void *pAux,
4635 ** into the [xCreate] and [xConnect] methods of the virtual table module
4651 void *pClientData /* Client data for xCreate/xConnect */
4657 void *pClientData, /* Client data for xCreate/xConnect */
4711 ** ^The [xCreate] and [xConnect] methods of a
5643 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
5654 ** xCreate(), bPurgeable, is true if the cache being created will
5727 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5738 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);