Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1526 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
H A Dshell.c12085 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
19239 pRoot->xDlError(pRoot, nByte, zErrMsg); in vfstraceDlError()
19394 pNew->xDlError = pRoot->xDlError==0 ? 0 : vfstraceDlError; in vfstrace_register()
H A Dsqlite3.c1847 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
27555 pVfs->xDlError(pVfs, nByte, zBufOut); in sqlite3OsDlError()
55987 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
231590 pRealVfs->xDlError(pRealVfs, nByte, zErrMsg);