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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d460 int function (void*) xInit; /** Initialize the memory allocator */
462 void *pAppData; /** Argument to xInit() and xShutdown() */
1751 int function(void*) xInit;
1768 int function (void*) xInit;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1743 ** The xInit method initializes the memory allocator. For example,
1747 ** by xInit. The pAppData pointer is used as the only parameter to
1748 ** xInit and xShutdown.
1751 ** the xInit method, so the xInit method need not be threadsafe. The
1761 ** SQLite will never invoke xInit() more than once without an intervening
1771 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1773 void *pAppData; /* Argument to xInit() and xShutdown() */
8933 ** [[the xInit() page cache method]]
8934 ** ^(The xInit() metho
9071 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
9093 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c2056 ** The xInit method initializes the memory allocator. For example,
2060 ** by xInit. The pAppData pointer is used as the only parameter to
2061 ** xInit and xShutdown.
2064 ** the xInit method, so the xInit method need not be threadsafe. The
2074 ** SQLite will never invoke xInit() more than once without an intervening
2084 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
2086 void *pAppData; /* Argument to xInit() and xShutdown() */
9246 ** [[the xInit() page cache method]]
9247 ** ^(The xInit() metho
9384 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
9406 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
136726 sqlite3_loadext_entry xInit; local
137063 sqlite3_loadext_entry xInit; local
[all...]
H A Dshell.c2592 return memtraceBase.xInit(p);
2673 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p)\n", pArg);
2675 nRes = pcacheBase.xInit(pArg);
2677 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p) -> %d\n", pArg, nRes);

Completed in 738 milliseconds