Searched refs:xInit (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h1455 ** The xInit method initializes the memory allocator. For example,
1459 ** by xInit. The pAppData pointer is used as the only parameter to
1460 ** xInit and xShutdown.
1463 ** the xInit method, so the xInit method need not be threadsafe. The
1473 ** SQLite will never invoke xInit() more than once without an intervening
1483 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1485 void *pAppData; /* Argument to xInit() and xShutdown() */
6843 ** [[the xInit() page cache method]]
6844 ** ^(The xInit() metho
6981 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
7003 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1669 ** The xInit method initializes the memory allocator. For example,
1673 ** by xInit. The pAppData pointer is used as the only parameter to
1674 ** xInit and xShutdown.
1677 ** the xInit method, so the xInit method need not be threadsafe. The
1687 ** SQLite will never invoke xInit() more than once without an intervening
1697 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1699 void *pAppData; /* Argument to xInit() and xShutdown() */
7057 ** [[the xInit() page cache method]]
7058 ** ^(The xInit() metho
7195 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
7217 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
105220 sqlite3_auto_extension(void (*xInit)(void)) argument
105265 sqlite3_cancel_auto_extension(void (*xInit)(void)) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1455 ** The xInit method initializes the memory allocator. For example,
1459 ** by xInit. The pAppData pointer is used as the only parameter to
1460 ** xInit and xShutdown.
1463 ** the xInit method, so the xInit method need not be threadsafe. The
1473 ** SQLite will never invoke xInit() more than once without an intervening
1483 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1485 void *pAppData; /* Argument to xInit() and xShutdown() */
6843 ** [[the xInit() page cache method]]
6844 ** ^(The xInit() metho
6981 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
7003 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1669 ** The xInit method initializes the memory allocator. For example,
1673 ** by xInit. The pAppData pointer is used as the only parameter to
1674 ** xInit and xShutdown.
1677 ** the xInit method, so the xInit method need not be threadsafe. The
1687 ** SQLite will never invoke xInit() more than once without an intervening
1697 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1699 void *pAppData; /* Argument to xInit() and xShutdown() */
7057 ** [[the xInit() page cache method]]
7058 ** ^(The xInit() metho
7195 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
7217 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
105238 sqlite3_auto_extension(void (*xInit)(void)) argument
105283 sqlite3_cancel_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 959 milliseconds