Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sqlite3/
Dshell.c3005 if( pFile==0 || pFile->pMethods==0 || pFile->pMethods->xRead==0 ){ in shell_dbinfo_command()
3008 i = pFile->pMethods->xRead(pFile, aHdr, 100, 0); in shell_dbinfo_command()
3442 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */ in do_meta_command()
3499 xRead = ascii_read_one_field; in do_meta_command()
3501 xRead = csv_read_one_field; in do_meta_command()
3521 while( xRead(&sCtx) ){ in do_meta_command()
3583 char *z = xRead(&sCtx); in do_meta_command()
3606 xRead(&sCtx); in do_meta_command()
Dsqlite3.h746 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
Dsqlite3.c1006 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
19780 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead()
167590 p->rc = pWal->pMethods->xRead(pWal, p->aBuf, p->pgsz, iOff);
168897 rc = p->pReal->pMethods->xRead(p->pReal, zBuf, iAmt, iOfst);
168909 rc = pFd->pMethods->xRead(pFd, zBuf, iAmt, iOfst);
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.h680 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
Dsqlite3.c1233 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); member
14399 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead()