Home | History | Annotate | Download | only in orig

Lines Matching defs:xCreate

5306   int (*xCreate)(sqlite3*, void *pAux,
5460 ** into the [xCreate] and [xConnect] methods of the virtual table module
5476 void *pClientData /* Client data for xCreate/xConnect */
5482 void *pClientData, /* Client data for xCreate/xConnect */
5536 ** ^The [xCreate] and [xConnect] methods of a
6570 ** [[the xCreate() page cache methods]]
6571 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6582 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6666 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6684 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6706 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
7281 ** This function may be called by either the [xConnect] or [xCreate] method
7286 ** xCreate virtual table method then the behavior is undefined.
7306 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not