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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer.h43 int (*xCreate)(int argc, const char *const*argv, member in struct:sqlite3_tokenizer_module
82 ** specified by the first argv argument to xCreate().
H A Dtokenizer.h43 int (*xCreate)(int argc, const char **argv, member in struct:sqlite3_tokenizer_module
82 ** specified by the first argv argument to xCreate().
H A Dfulltext.c886 rc = m->xCreate(argc-3, (const char **) (argv+3), &v->pTokenizer);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_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().
H A Dfts2_tokenizer.c185 if( SQLITE_OK!=p->xCreate(zArg ? 1 : 0, &zArg, &pTokenizer) ){
186 zErr = "error in xCreate()";
/external/chromium_org/third_party/sqlite/src/ext/fts3/
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().
H A Dfts3_expr.c885 rc = pModule->xCreate(0, 0, &pTokenizer);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c314 ** This function is called from within the echo-modules xCreate and
457 ** Echo virtual table module xCreate method.
467 appendToEchoModule(((EchoModule *)pAux)->interp, "xCreate");
H A Dtest_pcache.c450 assert( defaultPcache.xCreate!=testpcacheCreate );
453 assert( defaultPcache.xCreate!=0 );
H A Dtest_init.c127 return wrapped.pcache.xCreate(a, b);
H A Dpcache.c224 p = sqlite3GlobalConfig.pcache.xCreate(nByte, pCache->bPurgeable);
H A Dsqlite.h.in4582 int (*xCreate)(sqlite3*, void *pAux,
4717 ** into the [xCreate] and [xConnect] methods of the virtual table module
4733 void *pClientData /* Client data for xCreate/xConnect */
4739 void *pClientData, /* Client data for xCreate/xConnect */
4793 ** ^The [xCreate] and [xConnect] methods of a
5749 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
5762 ** xCreate(), bPurgeable, is true if the cache being created will
5835 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5846 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dvtab.c26 void *pAux, /* Context pointer for xCreate/xConnect */
68 void *pAux /* Context pointer for xCreate/xConnect */
80 void *pAux, /* Context pointer for xCreate/xConnect */
426 ** Invoke a virtual table constructor (either xCreate or xConnect). The
592 ** This function is invoked by the vdbe to call the xCreate method
620 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xCreate, pzErr);
634 ** valid to call this function from within the xCreate() or xConnect() of a
/external/sqlite/dist/orig/
H A Dsqlite3.h5306 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
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)(in member in struct:sqlite3_pcache_methods2
6706 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c5421 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5575 ** into the [xCreate] and [xConnect] methods of the virtual table module
5591 void *pClientData /* Client data for xCreate/xConnect */
5597 void *pClientData, /* Client data for xCreate/xConnect */
5651 ** ^The [xCreate] and [xConnect] methods of a
6685 ** [[the xCreate() page cache methods]]
6686 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6697 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6781 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6799 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
6821 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5306 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
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)(in member in struct:sqlite3_pcache_methods2
6706 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c5421 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5575 ** into the [xCreate] and [xConnect] methods of the virtual table module
5591 void *pClientData /* Client data for xCreate/xConnect */
5597 void *pClientData, /* Client data for xCreate/xConnect */
5651 ** ^The [xCreate] and [xConnect] methods of a
6685 ** [[the xCreate() page cache methods]]
6686 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6697 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6781 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6799 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
6821 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4587 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
4722 ** into the [xCreate] and [xConnect] methods of the virtual table module
4738 void *pClientData /* Client data for xCreate/xConnect */
4744 void *pClientData, /* Client data for xCreate/xConnect */
4798 ** ^The [xCreate] and [xConnect] methods of a
5754 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
5767 ** xCreate(), bPurgeable, is true if the cache being created will
5840 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5851 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c5130 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5265 ** into the [xCreate] and [xConnect] methods of the virtual table module
5281 void *pClientData /* Client data for xCreate/xConnect */
5287 void *pClientData, /* Client data for xCreate/xConnect */
5341 ** ^The [xCreate] and [xConnect] methods of a
6297 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6310 ** xCreate(), bPurgeable, is true if the cache being created will
6383 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6394 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
9544 ** connection handle passed to it via the xConnect() or xCreate() metho
[all...]

Completed in 705 milliseconds