Searched refs:xCreate (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dfts3_tokenizer.h37 ** sqlite3_tokenizer_module.xCreate() function of the requested tokenizer
38 ** implementation. The xCreate() function in turn returns an
76 int (*xCreate)( member in struct:sqlite3_tokenizer_module
84 ** exactly once for each successful call to xCreate().
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1364 sqlite3_vtab **ppVTab, char**) xCreate;
1456 void *pClientData /* Client data for xCreate/xConnect */
1463 void *pClientData, /* Client data for xCreate/xConnect */
1753 sqlite3_pcache * function(int szPage, int szExtra, int bPurgeable) xCreate;
1770 sqlite3_pcache* function (int szPage, int bPurgeable) xCreate;
2073 int function(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut) xCreate;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7290 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
7543 ** into the [xCreate] and [xConnect] methods of the virtual table module
7565 void *pClientData /* Client data for xCreate/xConnect */
7571 void *pClientData, /* Client data for xCreate/xConnect */
7642 ** ^The [xCreate] and [xConnect] methods of a
8959 ** [[the xCreate() page cache methods]]
8960 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
8971 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
9055 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
9073 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
9095 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
13280 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
H A Dsqlite3.c7603 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
7856 ** into the [xCreate] and [xConnect] methods of the virtual table module
7878 void *pClientData /* Client data for xCreate/xConnect */
7884 void *pClientData, /* Client data for xCreate/xConnect */
7955 ** ^The [xCreate] and [xConnect] methods of a
9272 ** [[the xCreate() page cache methods]]
9273 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
9284 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
9368 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
9386 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
9408 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
13593 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
253415 sqlite3Fts5TokenizerPattern( int (*xCreate)(void*, const char**, int, Fts5Tokenizer**), Fts5Tokenizer *pTok ) argument
[all...]
H A Dshell.c2690 fprintf(pcachetraceOut, "PCACHETRACE: xCreate(%d,%d,%d)\n",
2693 pRes = pcacheBase.xCreate(szPage, szExtra, bPurge);
2695 fprintf(pcachetraceOut, "PCACHETRACE: xCreate(%d,%d,%d) -> %p\n",
5688 ** The generate_series virtual table implementation leaves the xCreate method
6147 0, /* xCreate */
8045 0, /* xCreate */
8567 0, /* xCreate */
11480 zipfileConnect, /* xCreate */
12241 ** This function is the implementation of both the xConnect and xCreate
12479 expertConnect, /* xCreate
[all...]

Completed in 796 milliseconds