Home
last modified time | relevance | path

Searched refs:xDlError (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1502 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
H A Dshell.c10129 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
17224 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
17379 pNew->xDlError = pRoot->xDlError==0 ? 0 : vfstraceDlError; in vfstrace_register()
H A Dsqlite3.c1821 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
26800 pVfs->xDlError(pVfs, nByte, zBufOut); in sqlite3OsDlError()
54495 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
226550 pRealVfs->xDlError(pRealVfs, nByte, zErrMsg);