Home
last modified time | relevance | path

Searched refs:content_stream (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpclient.c335 GSK_STREAM (request->content_stream), in handle_response_header()
600 GskHttpClientContentStream *content_stream = request->content_stream; in gsk_http_client_raw_write() local
605 GskHttpClientContentStream *content_stream = request->content_stream; in gsk_http_client_raw_write() local
653 GskHttpClientContentStream *content_stream = request->content_stream; in gsk_http_client_raw_write() local
932 request->content_stream = NULL; in gsk_http_client_request()
1005 if (request->content_stream) in gsk_http_client_request_destroy()
1069 if (content_stream->http_client != NULL in gsk_http_client_content_stream_shutdown_read()
1071 || content_stream->http_client->last_request->content_stream == content_stream) in gsk_http_client_content_stream_shutdown_read()
1092 if (content_stream->buffer.size == 0) in gsk_http_client_content_stream_read_fixups()
1103 if (content_stream->buffer.size == 0 in gsk_http_client_content_stream_read_fixups()
[all …]
/dports/graphics/tumble/tumble-0.36/
H A Dpdf_text.c65 struct pdf_obj *content_stream; in pdf_write_text() local
78 content_stream = pdf_new_ind_ref (pdf_page->pdf_file, in pdf_write_text()
84 pdf_set_dict_entry (pdf_page->page_dict, "Contents", content_stream); in pdf_write_text()
86 pdf_write_ind_obj (pdf_page->pdf_file, content_stream); in pdf_write_text()
H A Dtumble_blank.c112 struct pdf_obj *content_stream; in process_blank_image() local
128 content_stream = pdf_new_ind_ref (pdf_page->pdf_file, in process_blank_image()
134 pdf_set_dict_entry (pdf_page->page_dict, "Contents", content_stream); in process_blank_image()
135 pdf_write_ind_obj (pdf_page->pdf_file, content_stream); in process_blank_image()
H A Dpdf_jpeg.c115 struct pdf_obj *content_stream; in pdf_write_jpeg_image() local
177 content_stream = pdf_new_ind_ref (pdf_page->pdf_file, in pdf_write_jpeg_image()
188 pdf_add_array_elem (contents, content_stream); in pdf_write_jpeg_image()
191 pdf_write_ind_obj (pdf_page->pdf_file, content_stream); in pdf_write_jpeg_image()
H A Dpdf_g4.c97 struct pdf_obj *content_stream; in pdf_write_g4_fax_image() local
203 content_stream = pdf_new_ind_ref (pdf_page->pdf_file, in pdf_write_g4_fax_image()
214 pdf_add_array_elem (contents, content_stream); in pdf_write_g4_fax_image()
217 pdf_write_ind_obj (pdf_page->pdf_file, content_stream); in pdf_write_g4_fax_image()
H A Dpdf_png.c137 struct pdf_obj *content_stream; in pdf_write_png_image() local
218 content_stream = pdf_new_ind_ref (pdf_page->pdf_file, in pdf_write_png_image()
229 pdf_add_array_elem (contents, content_stream); in pdf_write_png_image()
232 pdf_write_ind_obj (pdf_page->pdf_file, content_stream); in pdf_write_png_image()
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-attachment.c63 GOutputStream *content_stream = NULL; in emfe_attachment_format() local
241 content_stream = g_memory_output_stream_new_resizable (); in emfe_attachment_format()
258 content_stream, NULL, in emfe_attachment_format()
272 part, content_stream, in emfe_attachment_format()
321 if (!part_too_large && content_stream && e_mail_part_attachment_get_expandable (empa)) { in emfe_attachment_format()
329 G_MEMORY_OUTPUT_STREAM (content_stream)); in emfe_attachment_format()
331 G_MEMORY_OUTPUT_STREAM (content_stream)); in emfe_attachment_format()
358 g_clear_object (&content_stream); in emfe_attachment_format()
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/internal/
H A Dcore.py61 content_stream = a_source.get_content()
62 _seek_at_zero(content_stream)
63 return content_stream
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Ddelta.py53 content_stream = svn.core.svn_stream_from_stringbuf(content_str)
61 svn.delta.tx_send_stream(content_stream, window_handler, baton, pool)
80 content_stream = svn.core.Stream(
90 svn.delta.tx_send_stream(content_stream, window_handler, baton, None)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Ddelta.py53 content_stream = svn.core.svn_stream_from_stringbuf(content_str)
61 svn.delta.tx_send_stream(content_stream, window_handler, baton, pool)
80 content_stream = svn.core.Stream(
90 svn.delta.tx_send_stream(content_stream, window_handler, baton, None)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Ddelta.py53 content_stream = svn.core.svn_stream_from_stringbuf(content_str)
61 svn.delta.tx_send_stream(content_stream, window_handler, baton, pool)
80 content_stream = svn.core.Stream(
90 svn.delta.tx_send_stream(content_stream, window_handler, baton, None)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Ddelta.py53 content_stream = svn.core.svn_stream_from_stringbuf(content_str)
61 svn.delta.tx_send_stream(content_stream, window_handler, baton, pool)
80 content_stream = svn.core.Stream(
90 svn.delta.tx_send_stream(content_stream, window_handler, baton, None)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_formobject.cpp13 CPDF_FormObject::CPDF_FormObject(int32_t content_stream, in CPDF_FormObject() argument
16 : CPDF_PageObject(content_stream), in CPDF_FormObject()
H A Dcpdf_shadingobject.cpp11 CPDF_ShadingObject::CPDF_ShadingObject(int32_t content_stream, in CPDF_ShadingObject() argument
14 : CPDF_PageObject(content_stream), m_pShading(pattern), m_Matrix(matrix) {} in CPDF_ShadingObject()
H A Dcpdf_pageobjectholder.cpp122 int32_t content_stream = pPageObj->GetContentStream(); in RemovePageObject() local
123 if (content_stream >= 0) in RemovePageObject()
124 m_DirtyStreams.insert(content_stream); in RemovePageObject()
H A Dcpdf_pathobject.cpp9 CPDF_PathObject::CPDF_PathObject(int32_t content_stream) in CPDF_PathObject() argument
10 : CPDF_PageObject(content_stream) {} in CPDF_PathObject()
H A Dcpdf_imageobject.cpp17 CPDF_ImageObject::CPDF_ImageObject(int32_t content_stream) in CPDF_ImageObject() argument
18 : CPDF_PageObject(content_stream) {} in CPDF_ImageObject()
H A Dcpdf_pageobject.cpp9 CPDF_PageObject::CPDF_PageObject(int32_t content_stream) in CPDF_PageObject() argument
10 : m_ContentStream(content_stream) {} in CPDF_PageObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_formobject.cpp13 CPDF_FormObject::CPDF_FormObject(int32_t content_stream, in CPDF_FormObject() argument
16 : CPDF_PageObject(content_stream), in CPDF_FormObject()
H A Dcpdf_shadingobject.cpp11 CPDF_ShadingObject::CPDF_ShadingObject(int32_t content_stream, in CPDF_ShadingObject() argument
14 : CPDF_PageObject(content_stream), m_pShading(pattern), m_Matrix(matrix) {} in CPDF_ShadingObject()
H A Dcpdf_pageobjectholder.cpp122 int32_t content_stream = pPageObj->GetContentStream(); in RemovePageObject() local
123 if (content_stream >= 0) in RemovePageObject()
124 m_DirtyStreams.insert(content_stream); in RemovePageObject()
H A Dcpdf_pathobject.cpp9 CPDF_PathObject::CPDF_PathObject(int32_t content_stream) in CPDF_PathObject() argument
10 : CPDF_PageObject(content_stream) {} in CPDF_PathObject()
H A Dcpdf_imageobject.cpp15 CPDF_ImageObject::CPDF_ImageObject(int32_t content_stream) in CPDF_ImageObject() argument
16 : CPDF_PageObject(content_stream) {} in CPDF_ImageObject()
H A Dcpdf_pageobject.cpp9 CPDF_PageObject::CPDF_PageObject(int32_t content_stream) in CPDF_PageObject() argument
10 : m_ContentStream(content_stream) {} in CPDF_PageObject()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/Microsoft365/camel/
H A Dcamel-m365-utils.c322 CamelStream *content_stream; in m365_utils_get_content_stream() local
333 content_stream = camel_stream_mem_new (); in m365_utils_get_content_stream()
364 filter_stream = camel_stream_filter_new (content_stream); in m365_utils_get_content_stream()
388 g_seekable_seek (G_SEEKABLE (content_stream), 0, G_SEEK_SET, NULL, NULL); in m365_utils_get_content_stream()
393 return content_stream; in m365_utils_get_content_stream()
433 CamelStream *content_stream, *filter_stream; in m365_utils_add_file_attachment_content() local
446 content_stream = camel_stream_mem_new (); in m365_utils_add_file_attachment_content()
447 filter_stream = camel_stream_filter_new (content_stream); in m365_utils_add_file_attachment_content()
489 camel_stream_flush (content_stream, cancellable, NULL); in m365_utils_add_file_attachment_content()
491 data = camel_stream_mem_get_byte_array (CAMEL_STREAM_MEM (content_stream)); in m365_utils_add_file_attachment_content()
[all …]

1234