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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1645 ** The xInit method initializes the memory allocator. For example,
1649 ** by xInit. The pAppData pointer is used as the only parameter to
1650 ** xInit and xShutdown.
1653 ** the xInit method, so the xInit method need not be threadsafe. The
1663 ** SQLite will never invoke xInit() more than once without an intervening
1673 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1675 void *pAppData; /* Argument to xInit() and xShutdown() */
8375 ** [[the xInit() page cache method]]
8376 ** ^(The xInit() metho
8513 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
8535 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c2708 ** The xInit method initializes the memory allocator. For example,
2712 ** by xInit. The pAppData pointer is used as the only parameter to
2713 ** xInit and xShutdown.
2716 ** the xInit method, so the xInit method need not be threadsafe. The
2726 ** SQLite will never invoke xInit() more than once without an intervening
2736 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
2738 void *pAppData; /* Argument to xInit() and xShutdown() */
9438 ** [[the xInit() page cache method]]
9439 ** ^(The xInit() metho
9576 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
9598 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
126550 sqlite3_loadext_entry xInit; local
126858 sqlite3_loadext_entry xInit; local
[all...]
H A Dshell.c4364 return memtraceBase.xInit(p);

Completed in 1374 milliseconds