Home
last modified time | relevance | path

Searched defs:article_s (Results 1 – 3 of 3) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Darticle.c54 struct article_s { struct
55 int refCount; /* the reference count on this article */
56 char *fname; /* the file name of the article */
57 char *msgid; /* the msgid of the article (INN tells us) */
58 Buffer contents; /* the buffer of the actual on disk stuff */
59 Buffer *nntpBuffers; /* list of buffers for transmisson */
60 MapInfo mapInfo; /* arthandle and mMapping */
61 bool loggedMissing; /* true if article is missing and we logged */
62 bool articleOk; /* true until we know otherwise. */
63 bool inWireFormat; /* true if ->contents is \r\n/dot-escaped */
/dports/news/inn/inn-2.6.4/innfeed/
H A Darticle.c57 struct article_s struct
59 int refCount ; /* the reference count on this article */
60 char *fname ; /* the file name of the article */
61 char *msgid ; /* the msgid of the article (INN tells us) */
62 Buffer contents ; /* the buffer of the actual on disk stuff */
63 Buffer *nntpBuffers ; /* list of buffers for transmisson */
64 MapInfo mapInfo; /* arthandle and mMapping */
65 bool loggedMissing ; /* true if article is missing and we logged */
66 bool articleOk ; /* true until we know otherwise. */
67 bool inWireFormat ; /* true if ->contents is \r\n/dot-escaped */
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Darticle.c57 struct article_s struct
59 int refCount ; /* the reference count on this article */
60 char *fname ; /* the file name of the article */
61 char *msgid ; /* the msgid of the article (INN tells us) */
62 Buffer contents ; /* the buffer of the actual on disk stuff */
63 Buffer *nntpBuffers ; /* list of buffers for transmisson */
64 MapInfo mapInfo; /* arthandle and mMapping */
65 bool loggedMissing ; /* true if article is missing and we logged */
66 bool articleOk ; /* true until we know otherwise. */
67 bool inWireFormat ; /* true if ->contents is \r\n/dot-escaped */