Searched refs:xOpen (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 1148 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member 5280 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member
|
| H A D | sqlite3.c | 1176 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member 5308 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member 15660 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x87f7f, pFlagsOut); in sqlite3OsOpen() 29392 if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){ 72292 rc = pModule->xOpen(pVtab, &pVtabCursor); 123602 int (*xOpen)( 130515 rc = pModule->xOpen(pTokenizer, z, n, &pCsr); 133782 rc = pTab->pMod->xOpen(pTab->pTok, pCsr->zInput, nByte, &pCsr->pCsr);
|