Home
last modified time | relevance | path

Searched refs:body_out (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/proto/
H A Dproto_http.c52 char **body_out, size_t *body_used, size_t max_bodylen, in fetch_from_buf_http() argument
121 if (body_out) { in fetch_from_buf_http()
124 *body_out = tor_malloc(bodylen+1); in fetch_from_buf_http()
125 buf_get_bytes(buf, *body_out, bodylen); in fetch_from_buf_http()
126 (*body_out)[bodylen] = 0; /* NUL terminate it */ in fetch_from_buf_http()
H A Dproto_http.h19 char **body_out, size_t *body_used, size_t max_bodylen,
/dports/security/tor/tor-0.4.6.8/src/core/proto/
H A Dproto_http.c52 char **body_out, size_t *body_used, size_t max_bodylen, in fetch_from_buf_http() argument
121 if (body_out) { in fetch_from_buf_http()
124 *body_out = tor_malloc(bodylen+1); in fetch_from_buf_http()
125 buf_get_bytes(buf, *body_out, bodylen); in fetch_from_buf_http()
126 (*body_out)[bodylen] = 0; /* NUL terminate it */ in fetch_from_buf_http()
H A Dproto_http.h19 char **body_out, size_t *body_used, size_t max_bodylen,
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmime_state.c318 MIME_STATE_BODY_OUT body_out; /* body output routine */ member
437 if ((ptr)->body_out) { \
438 (ptr)->body_out((ptr)->app_context, (rec_type), \
496 MIME_STATE_BODY_OUT body_out, in mime_state_alloc() argument
521 state->body_out = body_out; in mime_state_alloc()
1210 static void body_out(void *context, int rec_type, const char *buf, ssize_t len, in body_out() function
1264 body_out, body_end, in main()
H A Dheader_body_checks.c527 static void body_out(void *context, int rec_type, const char *buf, in body_out() function
603 body_out, body_end, in main()
/dports/math/cvc4/CVC4-1.7/src/printer/
H A Dsygus_print_callback.cpp81 std::stringstream body_out; in toStreamSygus() local
82 body_out << sbody; in toStreamSygus()
86 std::string str_body = body_out.str(); in toStreamSygus()
/dports/net/pecl-oauth2/oauth-2.0.7/
H A Dphp_oauth.h209 smart_string body_out; member
285 INIT_smart_string((a)->body_out); \
291 smart_string_free(&(a)->body_out); \
H A Doauth.c707 ADD_DEBUG_INFO(debugInfo, "body_sent", soo->debug_info->body_out, 0);
955 smart_string_append(&soo->debug_info->body_out, payload);
1002 dest = &sdbg->body_out;
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dircache/
H A Ddirserv.c60 const uint8_t **body_out,
553 const uint8_t **body_out, in spooled_resource_lookup_body() argument
585 *body_out = (const uint8_t *)md->body; in spooled_resource_lookup_body()
612 *body_out = (const uint8_t *) signed_descriptor_get_body(sd); in spooled_resource_lookup_body()
H A Dconscache.h66 const uint8_t **body_out,
H A Dconscache.c438 const uint8_t **body_out, in consensus_cache_entry_get_body() argument
455 *body_out = ent->body; in consensus_cache_entry_get_body()
H A Dconsdiffmgr.c1366 uint8_t *body_out = results[i].body; in store_multiple() local
1370 if (body_out && bodylen_out && labels) { in store_multiple()
1378 body_out, in store_multiple()
/dports/security/tor/tor-0.4.6.8/src/feature/dircache/
H A Ddirserv.c60 const uint8_t **body_out,
553 const uint8_t **body_out, in spooled_resource_lookup_body() argument
585 *body_out = (const uint8_t *)md->body; in spooled_resource_lookup_body()
612 *body_out = (const uint8_t *) signed_descriptor_get_body(sd); in spooled_resource_lookup_body()
H A Dconscache.h66 const uint8_t **body_out,
H A Dconscache.c438 const uint8_t **body_out, in consensus_cache_entry_get_body() argument
455 *body_out = ent->body; in consensus_cache_entry_get_body()
H A Dconsdiffmgr.c1366 uint8_t *body_out = results[i].body; in store_multiple() local
1370 if (body_out && bodylen_out && labels) { in store_multiple()
1378 body_out, in store_multiple()
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dweb_response.py751 body_out = self._compressed_body
752 assert body_out is not None
755 self._headers[hdrs.CONTENT_LENGTH] = str(len(body_out))
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dweb_response.py751 body_out = self._compressed_body
752 assert body_out is not None
755 self._headers[hdrs.CONTENT_LENGTH] = str(len(body_out))
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dweb_response.py751 body_out = self._compressed_body
752 assert body_out is not None
755 self._headers[hdrs.CONTENT_LENGTH] = str(len(body_out))
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/mainloop/
H A Dconnection.h252 char **body_out, size_t *body_used,
/dports/security/tor/tor-0.4.6.8/src/core/mainloop/
H A Dconnection.h252 char **body_out, size_t *body_used,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c1219 krb5_data **body_out) in decode_krb5_safe_with_body() argument
1241 *body_out = swb->body; in decode_krb5_safe_with_body()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c1214 krb5_data **body_out) in decode_krb5_safe_with_body() argument
1236 *body_out = swb->body; in decode_krb5_safe_with_body()
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtpengine/
H A Drtpengine.c2385 enum rtpe_operation op, const char *flags_str, str *body_out) in rtpp_function_call() argument
2702 if (body_out) in rtpp_function_call()
2703 *body_out = body; in rtpp_function_call()

12