Searched defs:xDestroy (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer.h45 int (*xDestroy)(sqlite3_tokenizer *pTokenizer); member in struct:sqlite3_tokenizer_module
H A Dtokenizer.h45 int (*xDestroy)(sqlite3_tokenizer *pTokenizer); member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h86 int (*xDestroy)(sqlite3_tokenizer *pTokenizer); member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h86 int (*xDestroy)(sqlite3_tokenizer *pTokenizer); member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_quota.c80 void (*xDestroy)(void*); /* Optional destructor for pArg */ member in struct:quotaGroup
175 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg);
672 void (*xDestroy)(void*) /* Optional destructor for pArg */
701 if( pGroup->xDestroy && pGroup->pArg!=pArg ){
702 pGroup->xDestroy(pGroup->pArg);
705 pGroup->xDestroy = xDestroy;
848 void (*xDestroy)(void*); /* Optional destructor for pArg */
872 xDestroy
[all...]
H A DsqliteInt.h1005 void (*xDestroy)(void *); member in struct:FuncDestructor
1087 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3552 void(*xDestroy)(void*)
3959 ** with the addition that the xDestroy callback is invoked on pArg when
3965 ** ^The xDestroy callback is <u>not</u> called if the
3967 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
3989 void(*xDestroy)(void*)
4595 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
4760 void(*xDestroy)(void*) /* Module destructor function */
5855 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5857 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5873 void (*xDestroy)(sqlite3_pcach member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c4095 void(*xDestroy)(void*)
4502 ** with the addition that the xDestroy callback is invoked on pArg when
4508 ** ^The xDestroy callback is <u>not</u> called if the
4510 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4532 void(*xDestroy)(void*)
5138 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5303 void(*xDestroy)(void*) /* Module destructor function */
6398 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6400 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6416 void (*xDestroy)(sqlite3_pcach member in struct:sqlite3_pcache_methods
9365 void (*xDestroy)(void *); member in struct:FuncDestructor
9447 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h3867 void(*xDestroy)(void*)
4279 ** with the addition that the xDestroy callback is invoked on pArg when
4285 ** ^The xDestroy callback is <u>not</u> called if the
4287 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4309 void(*xDestroy)(void*)
4958 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5113 void(*xDestroy)(void*) /* Module destructor function */
6255 ** [[the xDestroy() page cache method]]
6256 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6258 ** calling the xDestroy() metho
6282 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6303 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c4417 void(*xDestroy)(void*)
4829 ** with the addition that the xDestroy callback is invoked on pArg when
4835 ** ^The xDestroy callback is <u>not</u> called if the
4837 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4859 void(*xDestroy)(void*)
5508 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5663 void(*xDestroy)(void*) /* Module destructor function */
6805 ** [[the xDestroy() page cache method]]
6806 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6808 ** calling the xDestroy() metho
6832 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6853 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9919 void (*xDestroy)(void *); member in struct:FuncDestructor
10000 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3867 void(*xDestroy)(void*)
4279 ** with the addition that the xDestroy callback is invoked on pArg when
4285 ** ^The xDestroy callback is <u>not</u> called if the
4287 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4309 void(*xDestroy)(void*)
4958 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5113 void(*xDestroy)(void*) /* Module destructor function */
6255 ** [[the xDestroy() page cache method]]
6256 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6258 ** calling the xDestroy() metho
6282 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6303 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c4417 void(*xDestroy)(void*)
4829 ** with the addition that the xDestroy callback is invoked on pArg when
4835 ** ^The xDestroy callback is <u>not</u> called if the
4837 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4859 void(*xDestroy)(void*)
5508 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5663 void(*xDestroy)(void*) /* Module destructor function */
6805 ** [[the xDestroy() page cache method]]
6806 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6808 ** calling the xDestroy() metho
6832 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6853 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9919 void (*xDestroy)(void *); member in struct:FuncDestructor
10000 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 504 milliseconds