Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xCreate

4587   int (*xCreate)(sqlite3*, void *pAux,
4722 ** into the [xCreate] and [xConnect] methods of the virtual table module
4738 void *pClientData /* Client data for xCreate/xConnect */
4744 void *pClientData, /* Client data for xCreate/xConnect */
4798 ** ^The [xCreate] and [xConnect] methods of a
5754 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
5767 ** xCreate(), bPurgeable, is true if the cache being created will
5840 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5851 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);