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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h1139 ** The xInit method initializes the memory allocator. (For example,
1143 ** by xInit. The pAppData pointer is used as the only parameter to
1144 ** xInit and xShutdown.
1147 ** the xInit method, so the xInit method need not be threadsafe. The
1157 ** SQLite will never invoke xInit() more than once without an intervening
1167 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1169 void *pAppData; /* Argument to xInit() and xShutdown() */
5389 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5390 ** (usually only once during the lifetime of the process). ^(The xInit()
5499 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1676 ** The xInit method initializes the memory allocator. (For example,
1680 ** by xInit. The pAppData pointer is used as the only parameter to
1681 ** xInit and xShutdown.
1684 ** the xInit method, so the xInit method need not be threadsafe. The
1694 ** SQLite will never invoke xInit() more than once without an intervening
1704 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1706 void *pAppData; /* Argument to xInit() and xShutdown() */
5926 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5927 ** (usually only once during the lifetime of the process). ^(The xInit()
6036 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
84169 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h1139 ** The xInit method initializes the memory allocator. (For example,
1143 ** by xInit. The pAppData pointer is used as the only parameter to
1144 ** xInit and xShutdown.
1147 ** the xInit method, so the xInit method need not be threadsafe. The
1157 ** SQLite will never invoke xInit() more than once without an intervening
1167 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1169 void *pAppData; /* Argument to xInit() and xShutdown() */
5389 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5390 ** (usually only once during the lifetime of the process). ^(The xInit()
5499 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1676 ** The xInit method initializes the memory allocator. (For example,
1680 ** by xInit. The pAppData pointer is used as the only parameter to
1681 ** xInit and xShutdown.
1684 ** the xInit method, so the xInit method need not be threadsafe. The
1694 ** SQLite will never invoke xInit() more than once without an intervening
1704 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1706 void *pAppData; /* Argument to xInit() and xShutdown() */
5926 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5927 ** (usually only once during the lifetime of the process). ^(The xInit()
6036 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
84169 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h1139 ** The xInit method initializes the memory allocator. (For example,
1143 ** by xInit. The pAppData pointer is used as the only parameter to
1144 ** xInit and xShutdown.
1147 ** the xInit method, so the xInit method need not be threadsafe. The
1157 ** SQLite will never invoke xInit() more than once without an intervening
1167 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1169 void *pAppData; /* Argument to xInit() and xShutdown() */
5389 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5390 ** (usually only once during the lifetime of the process). ^(The xInit()
5499 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1676 ** The xInit method initializes the memory allocator. (For example,
1680 ** by xInit. The pAppData pointer is used as the only parameter to
1681 ** xInit and xShutdown.
1684 ** the xInit method, so the xInit method need not be threadsafe. The
1694 ** SQLite will never invoke xInit() more than once without an intervening
1704 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1706 void *pAppData; /* Argument to xInit() and xShutdown() */
5926 ** ^The xInit() method is called once for each call to [sqlite3_initialize()]
5927 ** (usually only once during the lifetime of the process). ^(The xInit()
6036 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
84169 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 916 milliseconds