Lines Matching defs:xCreate
7086 int (*xCreate)(sqlite3*, void *pAux,
7335 ** into the [xCreate] and [xConnect] methods of the virtual table module
7357 void *pClientData /* Client data for xCreate/xConnect */
7363 void *pClientData, /* Client data for xCreate/xConnect */
7434 ** ^The [xCreate] and [xConnect] methods of a
8756 ** [[the xCreate() page cache methods]]
8757 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
8768 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
8852 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
8870 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
8892 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
9519 ** This function may be called by either the [xConnect] or [xCreate] method
9524 ** xCreate virtual table method then the behavior is undefined.
9528 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9551 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9581 ** the [xConnect] or [xCreate] methods of a [virtual table] implmentation
9589 ** the [xConnect] or [xCreate] methods of a [virtual table] implmentation
12678 ** xCreate:
12698 ** allocated using xCreate(). Fts5 guarantees that this function will
12699 ** be invoked exactly once for each successful call to xCreate().
12705 ** returned by an earlier call to xCreate().
12864 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);