Home
last modified time | relevance | path

Searched refs:body_data (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/ActiveSync/
H A DMail.php397 $body_data = $this->imapMessage->getMessageBodyData(array(
437 * @param array $body_data @see Horde_ActiveSync_Imap_Message::getMessageBodyData()
473 * @param array $body_data @see Horde_ActiveSync_Imap_Message::getMessageBodyData()
479 protected function _getHtmlPart($html_id, $mime_message, $body_data, $base_part) argument
565 * @param array $body_data The body data array of the source msg.
573 return $this->_msgBody($body_data, $part, $html);
579 * @param array $body_data The body data array of the source msg.
585 protected function _replyText(array $body_data, Horde_Mime_Part $part, $html = false) argument
587 $msg = $this->_msgBody($body_data, $part, $html, true);
599 * @param array $body_data The body data array of the source msg.
[all …]
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dinit.c188 stream_body_data *body_data = (stream_body_data *) data; in stream_body() local
189 SCM port = scm_fdes_to_port (body_data->fdes, body_data->mode, in stream_body()
190 scm_from_locale_string (body_data->name)); in stream_body()
216 stream_body_data body_data; in scm_standard_stream_to_port() local
218 body_data.fdes = fdes; in scm_standard_stream_to_port()
219 body_data.mode = mode; in scm_standard_stream_to_port()
220 body_data.name = name; in scm_standard_stream_to_port()
221 port = scm_internal_catch (SCM_BOOL_T, stream_body, &body_data, in scm_standard_stream_to_port()
308 static void *invoke_main_func(void *body_data);
362 invoke_main_func (void *body_data) in invoke_main_func() argument
[all …]
H A Dthrow.h35 void *body_data,
43 void *body_data,
50 void *body_data,
56 void *body_data,
62 void *body_data,
H A Dthrow.c161 scm_t_catch_body body, void *body_data, in scm_c_catch() argument
203 answer = body (body_data); in scm_c_catch()
214 scm_t_catch_body body, void *body_data, in scm_internal_catch() argument
218 body, body_data, in scm_internal_catch()
260 void *body_data, in scm_c_with_throw_handler() argument
278 answer = (*body) (body_data); in scm_c_with_throw_handler()
328 void *body_data, in scm_internal_stack_catch() argument
335 d.data = body_data; in scm_internal_stack_catch()
351 scm_body_thunk (void *body_data) in scm_body_thunk() argument
387 hbpca_body (void *body_data) in hbpca_body() argument
[all …]
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dinit.c166 stream_body_data *body_data = (stream_body_data *) data; in stream_body() local
167 SCM port = scm_fdes_to_port (body_data->fdes, body_data->mode, SCM_BOOL_F); in stream_body()
191 stream_body_data body_data; in scm_standard_stream_to_port() local
193 body_data.fdes = fdes; in scm_standard_stream_to_port()
194 body_data.mode = mode; in scm_standard_stream_to_port()
195 port = scm_internal_catch (SCM_BOOL_T, stream_body, &body_data, in scm_standard_stream_to_port()
277 static void *invoke_main_func(void *body_data);
336 invoke_main_func (void *body_data) in invoke_main_func() argument
338 struct main_func_closure *closure = (struct main_func_closure *) body_data; in invoke_main_func()
H A Dthrow.c281 scm_i_make_catch_body_closure (scm_t_catch_body body, void *body_data) in scm_i_make_catch_body_closure() argument
284 SCM_NEWSMOB2 (ret, tc16_catch_closure, body, body_data); in scm_i_make_catch_body_closure()
362 scm_t_catch_body body, void *body_data, in scm_c_catch() argument
368 sbody = scm_i_make_catch_body_closure (body, body_data); in scm_c_catch()
383 scm_t_catch_body body, void *body_data, in scm_internal_catch() argument
387 body, body_data, in scm_internal_catch()
396 void *body_data, in scm_c_with_throw_handler() argument
413 sbody = scm_i_make_catch_body_closure (body, body_data); in scm_c_with_throw_handler()
430 scm_body_thunk (void *body_data) in scm_body_thunk() argument
466 hbpca_body (void *body_data) in hbpca_body() argument
[all …]
H A Dthrow.h35 void *body_data);
41 void *body_data,
49 void *body_data,
56 void *body_data,
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Durl_check_body.h23 struct body_data { struct
34 int body_data_init(struct body_data *bd, enum body_type type, int size, ci_membuf_t *err_page); argument
35 void body_data_destroy(struct body_data *body);
36 int body_data_write(struct body_data *body, char *buf, int len, int iseof);
37 int body_data_read(struct body_data *body, char *buf, int len);
/dports/lang/guile/guile-3.0.7/libguile/
H A Dthrow.c106 void *body_data; member
148 SCM thunk = scm_c_make_thunk (catch_data->body, catch_data->body_data); in catch_body()
155 return catch_data->body (catch_data->body_data); in catch_body()
160 scm_t_thunk body, void *body_data, in scm_c_catch() argument
165 { tag, body, body_data, handler, handler_data, pre_unwind_handler, in scm_c_catch()
174 scm_t_thunk body, void *body_data, in scm_internal_catch() argument
178 body, body_data, in scm_internal_catch()
187 void *body_data, in scm_c_with_throw_handler() argument
298 scm_body_thunk (void *body_data) in scm_body_thunk() argument
334 hbpca_body (void *body_data) in hbpca_body() argument
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Ddab_decoder.cpp149 uint8_t *body_data; in DecodeFrame() local
151 mpg_result = mpg123_framedata(handle, &header, &body_data, &body_bytes); in DecodeFrame()
156 …observer->ProcessPAD(body_data, body_bytes - FPAD_LEN - scf_crc_len, false, body_data + body_bytes… in DecodeFrame()
159 if(!CheckCRC(header, body_data, body_bytes)) { in DecodeFrame()
165 ProcessUntouchedStream(header, body_data, body_bytes); in DecodeFrame()
175 void MP2Decoder::ProcessUntouchedStream(const unsigned long& header, const uint8_t *body_data, size… in ProcessUntouchedStream() argument
190 memcpy(&frame[4], body_data, body_bytes); in ProcessUntouchedStream()
195 bool MP2Decoder::CheckCRC(const unsigned long& header, const uint8_t *body_data, const size_t& body… in CheckCRC() argument
211 BitReader br(body_data + CalcCRC::CRCLen, body_bytes - CalcCRC::CRCLen); in CheckCRC()
243 uint16_t crc_stored = (body_data[0] << 8) + body_data[1]; in CheckCRC()
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/
H A Dhttp_client.h539 const json::value& body_data,
544 msg.set_body(body_data);
560 const utf8string& body_data,
566 msg.set_body(body_data, content_type);
582 utf8string&& body_data,
588 msg.set_body(std::move(body_data), content_type);
605 const utf16string& body_data,
611 msg.set_body(body_data, content_type);
626 const utf8string& body_data, in request() argument
643 utf8string&& body_data, in request() argument
[all …]
H A Dhttp_msg.h738 void set_body(const json::value& body_data) in set_body() argument
757 auto length = body_data.size(); in set_body()
771 set_body(concurrency::streams::bytestream::open_istream(body_data), body_data.size()); in set_body()
1168 void set_body(const json::value& body_data) in set_body() argument
1187 auto length = body_data.size(); in set_body()
1203 set_body(concurrency::streams::bytestream::open_istream(body_data), body_data.size()); in set_body()
1404 response.set_body(body_data); in reply()
1420 utf8string&& body_data,
1441 const utf8string& body_data,
1445 response.set_body(body_data, content_type);
[all …]
/dports/www/ulfius/ulfius-2.7.3/src/
H A Du_send_request.c86 body_data->data = o_realloc(body_data->data, body_data->size + realsize + 1); in ulfius_write_body()
92 memcpy(&(body_data->data[body_data->size]), contents, realsize); in ulfius_write_body()
93 body_data->size += realsize; in ulfius_write_body()
94 body_data->data[body_data->size] = 0; in ulfius_write_body()
160 struct _u_body body_data; in ulfius_send_http_request() local
161 body_data.size = 0; in ulfius_send_http_request()
162 body_data.data = NULL; in ulfius_send_http_request()
167 if (body_data.data != NULL && body_data.size > 0) { in ulfius_send_http_request()
174 memcpy(response->binary_body, body_data.data, body_data.size); in ulfius_send_http_request()
177 o_free(body_data.data); in ulfius_send_http_request()
[all …]
/dports/cad/sp2sp/gwave2-20090213/src/
H A Dscwm_guile.c62 scwm_body_apply (void *body_data) in scwm_body_apply() argument
64 struct scwm_body_apply_data *ad = (struct scwm_body_apply_data *) body_data; in scwm_body_apply()
96 void *body_data, in scm_internal_stack_cwdr() argument
104 d.data = body_data; in scm_internal_stack_cwdr()
272 scwm_body_eval_x (void *body_data) in scwm_body_eval_x() argument
274 SCM expr = *(SCM *) body_data; in scwm_body_eval_x()
299 scwm_body_load (void *body_data) in scwm_body_load() argument
301 SCM filename = *(SCM *) body_data; in scwm_body_load()
307 scwm_body_eval_str (void *body_data) in scwm_body_eval_str() argument
309 char *string = (char *) body_data; in scwm_body_eval_str()
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Dlogger-test.c7 static const char body_data[] = variable
159 …t_cmpint (atoi (g_hash_table_lookup (log.response, "Content-Length")), ==, sizeof (body_data) - 1); in do_logger_headers_test()
188 request = g_bytes_new_static (body_data, sizeof (body_data) - 1); in do_logger_body_test()
218 …rt_cmpint (atoi (g_hash_table_lookup (log.request, "Content-Length")), ==, sizeof (body_data) - 1); in do_logger_body_test()
230 …t_cmpint (atoi (g_hash_table_lookup (log.response, "Content-Length")), ==, sizeof (body_data) - 1); in do_logger_body_test()
237 body_data, sizeof (body_data) - 1); in do_logger_body_test()
241 body_data, sizeof (body_data) - 1); in do_logger_body_test()
268 body_data, 64); in do_logger_body_test()
374 body_data, sizeof (body_data) - 1); in do_logger_filters_test()
480 body_data, in server_callback()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/t5562/
H A Dinvoke-with-content-length.pl12 my $body_data;
13 defined read($body_fh, $body_data, $body_size) or die "Cannot read $body_filename: $!";
30 print $out $body_data or die "Cannot write data: $!";
/dports/devel/git-svn/git-2.34.1/t/t5562/
H A Dinvoke-with-content-length.pl12 my $body_data;
13 defined read($body_fh, $body_data, $body_size) or die "Cannot read $body_filename: $!";
25 print $out $body_data or die "Cannot write data: $!";
/dports/devel/git-p4/git-2.34.1/t/t5562/
H A Dinvoke-with-content-length.pl12 my $body_data;
13 defined read($body_fh, $body_data, $body_size) or die "Cannot read $body_filename: $!";
25 print $out $body_data or die "Cannot write data: $!";
/dports/devel/git-gui/git-2.34.1/t/t5562/
H A Dinvoke-with-content-length.pl12 my $body_data;
13 defined read($body_fh, $body_data, $body_size) or die "Cannot read $body_filename: $!";
25 print $out $body_data or die "Cannot write data: $!";
/dports/devel/git/git-2.34.1/t/t5562/
H A Dinvoke-with-content-length.pl12 my $body_data;
13 defined read($body_fh, $body_data, $body_size) or die "Cannot read $body_filename: $!";
25 print $out $body_data or die "Cannot write data: $!";
/dports/devel/git-cvs/git-2.34.1/t/t5562/
H A Dinvoke-with-content-length.pl12 my $body_data;
13 defined read($body_fh, $body_data, $body_size) or die "Cannot read $body_filename: $!";
25 print $out $body_data or die "Cannot write data: $!";
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/ci/
H A Dappend_build_trace_service_spec.rb17 body_data = 'x' * stream_size
22 .execute(body_data)
65 body_data = 'x' * stream_size
70 .execute(body_data)
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dg_basic.c95 SCM body_data; in g_scm_eval_protected() local
99 body_data = scm_list_2 (exp, scm_interaction_environment ()); in g_scm_eval_protected()
101 body_data = scm_list_2 (exp, module_or_state); in g_scm_eval_protected()
106 &body_data, /* body data */ in g_scm_eval_protected()
113 scm_remember_upto_here_2 (body_data, stack); in g_scm_eval_protected()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Dg_basic.c100 SCM body_data; in g_scm_eval_protected() local
104 body_data = scm_list_2 (exp, scm_interaction_environment ()); in g_scm_eval_protected()
106 body_data = scm_list_2 (exp, module_or_state); in g_scm_eval_protected()
111 &body_data, /* body data */ in g_scm_eval_protected()
118 scm_remember_upto_here_2 (body_data, stack); in g_scm_eval_protected()
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dblock.c435 pdu->body_data = data; in coap_add_data_large_internal()
439 pdu->body_data = NULL; in coap_add_data_large_internal()
463 pdu->body_data = data; in coap_add_data_large_internal()
467 pdu->body_data = NULL; in coap_add_data_large_internal()
1331 p->body_data = coap_block_build_body(p->body_data, length, data, in coap_handle_request_put_block()
1366 pdu->body_data = p->body_data->s; in coap_handle_request_put_block()
1567 if (body_data == NULL) in coap_block_build_body()
1588 body_data = new; in coap_block_build_body()
1596 return body_data; in coap_block_build_body()
1765 p->body_data = coap_block_build_body(p->body_data, length, data, in coap_handle_response_get_block()
[all …]

12345678910>>...14