Searched refs:xDlError (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 1480 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
|
H A D | shell.c | 9300 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
|
H A D | sqlite3.c | 1793 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member 26301 pVfs->xDlError(pVfs, nByte, zBufOut); in sqlite3OsDlError() 53546 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); 223369 pRealVfs->xDlError(pRealVfs, nByte, zErrMsg);
|