Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h1440 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); member
/third_party/sqlite/src/
Dshell.c4288 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
Dsqlite3.c1750 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/
D0003-3.2-Beta3-1115.patch82475 - 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);