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