rpm  5.4.10
Data Fields
_FD_s Struct Reference

The FD_t File Handle data structure. More...

#include <rpmio/rpmio_internal.h>

Collaboration diagram for _FD_s:
Collaboration graph
[legend]

Data Fields

struct rpmioItem_s _item
 
int flags
 
int magic
 
int nfps
 
FDSTACK_t fps [8]
 
void * u
 
void * req
 
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
 
rpmxar xar
 
pgpDig dig
 
FDSTAT_t stats
 
size_t ndigests
 
DIGEST_CTXdigests
 
const char * contentType
 
const char * contentDisposition
 
time_t lastModified
 
int ftpFileDoneNeeded
 
unsigned long long fd_cpioPos
 

Detailed Description

The FD_t File Handle data structure.

Definition at line 59 of file rpmio_internal.h.

Field Documentation

§ _item

struct rpmioItem_s _FD_s::_item

usage mutex and pool identifier.

Definition at line 60 of file rpmio_internal.h.

Referenced by fdGetPool(), and httpOpen().

§ bytesRemain

ssize_t _FD_s::bytesRemain

§ contentDisposition

const char* _FD_s::contentDisposition

Definition at line 102 of file rpmio_internal.h.

Referenced by fdFini(), and XfdNew().

§ contentLength

ssize_t _FD_s::contentLength

§ contentType

const char* _FD_s::contentType

Definition at line 100 of file rpmio_internal.h.

Referenced by fdFini(), and XfdNew().

§ dig

pgpDig _FD_s::dig

Definition at line 92 of file rpmio_internal.h.

Referenced by fdFini(), fdGetDig(), fdSetDig(), and XfdNew().

§ digests

DIGEST_CTX* _FD_s::digests

§ errcookie

const void* _FD_s::errcookie

Definition at line 82 of file rpmio_internal.h.

Referenced by fdSetSyserrno(), Ferror(), getFdErrstr(), and XfdNew().

§ fd_cpioPos

unsigned long long _FD_s::fd_cpioPos

Definition at line 105 of file rpmio_internal.h.

Referenced by fdGetCpioPos(), fdSetCpioPos(), and XfdNew().

§ flags

int _FD_s::flags

Definition at line 61 of file rpmio_internal.h.

Referenced by __fdOpen(), rpmsqlRun(), and XfdNew().

§ fps

FDSTACK_t _FD_s::fps[8]

§ ftpFileDoneNeeded

int _FD_s::ftpFileDoneNeeded

§ lastModified

time_t _FD_s::lastModified

Definition at line 103 of file rpmio_internal.h.

Referenced by Fstat(), and XfdNew().

§ magic

int _FD_s::magic

Definition at line 64 of file rpmio_internal.h.

Referenced by XfdNew().

§ ndigests

size_t _FD_s::ndigests

§ nfps

int _FD_s::nfps

§ oflags

int _FD_s::oflags

Definition at line 86 of file rpmio_internal.h.

Referenced by fdGetOFlags(), fdSetOpen(), and XfdNew().

§ omode

mode_t _FD_s::omode

Definition at line 87 of file rpmio_internal.h.

Referenced by fdGetOMode(), fdSetOpen(), and XfdNew().

§ opath

const char* _FD_s::opath

Definition at line 85 of file rpmio_internal.h.

Referenced by fdFini(), fdGetOPath(), fdSetOpen(), and XfdNew().

§ persist

int _FD_s::persist

Definition at line 77 of file rpmio_internal.h.

Referenced by checkResponse(), Fclose(), ufdClose(), and XfdNew().

§ rd_timeoutsecs

int _FD_s::rd_timeoutsecs

§ req

void* _FD_s::req

§ stats

FDSTAT_t _FD_s::stats

§ syserrno

int _FD_s::syserrno

Definition at line 80 of file rpmio_internal.h.

Referenced by fdFgets(), fdSetSyserrno(), fdstat_exit(), Ferror(), getFdErrstr(), httpResp(), and XfdNew().

§ u

void* _FD_s::u

§ wr_chunked

int _FD_s::wr_chunked

Definition at line 78 of file rpmio_internal.h.

Referenced by checkResponse(), fdbg(), httpReq(), ufdOpen(), and XfdNew().

§ xar

rpmxar _FD_s::xar

Definition at line 90 of file rpmio_internal.h.

Referenced by __fdRead(), fdFini(), fdGetXAR(), fdSetXAR(), and XfdNew().


The documentation for this struct was generated from the following file: