Lines Matching defs:pApi
3534 const sqlite3_api_routines *pApi
3537 SQLITE_EXTENSION_INIT2(pApi);
3648 const sqlite3_api_routines *pApi
3650 SQLITE_EXTENSION_INIT2(pApi);
4502 const sqlite3_api_routines *pApi
4522 SQLITE_EXTENSION_INIT2(pApi);
4822 (sqlite3 *db, char **pzErr, const sqlite3_api_routines *pApi){
4823 SQLITE_EXTENSION_INIT2(pApi);
5198 (sqlite3 *db, char **pzErr, const sqlite3_api_routines *pApi){
5199 SQLITE_EXTENSION_INIT2(pApi);
5593 const sqlite3_api_routines *pApi
5611 SQLITE_EXTENSION_INIT2(pApi);
6251 const sqlite3_api_routines *pApi
6254 SQLITE_EXTENSION_INIT2(pApi);
7125 const sqlite3_api_routines *pApi
7128 SQLITE_EXTENSION_INIT2(pApi);
8162 const sqlite3_api_routines *pApi
8165 SQLITE_EXTENSION_INIT2(pApi);
8687 const sqlite3_api_routines *pApi
8690 SQLITE_EXTENSION_INIT2(pApi);
9351 const sqlite3_api_routines *pApi
9355 SQLITE_EXTENSION_INIT2(pApi);
11607 const sqlite3_api_routines *pApi
11609 SQLITE_EXTENSION_INIT2(pApi);
11727 const sqlite3_api_routines *pApi
11730 SQLITE_EXTENSION_INIT2(pApi);
16463 const sqlite3_api_routines *pApi
23498 * The WHATEVER_INIT( db, pzErrorMsg, pApi ) macro should cause
23499 * the extension's sqlite3_*_init( db, pzErrorMsg, pApi )