#include <rpmio/rpmio_internal.h>

Data Fields | |
| int | nrefs |
| int | flags |
| int | magic |
| int | nfps |
| FDSTACK_t | fps [8] |
| int | urlType |
| void * | url |
| int | rd_timeoutsecs |
| ssize_t | bytesRemain |
| ssize_t | contentLength |
| int | persist |
| int | wr_chunked |
| int | syserrno |
| const void * | errcookie |
| const char * | opath |
| int | oflags |
| mode_t | omode |
| FDSTAT_t | stats |
| int | ndigests |
| struct _FDDIGEST_s | digests [32] |
| int | ftpFileDoneNeeded |
| unsigned long long | fd_cpioPos |
Definition at line 170 of file rpmio_internal.h.
| ssize_t _FD_s::bytesRemain |
Definition at line 187 of file rpmio_internal.h.
Referenced by __fdRead(), __fdWrite(), fdbg(), fdSeek(), fdSetContentLength(), fdstat_exit(), ftpOpen(), ufdClose(), ufdOpen(), ufdRead(), ufdWrite(), urlConnect(), and XfdNew().
| ssize_t _FD_s::contentLength |
Definition at line 188 of file rpmio_internal.h.
Referenced by checkResponse(), fdSetContentLength(), fdSize(), ftpOpen(), ftpReq(), ufdClose(), ufdOpen(), urlConnect(), and XfdNew().
struct _FDDIGEST_s _FD_s::digests[32] [read] |
Definition at line 205 of file rpmio_internal.h.
Referenced by fdFiniDigest(), fdInitDigest(), fdUpdateDigests(), readFile(), rpmReadPackageFile(), XfdFree(), and XfdNew().
| const void* _FD_s::errcookie |
Definition at line 194 of file rpmio_internal.h.
Referenced by fdSetSyserrno(), Ferror(), getFdErrstr(), and XfdNew().
| unsigned long long _FD_s::fd_cpioPos |
Definition at line 208 of file rpmio_internal.h.
Referenced by fdGetCpioPos(), fdSetCpioPos(), and XfdNew().
| int _FD_s::flags |
Definition at line 179 of file rpmio_internal.h.
Referenced by Fclose(), fdbg(), fdFileno(), fdGetFdno(), fdGetFILE(), fdGetFp(), fdGetIo(), fdPush(), fdSetFdno(), fdSetFp(), fdSetIo(), Ferror(), Fileno(), ftpAbort(), and XfdNew().
Definition at line 207 of file rpmio_internal.h.
Referenced by ftpAbort(), ftpFileDone(), ftpOpen(), ftpReq(), ufdClose(), urlConnect(), and XfdNew().
| int _FD_s::magic |
| int _FD_s::ndigests |
Definition at line 203 of file rpmio_internal.h.
Referenced by __fdRead(), __fdWrite(), fdFiniDigest(), fdInitDigest(), fdUpdateDigests(), readFile(), rpmReadPackageFile(), XfdFree(), and XfdNew().
| int _FD_s::nfps |
Definition at line 178 of file rpmio_internal.h.
Referenced by Fclose(), fdbg(), fdGetFdno(), fdGetFILE(), fdGetFp(), fdGetIo(), fdPop(), fdPush(), fdSetFdno(), fdSetFp(), fdSetIo(), Ferror(), Fileno(), and XfdNew().
| int _FD_s::nrefs |
| int _FD_s::oflags |
Definition at line 198 of file rpmio_internal.h.
Referenced by fdGetOFlags(), fdSetOpen(), and XfdNew().
| mode_t _FD_s::omode |
Definition at line 199 of file rpmio_internal.h.
Referenced by fdGetOMode(), fdSetOpen(), and XfdNew().
| const char* _FD_s::opath |
Definition at line 197 of file rpmio_internal.h.
Referenced by fdGetOPath(), fdSetOpen(), XfdFree(), and XfdNew().
| int _FD_s::persist |
Definition at line 186 of file rpmio_internal.h.
Referenced by fdbg(), fdFgets(), fdGetRdTimeoutSecs(), ftpAbort(), ftpOpen(), ufdOpen(), ufdRead(), urlConnect(), and XfdNew().
Definition at line 201 of file rpmio_internal.h.
Referenced by fdstat_enter(), fdstat_exit(), fdstat_op(), fdstat_print(), rpmReadHeader(), rpmReadPackageFile(), XfdFree(), and XfdNew().
| int _FD_s::syserrno |
Definition at line 192 of file rpmio_internal.h.
Referenced by fdFgets(), fdSetSyserrno(), fdstat_exit(), Ferror(), getFdErrstr(), and XfdNew().
| void* _FD_s::url |
Definition at line 183 of file rpmio_internal.h.
Referenced by ftpOpen(), ftpReq(), ufdClose(), ufdGetUrlinfo(), urlConnect(), and XfdNew().
| int _FD_s::urlType |
Definition at line 190 of file rpmio_internal.h.
Referenced by checkResponse(), fdbg(), ufdOpen(), and XfdNew().
1.5.7.1