Lines Matching refs:xCreate
7034 int (*xCreate)(sqlite3*, void *pAux, member
7283 ** into the [xCreate] and [xConnect] methods of the virtual table module
7305 void *pClientData /* Client data for xCreate/xConnect */
7311 void *pClientData, /* Client data for xCreate/xConnect */
7382 ** ^The [xCreate] and [xConnect] methods of a
8704 ** [[the xCreate() page cache methods]]
8705 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
8716 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
8800 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
8818 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member
8840 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member
9467 ** This function may be called by either the [xConnect] or [xCreate] method
9472 ** xCreate virtual table method then the behavior is undefined.
9476 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9499 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9529 ** the [xConnect] or [xCreate] methods of a [virtual table] implmentation
9537 ** the [xConnect] or [xCreate] methods of a [virtual table] implmentation