Lines Matching defs:xCreate

7315   int (*xCreate)(sqlite3*, void *pAux,
7568 ** into the [xCreate] and [xConnect] methods of the virtual table module
7590 void *pClientData /* Client data for xCreate/xConnect */
7596 void *pClientData, /* Client data for xCreate/xConnect */
7667 ** ^The [xCreate] and [xConnect] methods of a
8984 ** [[the xCreate() page cache methods]]
8985 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
8996 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
9080 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
9098 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
9120 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
9747 ** This function may be called by either the [xConnect] or [xCreate] method
9752 ** xCreate virtual table method then the behavior is undefined.
9756 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9779 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9809 ** the [xConnect] or [xCreate] methods of a [virtual table] implementation
9817 ** the [xConnect] or [xCreate] methods of a [virtual table] implementation
9828 ** the [xConnect] or [xCreate] methods of a [virtual table] implementation
13164 ** xCreate:
13184 ** allocated using xCreate(). Fts5 guarantees that this function will
13185 ** be invoked exactly once for each successful call to xCreate().
13191 ** returned by an earlier call to xCreate().
13350 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);