Home
last modified time | relevance | path

Searched defs:endpoint_s (Results 1 – 11 of 11) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dendpoint.c59 struct endpoint_s { struct
62 unsigned int inBufferIdx; /* where is list we're at. */
64 size_t inMinLen; /* minimum amount to read */
65 size_t inAmtRead; /* amount read so far */
67 void *inClientData; /* callback data */
75 EndpRWCB outProgressCbk; /* callback when done */
76 EndpRWCB outDoneCbk; /* callback when done */
77 void *outClientData; /* callback data */
80 void *workData; /* data for callback */
82 int myFd; /* the file descriptor we're handling */
[all …]
/dports/news/inn/inn-2.6.4/innfeed/
H A Dendpoint.c61 struct endpoint_s struct
67 size_t inMinLen ; /* minimum amount to read */
68 size_t inAmtRead ; /* amount read so far */
70 void *inClientData ; /* callback data */
73 Buffer *outBuffer ; /* list of buffers to write */
77 size_t outAmtWritten ; /* amount written so far */
78 EndpRWCB outProgressCbk ; /* callback when done */
79 EndpRWCB outDoneCbk ; /* callback when done */
80 void *outClientData ; /* callback data */
83 void *workData ; /* data for callback */
[all …]
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dendpoint.c61 struct endpoint_s struct
67 size_t inMinLen ; /* minimum amount to read */
68 size_t inAmtRead ; /* amount read so far */
70 void *inClientData ; /* callback data */
73 Buffer *outBuffer ; /* list of buffers to write */
77 size_t outAmtWritten ; /* amount written so far */
78 EndpRWCB outProgressCbk ; /* callback when done */
79 EndpRWCB outDoneCbk ; /* callback when done */
80 void *outClientData ; /* callback data */
83 void *workData ; /* data for callback */
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxstroke.c192 typedef struct endpoint_s { struct
193 gs_fixed_point p; /* the end of the line */
194 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
195 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxstroke.c192 typedef struct endpoint_s { struct
193 gs_fixed_point p; /* the end of the line */
194 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
195 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxstroke.c207 typedef struct endpoint_s { struct
208 gs_fixed_point p; /* the end of the line */
209 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
210 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxstroke.c207 typedef struct endpoint_s { struct
208 gs_fixed_point p; /* the end of the line */
209 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
210 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxstroke.c223 typedef struct endpoint_s { struct
224 gs_fixed_point p; /* the end of the line */
225 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
226 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxstroke.c223 typedef struct endpoint_s { struct
224 gs_fixed_point p; /* the end of the line */
225 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
226 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxstroke.c219 typedef struct endpoint_s { struct
220 gs_fixed_point p; /* the end of the line */
221 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
222 gs_fixed_point cdelta; /* +/- cap length */
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxstroke.c219 typedef struct endpoint_s { struct
220 gs_fixed_point p; /* the end of the line */
221 gs_fixed_point co, ce; /* ends of the cap, p +/- width */
222 gs_fixed_point cdelta; /* +/- cap length */