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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1262 ** The xInit method initializes the memory allocator. (For example,
1266 ** by xInit. The pAppData pointer is used as the only parameter to
1267 ** xInit and xShutdown.
1270 ** the xInit method, so the xInit method need not be threadsafe. The
1280 ** SQLite will never invoke xInit() more than once without an intervening
1290 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1292 void *pAppData; /* Argument to xInit() and xShutdown() */
6085 ** [[the xInit() page cache method]]
6086 ** ^(The xInit() metho
6223 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6245 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1812 ** The xInit method initializes the memory allocator. (For example,
1816 ** by xInit. The pAppData pointer is used as the only parameter to
1817 ** xInit and xShutdown.
1820 ** the xInit method, so the xInit method need not be threadsafe. The
1830 ** SQLite will never invoke xInit() more than once without an intervening
1840 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1842 void *pAppData; /* Argument to xInit() and xShutdown() */
6635 ** [[the xInit() page cache method]]
6636 ** ^(The xInit() metho
6773 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6795 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
91841 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 336 milliseconds