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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1230 ** The xInit method initializes the memory allocator. (For example,
1234 ** by xInit. The pAppData pointer is used as the only parameter to
1235 ** xInit and xShutdown.
1238 ** the xInit method, so the xInit method need not be threadsafe. The
1248 ** SQLite will never invoke xInit() more than once without an intervening
1258 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1260 void *pAppData; /* Argument to xInit() and xShutdown() */
5926 ** [[the xInit() page cache method]]
5927 ** ^(The xInit() metho
6054 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1783 ** The xInit method initializes the memory allocator. (For example,
1787 ** by xInit. The pAppData pointer is used as the only parameter to
1788 ** xInit and xShutdown.
1791 ** the xInit method, so the xInit method need not be threadsafe. The
1801 ** SQLite will never invoke xInit() more than once without an intervening
1811 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1813 void *pAppData; /* Argument to xInit() and xShutdown() */
6479 ** [[the xInit() page cache method]]
6480 ** ^(The xInit() metho
6607 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
89864 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 400 milliseconds