Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching full:xinit

941 ** 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 */
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*);