Home | History | Annotate | Download | only in dist

Lines Matching refs:xDlError

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;