Home
last modified time | relevance | path

Searched refs:temp_stream (Results 1 – 25 of 54) sorted by relevance

123

/dports/textproc/wv/wv-1.2.9/
H A Dlaolareplace.c47 GsfInput *temp_stream; in wvOLEDecode_gsf() local
52 if ((temp_stream = gsf_infile_child_by_name (ole_file, "WordDocument")) == NULL) in wvOLEDecode_gsf()
60 wvStream_gsf_create (mainfd, temp_stream); in wvOLEDecode_gsf()
63 if ((temp_stream = gsf_infile_child_by_name (ole_file, "1Table")) == NULL) in wvOLEDecode_gsf()
71 wvStream_gsf_create (tablefd1, temp_stream); in wvOLEDecode_gsf()
74 if ((temp_stream = gsf_infile_child_by_name (ole_file, "0Table")) == NULL) in wvOLEDecode_gsf()
82 wvStream_gsf_create (tablefd0, temp_stream); in wvOLEDecode_gsf()
86 if ((temp_stream = gsf_infile_child_by_name (ole_file, "Data")) == NULL) in wvOLEDecode_gsf()
94 wvStream_gsf_create (data, temp_stream); in wvOLEDecode_gsf()
97 if ((temp_stream = gsf_infile_child_by_name (ole_file, "\005SummaryInformation")) == NULL) in wvOLEDecode_gsf()
[all …]
/dports/security/seal/SEAL-3.7.2/native/src/seal/
H A Dserialization.cpp274 iostream temp_stream(&safe_buffer); in Save() local
275 temp_stream.exceptions(ios_base::badbit | ios_base::failbit); in Save()
276 save_members(temp_stream); in Save()
300 iostream temp_stream(&safe_buffer); in Save() local
301 temp_stream.exceptions(ios_base::badbit | ios_base::failbit); in Save()
302 save_members(temp_stream); in Save()
395 iostream temp_stream(&safe_buffer); in Load() local
396 temp_stream.exceptions(ios_base::badbit | ios_base::failbit); in Load()
405 load_members(temp_stream, version); in Load()
418 iostream temp_stream(&safe_buffer); in Load() local
[all …]
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-quote-text-plain.c54 GOutputStream *temp_stream; in emqfe_text_plain_format() local
98 temp_stream = camel_filter_output_stream_new (filtered_stream, filter); in emqfe_text_plain_format()
100 G_FILTER_OUTPUT_STREAM (temp_stream), FALSE); in emqfe_text_plain_format()
102 filtered_stream = temp_stream; in emqfe_text_plain_format()
107 temp_stream = camel_filter_output_stream_new ( in emqfe_text_plain_format()
110 G_FILTER_OUTPUT_STREAM (temp_stream), FALSE); in emqfe_text_plain_format()
112 filtered_stream = temp_stream; in emqfe_text_plain_format()
H A De-mail-formatter-quote-text-html.c68 GOutputStream *temp_stream; in emqfe_text_html_format() local
71 temp_stream = camel_filter_output_stream_new ( in emqfe_text_html_format()
74 G_FILTER_OUTPUT_STREAM (temp_stream), FALSE); in emqfe_text_html_format()
76 filtered_stream = temp_stream; in emqfe_text_html_format()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/testing/base/
H A Dthermometer_testing.py38 temp_stream = morse.robot.thermometer
41 o = temp_stream.get()
49 o = temp_stream.get()
55 o = temp_stream.get()
60 o = temp_stream.get()
/dports/mail/mailutils/mailutils-3.13/libmailutils/mailbox/
H A Dbody.c65 rc = mu_stream_copy (body->temp_stream, body->data_stream, 0, NULL); in init_tmp_stream()
71 return mu_stream_seek (body->temp_stream, off, MU_SEEK_SET, NULL); in init_tmp_stream()
86 if (!body->temp_stream) in body_get_transport()
90 rc = mu_temp_stream_create (&body->temp_stream, 0); in body_get_transport()
93 mu_stream_set_buffer (body->temp_stream, mu_buffer_full, 0); in body_get_transport()
99 mu_stream_destroy (&body->temp_stream); in body_get_transport()
106 *pstr = body->temp_stream ? body->temp_stream : body->data_stream; in body_get_transport()
149 if (!str->body->temp_stream) in bstr_write()
302 mu_stream_destroy (&body->temp_stream); in mu_body_set_stream()
406 mu_stream_destroy (&body->temp_stream); in _mu_body_free()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevpdfimg.c98 PCLm_temp_file_t temp_stream; member
1411 stream_puts(pdf_dev->temp_stream.strm, Buffer); in PCLm_downscale_and_print_page()
1414 sflush(pdf_dev->temp_stream.strm); in PCLm_downscale_and_print_page()
1415 stream_pos = gp_ftell(pdf_dev->temp_stream.file); in PCLm_downscale_and_print_page()
1451 pdf_dev->temp_stream.save = pdf_dev->temp_stream.strm; in PCLm_downscale_and_print_page()
1476 if (pdf_dev->temp_stream.save != pdf_dev->temp_stream.strm) in PCLm_downscale_and_print_page()
1477 s_close_filters(&pdf_dev->temp_stream.strm, pdf_dev->temp_stream.save); in PCLm_downscale_and_print_page()
1478 sflush(pdf_dev->temp_stream.strm); in PCLm_downscale_and_print_page()
1576 if (pdf_dev->temp_stream.save != pdf_dev->temp_stream.strm) in PCLm_downscale_and_print_page()
1577 s_close_filters(&pdf_dev->temp_stream.strm, pdf_dev->temp_stream.save); in PCLm_downscale_and_print_page()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevpdfimg.c98 PCLm_temp_file_t temp_stream; member
1411 stream_puts(pdf_dev->temp_stream.strm, Buffer); in PCLm_downscale_and_print_page()
1414 sflush(pdf_dev->temp_stream.strm); in PCLm_downscale_and_print_page()
1415 stream_pos = gp_ftell(pdf_dev->temp_stream.file); in PCLm_downscale_and_print_page()
1451 pdf_dev->temp_stream.save = pdf_dev->temp_stream.strm; in PCLm_downscale_and_print_page()
1476 if (pdf_dev->temp_stream.save != pdf_dev->temp_stream.strm) in PCLm_downscale_and_print_page()
1477 s_close_filters(&pdf_dev->temp_stream.strm, pdf_dev->temp_stream.save); in PCLm_downscale_and_print_page()
1478 sflush(pdf_dev->temp_stream.strm); in PCLm_downscale_and_print_page()
1576 if (pdf_dev->temp_stream.save != pdf_dev->temp_stream.strm) in PCLm_downscale_and_print_page()
1577 s_close_filters(&pdf_dev->temp_stream.strm, pdf_dev->temp_stream.save); in PCLm_downscale_and_print_page()
[all …]
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dsysdeps.c285 FILE *temp_stream; in temp_file_read_stdin() local
296 temp_stream=temp_file_stream(temp); in temp_file_read_stdin()
301 w=fwrite(buf,1,r,temp_stream); in temp_file_read_stdin()
309 if (ferror(temp_stream) || fflush(temp_stream) || in temp_file_read_stdin()
310 ferror(temp_stream) || fseek(temp_stream,0,SEEK_SET)!=0) { in temp_file_read_stdin()
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Dmailbox_mh.c777 lbm_mh_finish_line(struct line_info *li, GMimeStream * temp_stream, in lbm_mh_finish_line() argument
781 if (g_mime_stream_write_string(temp_stream, flag_string) == -1 in lbm_mh_finish_line()
783 || g_mime_stream_write_to_stream(li->line, temp_stream) == -1 in lbm_mh_finish_line()
784 || g_mime_stream_write_string(temp_stream, "\n") == -1) in lbm_mh_finish_line()
803 GMimeStream *temp_stream; in libbalsa_mailbox_mh_sync() local
920 temp_stream = g_mime_stream_fs_new(fd); in libbalsa_mailbox_mh_sync()
942 g_mime_stream_write(temp_stream, tmp, line->len); in libbalsa_mailbox_mh_sync()
951 !lbm_mh_finish_line(&flagged, temp_stream, LibBalsaMailboxMhFlagged) || in libbalsa_mailbox_mh_sync()
953 !lbm_mh_finish_line(&recent, temp_stream, LibBalsaMailboxMhRecent)) { in libbalsa_mailbox_mh_sync()
954 g_object_unref(temp_stream); in libbalsa_mailbox_mh_sync()
[all …]
H A Dmailbox_mbox.c1421 GMimeStream *temp_stream; in libbalsa_mailbox_mbox_sync() local
1520 temp_stream = g_mime_stream_fs_new(i); in libbalsa_mailbox_mbox_sync()
1552 msg_info->status, temp_stream) in libbalsa_mailbox_mbox_sync()
1556 msg_info->x_status, temp_stream) in libbalsa_mailbox_mbox_sync()
1562 temp_stream)) in libbalsa_mailbox_mbox_sync()
1566 msg_info->x_status, temp_stream) in libbalsa_mailbox_mbox_sync()
1572 msg_info->status, temp_stream) in libbalsa_mailbox_mbox_sync()
1576 msg_info->end, temp_stream)) in libbalsa_mailbox_mbox_sync()
1584 g_object_unref(temp_stream); in libbalsa_mailbox_mbox_sync()
1595 g_object_unref(temp_stream); in libbalsa_mailbox_mbox_sync()
[all …]
/dports/mail/mailutils/mailutils-3.13/include/mailutils/sys/
H A Dbody.h36 mu_stream_t temp_stream; /* RW temporary stream (for writing to the body) */ member
H A DMakefile.am63 temp_stream.h\
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-part.c865 GOutputStream *temp_stream; in mime_part_write_to_output_stream_sync() local
869 temp_stream = camel_filter_output_stream_new ( in mime_part_write_to_output_stream_sync()
872 G_FILTER_OUTPUT_STREAM (temp_stream), FALSE); in mime_part_write_to_output_stream_sync()
876 filter_stream = temp_stream; in mime_part_write_to_output_stream_sync()
882 GOutputStream *temp_stream; in mime_part_write_to_output_stream_sync() local
884 temp_stream = camel_filter_output_stream_new ( in mime_part_write_to_output_stream_sync()
887 G_FILTER_OUTPUT_STREAM (temp_stream), FALSE); in mime_part_write_to_output_stream_sync()
891 filter_stream = temp_stream; in mime_part_write_to_output_stream_sync()
H A Dcamel-data-wrapper.c332 GOutputStream *temp_stream; in data_wrapper_decode_to_output_stream_sync() local
337 temp_stream = camel_filter_output_stream_new ( in data_wrapper_decode_to_output_stream_sync()
340 G_FILTER_OUTPUT_STREAM (temp_stream), FALSE); in data_wrapper_decode_to_output_stream_sync()
344 filter_stream = temp_stream; in data_wrapper_decode_to_output_stream_sync()
/dports/mail/mailutils/mailutils-3.13/libmailutils/stream/
H A DMakefile.am43 temp_stream.c\
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dutil.c418 svn_stream_t *temp_stream; in fetch_base_func() local
441 SVN_ERR(svn_stream_open_unique(&temp_stream, filename, NULL, in fetch_base_func()
444 SVN_ERR(svn_stream_copy3(pristine_stream, temp_stream, NULL, NULL, in fetch_base_func()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dutil.c418 svn_stream_t *temp_stream; in fetch_base_func() local
441 SVN_ERR(svn_stream_open_unique(&temp_stream, filename, NULL, in fetch_base_func()
444 SVN_ERR(svn_stream_copy3(pristine_stream, temp_stream, NULL, NULL, in fetch_base_func()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dutil.c418 svn_stream_t *temp_stream; in fetch_base_func() local
441 SVN_ERR(svn_stream_open_unique(&temp_stream, filename, NULL, in fetch_base_func()
444 SVN_ERR(svn_stream_copy3(pristine_stream, temp_stream, NULL, NULL, in fetch_base_func()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dutil.c418 svn_stream_t *temp_stream; in fetch_base_func() local
441 SVN_ERR(svn_stream_open_unique(&temp_stream, filename, NULL, in fetch_base_func()
444 SVN_ERR(svn_stream_copy3(pristine_stream, temp_stream, NULL, NULL, in fetch_base_func()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/dialogs/
H A Ddetaildialoglite.cpp598 QTextStream *temp_stream = nullptr; in updateLocalDatabase() local
639 temp_stream = new QTextStream(&TempFile); in updateLocalDatabase()
642 while (!temp_stream->atEnd()) in updateLocalDatabase()
644 file_line = temp_stream->readLine(); in updateLocalDatabase()
658 delete temp_stream; in updateLocalDatabase()
/dports/mail/mailutils/mailutils-3.13/libmailutils/tests/
H A Dtestsuite.at183 MU_CHECK([temp_stream],[stream],[temp_stream])
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dtac.c431 temp_stream (FILE **fp, char **file_name) in temp_stream() function
505 if (!temp_stream (&fp, &file_name)) in copy_to_temp()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dtac.c431 temp_stream (FILE **fp, char **file_name) in temp_stream() function
505 if (!temp_stream (&fp, &file_name)) in copy_to_temp()
/dports/net/freerdp/freerdp-2.5.0/channels/tsmf/client/
H A Dtsmf_media.c577 TSMF_STREAM* temp_stream = NULL; in tsmf_sample_playback() local
586 temp_stream = (TSMF_STREAM*)ArrayList_GetItem(presentation->stream_list, index); in tsmf_sample_playback()
588 if (temp_stream->major_type == TSMF_MAJOR_TYPE_AUDIO) in tsmf_sample_playback()
593 (UINT64)temp_stream->decoder->GetRunningTime(temp_stream->decoder); in tsmf_sample_playback()

123