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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h941 ** The xInit method initializes the memory allocator. (For example,
945 ** by xInit. The pAppData pointer is used as the only parameter to
946 ** xInit and xShutdown.
955 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
957 void *pAppData; /* Argument to xInit() and xShutdown() */
5049 ** The xInit() method is called once for each call to [sqlite3_initialize()]
5148 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h1297 ** The xInit method initializes the memory allocator. (For example,
1301 ** by xInit. The pAppData pointer is used as the only parameter to
1302 ** xInit and xShutdown.
1305 ** the xInit method, so the xInit method need not be threadsafe. The
1315 ** SQLite will never invoke xInit() more than once without an intervening
1325 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1327 void *pAppData; /* Argument to xInit() and xShutdown() */
6134 ** [[the xInit() page cache method]]
6135 ** ^(The xInit() metho
6272 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6294 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1847 ** The xInit method initializes the memory allocator. (For example,
1851 ** by xInit. The pAppData pointer is used as the only parameter to
1852 ** xInit and xShutdown.
1855 ** the xInit method, so the xInit method need not be threadsafe. The
1865 ** SQLite will never invoke xInit() more than once without an intervening
1875 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1877 void *pAppData; /* Argument to xInit() and xShutdown() */
6684 ** [[the xInit() page cache method]]
6685 ** ^(The xInit() metho
6822 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6844 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
91967 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1297 ** The xInit method initializes the memory allocator. (For example,
1301 ** by xInit. The pAppData pointer is used as the only parameter to
1302 ** xInit and xShutdown.
1305 ** the xInit method, so the xInit method need not be threadsafe. The
1315 ** SQLite will never invoke xInit() more than once without an intervening
1325 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1327 void *pAppData; /* Argument to xInit() and xShutdown() */
6134 ** [[the xInit() page cache method]]
6135 ** ^(The xInit() metho
6272 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6294 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1847 ** The xInit method initializes the memory allocator. (For example,
1851 ** by xInit. The pAppData pointer is used as the only parameter to
1852 ** xInit and xShutdown.
1855 ** the xInit method, so the xInit method need not be threadsafe. The
1865 ** SQLite will never invoke xInit() more than once without an intervening
1875 int (*xInit)(void*); /* Initialize the memory allocator */ member in struct:sqlite3_mem_methods
1877 void *pAppData; /* Argument to xInit() and xShutdown() */
6684 ** [[the xInit() page cache method]]
6685 ** ^(The xInit() metho
6822 int (*xInit)(void*); member in struct:sqlite3_pcache_methods2
6844 int (*xInit)(void*); member in struct:sqlite3_pcache_methods
91980 sqlite3_auto_extension(void (*xInit)(void)) argument
[all...]

Completed in 358 milliseconds