HomeSort by: relevance | last modified time | path
    Searched refs:xDlError (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1526 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
shell.c 11642 apndDlError, /* xDlError */
12054 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg);
19200 vfstrace_printf(pInfo, "%s.xDlError(%d)", pInfo->zVfsName, nByte);
19201 pRoot->xDlError(pRoot, nByte, zErrMsg);
19356 pNew->xDlError = pRoot->xDlError==0 ? 0 : vfstraceDlError;
    [all...]
sqlite3.c 1847 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
    [all...]

Completed in 137 milliseconds