Home
last modified time | relevance | path

Searched refs:memory_stream (Results 1 – 25 of 66) sorted by relevance

123

/dports/textproc/wv/wv-1.2.9/
H A Dsupport.c173 str.memory_stream = inner; in wvStream_memory_create()
291 in->stream.memory_stream->current = 0; in wvStream_rewind()
329 return in->stream.memory_stream->current; in wvStream_offset()
347 in->stream.memory_stream->current = in wvStream_offset_from_end()
348 in->stream.memory_stream->size + offset; in wvStream_offset_from_end()
366 return (in->stream.memory_stream->current); in wvStream_tell()
427 wvFree (in->stream.memory_stream->mem); in wvStream_close_stream()
428 wvFree (in->stream.memory_stream); in wvStream_close_stream()
581 in->stream.memory_stream->current +=4; in write_32ubit()
610 in->stream.memory_stream->current+=2; in write_16ubit()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dhfrom_format.c205 VSTREAM *memory_stream; in main() local
214 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0) in main()
216 vstream_swap(VSTREAM_ERR, memory_stream); in main()
219 vstream_swap(memory_stream, VSTREAM_ERR); in main()
220 if (vstream_fclose(memory_stream)) in main()
248 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0) in main()
250 vstream_swap(VSTREAM_ERR, memory_stream); in main()
253 vstream_swap(memory_stream, VSTREAM_ERR); in main()
254 if (vstream_fclose(memory_stream)) in main()
H A Dconfig_known_tcp_ports.c210 VSTREAM *memory_stream; in main() local
220 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0) in main()
222 vstream_swap(VSTREAM_ERR, memory_stream); in main()
224 vstream_swap(memory_stream, VSTREAM_ERR); in main()
225 if (vstream_fclose(memory_stream)) in main()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/tests/mime-filter/
H A Dtest1.c69 GOutputStream *memory_stream; in test_case() local
77 memory_stream = g_memory_output_stream_new_resizable (); in test_case()
78 filter_stream = camel_filter_output_stream_new (memory_stream, filter); in test_case()
92 G_MEMORY_OUTPUT_STREAM (memory_stream)); in test_case()
94 G_MEMORY_OUTPUT_STREAM (memory_stream)); in test_case()
108 check_unref (memory_stream, 1); in test_case()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgmemoryinputstream.c295 GMemoryInputStream *memory_stream; in g_memory_input_stream_read() local
302 memory_stream = G_MEMORY_INPUT_STREAM (stream); in g_memory_input_stream_read()
303 priv = memory_stream->priv; in g_memory_input_stream_read()
348 GMemoryInputStream *memory_stream; in g_memory_input_stream_skip() local
351 memory_stream = G_MEMORY_INPUT_STREAM (stream); in g_memory_input_stream_skip()
352 priv = memory_stream->priv; in g_memory_input_stream_skip()
427 GMemoryInputStream *memory_stream; in g_memory_input_stream_tell() local
430 memory_stream = G_MEMORY_INPUT_STREAM (seekable); in g_memory_input_stream_tell()
431 priv = memory_stream->priv; in g_memory_input_stream_tell()
449 GMemoryInputStream *memory_stream; in g_memory_input_stream_seek() local
[all …]
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/http2/
H A Dsoup-body-input-stream-http2.c119 SoupBodyInputStreamHttp2 *memory_stream; in soup_body_input_stream_http2_read_real() local
127 memory_stream = SOUP_BODY_INPUT_STREAM_HTTP2 (stream); in soup_body_input_stream_http2_read_real()
128 priv = soup_body_input_stream_http2_get_instance_private (memory_stream); in soup_body_input_stream_http2_read_real()
182 g_signal_emit (memory_stream, signals[NEED_MORE_DATA], 0, in soup_body_input_stream_http2_read_real()
214 SoupBodyInputStreamHttp2 *memory_stream = SOUP_BODY_INPUT_STREAM_HTTP2 (stream); in soup_body_input_stream_http2_read_nonblocking() local
215 …yInputStreamHttp2Private *priv = soup_body_input_stream_http2_get_instance_private (memory_stream); in soup_body_input_stream_http2_read_nonblocking()
248 SoupBodyInputStreamHttp2 *memory_stream; in soup_body_input_stream_http2_skip() local
251 memory_stream = SOUP_BODY_INPUT_STREAM_HTTP2 (stream); in soup_body_input_stream_http2_skip()
252 priv = soup_body_input_stream_http2_get_instance_private (memory_stream); in soup_body_input_stream_http2_skip()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dfind_inet.c204 VSTREAM *memory_stream; in main() local
220 if ((memory_stream = vstream_memopen(msg_buf, O_WRONLY)) == 0) in main()
222 vstream_swap(VSTREAM_ERR, memory_stream); in main()
225 vstream_swap(memory_stream, VSTREAM_ERR); in main()
226 if (vstream_fclose(memory_stream)) in main()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Tests/Http/
H A DHttpTest.cpp110 NPT_MemoryStreamReference memory_stream(new NPT_MemoryStream()); in Test1() local
111 NPT_OutputStreamReference output_stream(memory_stream); in Test1()
118 size = memory_stream->GetDataSize(); in Test1()
257 NPT_MemoryStreamReference memory_stream(new NPT_MemoryStream()); in Test3() local
258 NPT_OutputStreamReference output_stream(memory_stream); in Test3()
269 size = memory_stream->GetDataSize(); in Test3()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Tests/Http/
H A DHttpTest.cpp110 NPT_MemoryStreamReference memory_stream(new NPT_MemoryStream()); in Test1() local
111 NPT_OutputStreamReference output_stream(memory_stream); in Test1()
118 size = memory_stream->GetDataSize(); in Test1()
257 NPT_MemoryStreamReference memory_stream(new NPT_MemoryStream()); in Test3() local
258 NPT_OutputStreamReference output_stream(memory_stream); in Test3()
269 size = memory_stream->GetDataSize(); in Test3()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/common/
H A Dserialized_recording.cc145 SkDynamicMemoryWStream memory_stream; in RecordToBuffer() local
146 if (!SerializeSkPicture(skp, tracker, &memory_stream)) in RecordToBuffer()
153 sk_sp<SkData> data = memory_stream.detachAsData(); in RecordToBuffer()
/dports/graphics/qgis/qgis-3.22.3/external/laz-perf/
H A Dstreams.hpp36 struct memory_stream { struct
37 memory_stream(const char *buf, std::streamsize len) : in memory_stream() function
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/
H A Dbody_fh.t22 sub memory_stream :Local {
23 my $response = 'Hello memory_stream';
71 ok(my $env = req_to_psgi(GET '/root/memory_stream'));
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-data-wrapper.c136 CamelStream *memory_stream; in data_wrapper_write_to_stream_sync() local
147 memory_stream = camel_stream_mem_new (); in data_wrapper_write_to_stream_sync()
151 CAMEL_STREAM_MEM (memory_stream), in data_wrapper_write_to_stream_sync()
155 memory_stream, stream, cancellable, error); in data_wrapper_write_to_stream_sync()
157 g_object_unref (memory_stream); in data_wrapper_write_to_stream_sync()
211 CamelStream *memory_stream; in data_wrapper_construct_from_stream_sync() local
232 memory_stream = camel_stream_mem_new (); in data_wrapper_construct_from_stream_sync()
236 CAMEL_STREAM_MEM (memory_stream), in data_wrapper_construct_from_stream_sync()
241 stream, memory_stream, cancellable, error); in data_wrapper_construct_from_stream_sync()
243 g_object_unref (memory_stream); in data_wrapper_construct_from_stream_sync()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/ms/omssa/
H A Dmsmerge.cpp66 CConn_MemoryStream memory_stream; in BEGIN_SCOPE() local
69 CObjectOStreamAsnBinary omemorystream(memory_stream); in BEGIN_SCOPE()
74 CObjectIStreamAsnBinary imemorystream(memory_stream); in BEGIN_SCOPE()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/plugins/imageformats/jp2/
H A Dqjp2handler.cpp861 jas_stream_t * memory_stream = jas_stream_memopen(0, -1); in write() local
865 jas_image_encode(jasper_image, memory_stream, fmtid, str); in write()
867 jas_stream_flush(memory_stream); in write()
873 …char *buffer = reinterpret_cast<char *>(reinterpret_cast<jas_stream_memobj_t*>(memory_stream->obj_… in write()
874 qint64 length = jas_stream_length(memory_stream); in write()
877 jas_stream_close(memory_stream); in write()
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A Djpge.cpp977 class memory_stream : public output_stream class
979 memory_stream(const memory_stream &);
980 memory_stream &operator= (const memory_stream &);
986memory_stream(void *pBuf, uint buf_size) : m_pBuf(static_cast<uint8*>(pBuf)), m_buf_size(buf_size)… in memory_stream() function in jpge::memory_stream
988 virtual ~memory_stream() { } in ~memory_stream()
1011 memory_stream dst_stream(pDstBuf, buf_size); in compress_image_to_jpeg_file_in_memory()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/jpge/
H A Djpge.cpp1015 class memory_stream : public output_stream class
1017 memory_stream(const memory_stream&);
1018 memory_stream& operator= (const memory_stream&);
1024memory_stream(void* pBuf, uint buf_size) : m_pBuf(static_cast<uint8*>(pBuf)), m_buf_size(buf_size)… in memory_stream() function in jpge::memory_stream
1026 virtual ~memory_stream() { } in ~memory_stream()
1049 memory_stream dst_stream(pDstBuf, buf_size); in compress_image_to_jpeg_file_in_memory()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/jpge/
H A Djpge.cpp1015 class memory_stream : public output_stream class
1017 memory_stream(const memory_stream&);
1018 memory_stream& operator= (const memory_stream&);
1024memory_stream(void* pBuf, uint buf_size) : m_pBuf(static_cast<uint8*>(pBuf)), m_buf_size(buf_size)… in memory_stream() function in jpge::memory_stream
1026 virtual ~memory_stream() { } in ~memory_stream()
1049 memory_stream dst_stream(pDstBuf, buf_size); in compress_image_to_jpeg_file_in_memory()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/jpge/
H A Djpge.cpp1015 class memory_stream : public output_stream class
1017 memory_stream(const memory_stream&);
1018 memory_stream& operator= (const memory_stream&);
1024memory_stream(void* pBuf, uint buf_size) : m_pBuf(static_cast<uint8*>(pBuf)), m_buf_size(buf_size)… in memory_stream() function in jpge::memory_stream
1026 virtual ~memory_stream() { } in ~memory_stream()
1049 memory_stream dst_stream(pDstBuf, buf_size); in compress_image_to_jpeg_file_in_memory()
/dports/mail/mailutils/mailutils-3.13/libmailutils/stream/
H A DMakefile.am27 memory_stream.c\
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dcloud_secure_connection_config.cpp242 json::MemoryStream memory_stream(contents.c_str(), contents.size()); in load()
243 json::AutoUTFMemoryInputStream auto_utf_stream(memory_stream); in load()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DFactory.cpp499 StreamMemory* memory_stream = new StreamMemory((const byte*) string.CString(), string.Length()); in InstanceStyleSheetString() local
500 StyleSheet* style_sheet = InstanceStyleSheetStream(memory_stream); in InstanceStyleSheetString()
501 memory_stream->RemoveReference(); in InstanceStyleSheetString()
/dports/mail/mailutils/mailutils-3.13/include/mailutils/sys/
H A DMakefile.am44 memory_stream.h\
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/samples/formats/png/
H A DMakefile39 $(LIBRETRO_COMM_DIR)/streams/memory_stream.c \
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/samples/formats/png/
H A DMakefile39 $(LIBRETRO_COMM_DIR)/streams/memory_stream.c \

123