Home
last modified time | relevance | path

Searched refs:body_offset (Results 201 – 225 of 446) sorted by relevance

12345678910>>...18

/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Dmuc-channel.c932 const gchar *from, *to, *body, *body_offset; in salut_muc_channel_received_stanza() local
1006 &body, &body_offset)) in salut_muc_channel_received_stanza()
1021 time (NULL), msgtype, body_offset)); in salut_muc_channel_received_stanza()
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-message.c463 gint64 body_offset, offset; in write_headers_to_stream() local
476 if ((body_offset = g_mime_header_get_offset (body_header)) < 0) in write_headers_to_stream()
482 if (offset < body_offset) { in write_headers_to_stream()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-wasm-0.44.0/src/environ/
H A Ddummy.rs533 body_offset: usize, in define_function_body()
546 .translate(body_bytes, body_offset, &mut func, &mut func_environ)?; in define_function_body()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/writer8/
H A Dskeleton.py112 self.body_offset = self.skeleton.find(b'<body')
134 pos = self.body_offset
/dports/net/py-pyicap/pyicap-1.0b1/
H A Dpyicap.py316 body_offset = len(enc_header_str)
319 enc = enc_header + b', ' + enc_body + str(body_offset).encode('utf-8')
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A DHttpServer.h145 int64_t body_offset; member
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A DHttpServer.h145 int64_t body_offset; member
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A DHttpServer.h145 int64_t body_offset; member
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A DHttpServer.h145 int64_t body_offset; member
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A DHttpServer.h145 int64_t body_offset; member
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A DHttpServer.h145 int64_t body_offset; member
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmxfenc.c295 uint64_t body_offset; member
1385 avio_wb64(pb, mxf->body_offset); in mxf_write_partition()
2010 mxf->index_entries[mxf->edit_units_count].offset = mxf->body_offset; in mxf_write_packet()
2013 mxf->body_offset += KAG_SIZE; // size of system element in mxf_write_packet()
2018 mxf->body_offset - mxf->index_entries[mxf->edit_units_count-1].offset; in mxf_write_packet()
2031 mxf->body_offset += 16+4+pkt->size + klv_fill_size(16+4+pkt->size); in mxf_write_packet()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmxfenc.c295 uint64_t body_offset; member
1385 avio_wb64(pb, mxf->body_offset); in mxf_write_partition()
2010 mxf->index_entries[mxf->edit_units_count].offset = mxf->body_offset; in mxf_write_packet()
2013 mxf->body_offset += KAG_SIZE; // size of system element in mxf_write_packet()
2018 mxf->body_offset - mxf->index_entries[mxf->edit_units_count-1].offset; in mxf_write_packet()
2031 mxf->body_offset += 16+4+pkt->size + klv_fill_size(16+4+pkt->size); in mxf_write_packet()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/
H A Dfunc_environ.rs509 let body_offset = in translate_load_builtin_function_address() localVariable
511 let func_addr = pos.ins().load(pointer_type, mem_flags, base, body_offset); in translate_load_builtin_function_address()
1055 let body_offset = in translate_call() localVariable
1057 let func_addr = pos.ins().load(pointer_type, mem_flags, base, body_offset); in translate_call()
/dports/mail/mailutils/mailutils-3.13/libmailutils/mime/
H A Dmime.c296 mb_offset = mime->body_offset; in _mime_parse_mpart_message()
365 mime->body_offset = mb_offset; in _mime_parse_mpart_message()
371 mime->body_offset = mime->body_length = in _mime_parse_mpart_message()
/dports/www/p5-Feersum/Feersum-1.410/
H A DFeersum.xs232 static bool process_request_headers(struct feer_conn *c, int body_offset);
1200 process_request_headers (struct feer_conn *c, int body_offset) in process_request_headers() argument
1243 trace2("next req follows fd=%d, boff=%d\n",c->fd,body_offset); in process_request_headers()
1245 trace2("body is required fd=%d, boff=%d\n",c->fd,body_offset); in process_request_headers()
1252 from += body_offset; in process_request_headers()
1253 int need = from_len - body_offset; in process_request_headers()
1261 SvCUR_set(req->buf, body_offset); in process_request_headers()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/environ/
H A Ddummy.rs708 body_offset: usize, in define_function_body()
723 body_offset, in define_function_body()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/environ/
H A Ddummy.rs707 body_offset: usize, in define_function_body()
722 body_offset, in define_function_body()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/mxf/
H A Dmxftypes.h120 guint64 body_offset; member

12345678910>>...18