Searched refs:xDlError (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 1526 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
|
| H A D | shell.c | 12085 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 D | sqlite3.c | 1847 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);
|