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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1024 ** The xInit method initializes the memory allocator. (For example,
1028 ** by xInit. The pAppData pointer is used as the only parameter to
1029 ** xInit and xShutdown.
1032 ** the xInit method, so the xInit method need not be threadsafe. The
1042 ** SQLite will never invoke xInit() more than once without an intervening
1052 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1054 void *pAppData; /* Argument to xInit() and xShutdown() */
5194 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5195 ** (usually only once during the lifetime of the process). ^(The xInit()
5304 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1548 ** The xInit method initializes the memory allocator. (For example,
1552 ** by xInit. The pAppData pointer is used as the only parameter to
1553 ** xInit and xShutdown.
1556 ** the xInit method, so the xInit method need not be threadsafe. The
1566 ** SQLite will never invoke xInit() more than once without an intervening
1576 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1578 void *pAppData; /* Argument to xInit() and xShutdown() */
5718 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5719 ** (usually only once during the lifetime of the process). ^(The xInit()
5828 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
76584 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 288 milliseconds