Searched defs:xInit (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c397 int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*);
433 xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*))
435 if( xInit==0 ){
446 }else if( xInit(db, &zErrmsg, &sqlite3Apis) ){
557 int sqlite3_auto_extension(void (*xInit)(void)){ argument
573 if( wsdAutoext.aExt[i]==xInit ) break;
583 wsdAutoext.aExt[wsdAutoext.nExt] = xInit;
621 int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*);
635 xInit = 0;
638 xInit
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1194 ** The xInit method initializes the memory allocator. (For example,
1198 ** by xInit. The pAppData pointer is used as the only parameter to
1199 ** xInit and xShutdown.
1202 ** the xInit method, so the xInit method need not be threadsafe. The
1212 ** SQLite will never invoke xInit() more than once without an intervening
1222 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1224 void *pAppData; /* Argument to xInit() and xShutdown() */
5730 ** ^(The xInit() method is called once for each effective
5732 ** (usually only once during the lifetime of the process). ^(The xInit()
5849 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1737 ** The xInit method initializes the memory allocator. (For example,
1741 ** by xInit. The pAppData pointer is used as the only parameter to
1742 ** xInit and xShutdown.
1745 ** the xInit method, so the xInit method need not be threadsafe. The
1755 ** SQLite will never invoke xInit() more than once without an intervening
1765 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1767 void *pAppData; /* Argument to xInit() and xShutdown() */
6273 ** ^(The xInit() method is called once for each effective
6275 ** (usually only once during the lifetime of the process). ^(The xInit()
6392 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
87441 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1416 ** The xInit method initializes the memory allocator. For example,
1420 ** by xInit. The pAppData pointer is used as the only parameter to
1421 ** xInit and xShutdown.
1424 ** the xInit method, so the xInit method need not be threadsafe. The
1434 ** SQLite will never invoke xInit() more than once without an intervening
1444 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1446 void *pAppData; /* Argument to xInit() and xShutdown() */
6544 ** [[the xInit() page cache method]]
6545 ** ^(The xInit() metho
6682 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6704 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1531 ** The xInit method initializes the memory allocator. For example,
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1536 ** xInit and xShutdown.
1539 ** the xInit method, so the xInit method need not be threadsafe. The
1549 ** SQLite will never invoke xInit() more than once without an intervening
1559 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1561 void *pAppData; /* Argument to xInit() and xShutdown() */
6659 ** [[the xInit() page cache method]]
6660 ** ^(The xInit() metho
6797 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6819 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
98076 sqlite3_auto_extension(void (*xInit)(void)) argument
98121 sqlite3_cancel_auto_extension(void (*xInit)(void)) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1416 ** The xInit method initializes the memory allocator. For example,
1420 ** by xInit. The pAppData pointer is used as the only parameter to
1421 ** xInit and xShutdown.
1424 ** the xInit method, so the xInit method need not be threadsafe. The
1434 ** SQLite will never invoke xInit() more than once without an intervening
1444 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1446 void *pAppData; /* Argument to xInit() and xShutdown() */
6544 ** [[the xInit() page cache method]]
6545 ** ^(The xInit() metho
6682 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6704 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1531 ** The xInit method initializes the memory allocator. For example,
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1536 ** xInit and xShutdown.
1539 ** the xInit method, so the xInit method need not be threadsafe. The
1549 ** SQLite will never invoke xInit() more than once without an intervening
1559 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1561 void *pAppData; /* Argument to xInit() and xShutdown() */
6659 ** [[the xInit() page cache method]]
6660 ** ^(The xInit() metho
6797 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6819 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
98096 sqlite3_auto_extension(void (*xInit)(void)) argument
98141 sqlite3_cancel_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 1384 milliseconds