Home
last modified time | relevance | path

Searched refs:xOpen (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dfts3_tokenizer.h93 int (*xOpen)( member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d370 int flags, int *pOutFlags) xOpen;
1371 int function (sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) xOpen;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1472 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, member
7299 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member
H A Dshell.c9145 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags); in apndOpen()
9151 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags); in apndOpen()
H A Dsqlite3.c1785 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, member
7612 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member
25987 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x1087f7f, pFlagsOut); in sqlite3OsOpen()
44501 if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){
100752 rc = pModule->xOpen(pVtab, &pVCur);
184021 int (*xOpen)(
191426 rc = pModule->xOpen(pTokenizer, z, n, &pCsr);
194747 rc = pTab->pMod->xOpen(pTab->pTok, pCsr->zInput, nByte, &pCsr->pCsr);
221418 rc = pRealVfs->xOpen(pRealVfs, zOpen, pFd->pReal, oflags, pOutFlags);
221589 if( pVfs && pVfs->xOpen==rbuVfsOpen ){