Home
last modified time | relevance | path

Searched refs:strmbuf_size (Results 1 – 16 of 16) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevvec.h165 uint strmbuf_size;\
241 uint strmbuf_size, int open_options);
245 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
246 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c261 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
282 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
308 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
309 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
1009 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevvec.h165 uint strmbuf_size;\
243 uint strmbuf_size, int open_options);
247 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
248 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c271 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
297 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
323 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
324 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
1125 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevvec.h165 uint strmbuf_size;\
243 uint strmbuf_size, int open_options);
247 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
248 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c271 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
297 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
323 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
324 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
1125 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevvec.h167 uint strmbuf_size;\
243 uint strmbuf_size, int open_options);
247 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
248 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c265 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
291 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
317 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
318 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
1048 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevvec.h165 uint strmbuf_size;\
241 uint strmbuf_size, int open_options);
245 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
246 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c261 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
282 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
308 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
309 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
1009 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevvec.h167 uint strmbuf_size;\
243 uint strmbuf_size, int open_options);
247 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
248 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c265 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
291 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
317 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
318 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
1048 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevvec.h159 uint strmbuf_size;\
230 uint strmbuf_size, int open_options));
234 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
235 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c265 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
286 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
312 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
313 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
993 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevvec.h159 uint strmbuf_size;\
230 uint strmbuf_size, int open_options));
234 #define gdev_vector_open_file(vdev, strmbuf_size)\ argument
235 gdev_vector_open_file_bbox(vdev, strmbuf_size, false)
H A Dgdevvec.c265 gdev_vector_open_file_options(gx_device_vector * vdev, uint strmbuf_size, in gdev_vector_open_file_options() argument
286 if ((vdev->strmbuf = gs_alloc_bytes(vdev->v_memory, strmbuf_size, in gdev_vector_open_file_options()
312 vdev->strmbuf_size = strmbuf_size; in gdev_vector_open_file_options()
313 swrite_file(vdev->strm, vdev->file, vdev->strmbuf, strmbuf_size); in gdev_vector_open_file_options()
993 return gdev_vector_open_file_options(vdev, vdev->strmbuf_size, in gdev_vector_put_params()