Searched refs:xDlError (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 1440 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
|
/third_party/sqlite/src/ |
D | shell.c | 4288 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
|
D | sqlite3.c | 1750 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member 24273 pVfs->xDlError(pVfs, nByte, zBufOut); 49260 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); 207636 pRealVfs->xDlError(pRealVfs, nByte, zErrMsg);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82475 - apndDlError, /* xDlError */ 83777 - ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); 87024 + apndDlError, /* xDlError */ 87944 + ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); 120110 - apndDlError, /* xDlError */ 121412 - ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); 124659 + apndDlError, /* xDlError */ 125579 + ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
|