Home
last modified time | relevance | path

Searched refs:body_offset (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/nix/test/
H A Dtest_sendfile.rs68 let body_offset = 1; in test_sendfile_freebsd()
88 body_offset as off_t, in test_sendfile_freebsd()
100 + &body[body_offset..] in test_sendfile_freebsd()
119 let body_offset = 1; in test_sendfile_dragonfly()
139 body_offset as off_t, in test_sendfile_dragonfly()
149 + &body[body_offset..] in test_sendfile_dragonfly()
168 let body_offset = 1; in test_sendfile_darwin()
188 body_offset as off_t, in test_sendfile_darwin()
198 + &body[body_offset..] in test_sendfile_darwin()
/third_party/libcoap/include/coap3/
H A Dcoap_pdu_internal.h154 size_t body_offset; /**< Holds body data offset */ member
/third_party/nghttp2/src/
H A DHttpServer.h148 int64_t body_offset; member
H A DHttpServer.cc460 body_offset(0),
1101 auto nread = std::min(stream->body_length - stream->body_offset, in file_read_callback()
1106 if (nread == 0 || stream->body_length == stream->body_offset + nread) { in file_read_callback()
1666 while ((nread = pread(fd, p, length, stream->body_offset)) == -1 && in send_data_callback()
1677 stream->body_offset += nread; in send_data_callback()
/third_party/libcoap/src/
H A Dcoap_block.c2596 pdu->body_offset = 0; in coap_handle_request_put_block()
2663 pdu->body_offset = offset; in coap_handle_request_put_block()
2824 pdu->body_offset = 0; in coap_handle_request_put_block()
2832 pdu->body_offset = offset; in coap_handle_request_put_block()
3381 rcvd->body_offset = 0; in coap_handle_response_get_block()
3639 rcvd->body_offset = saved_offset; in coap_handle_response_get_block()
3667 rcvd->body_offset = 0; in coap_handle_response_get_block()
3670 rcvd->body_offset = saved_offset; in coap_handle_response_get_block()
3790 rcvd->body_offset = block.num*chunk; in coap_handle_response_get_block()
H A Dcoap_pdu.c61 pdu->body_offset = 0; in coap_pdu_clear()
826 *offset = pdu->body_offset; in coap_get_data_large()
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c413 uint64_t body_offset; member
905 avio_wb64(pb, mxf->body_offset / mxf->edit_unit_byte_count); in mxf_write_common_fields()
1439 avio_wb64(pb, mxf->body_offset / mxf->edit_unit_byte_count); in mxf_write_generic_sound_common()
1964 avio_wb64(pb, mxf->body_offset); in mxf_write_partition()
2853 klv_encode_ber9_length(pb, mxf->body_offset); in mxf_write_opatom_body_partition()
2875 mxf->index_entries[mxf->edit_units_count].offset = mxf->body_offset; in mxf_write_opatom_packet()
2881 mxf->body_offset += pkt->size; in mxf_write_opatom_packet()
3000 mxf->index_entries[mxf->edit_units_count].offset = mxf->body_offset; in mxf_write_packet()
3003 mxf->body_offset += KAG_SIZE; // size of system element in mxf_write_packet()
3012 mxf->body_offset in mxf_write_packet()
[all...]
H A Dmxfdec.c109 int64_t body_offset; member
780 partition->body_offset = avio_rb64(pb); in mxf_read_partition_pack()
782 if (partition->body_offset < 0) in mxf_read_partition_pack()
1808 if (m < b && mxf->partitions[m].body_offset <= offset) in mxf_absolute_bodysid_offset()
1817 if (last_p && (!last_p->essence_length || last_p->essence_length > (offset - last_p->body_offset))) { in mxf_absolute_bodysid_offset()
1818 *offset_out = last_p->essence_offset + (offset - last_p->body_offset); in mxf_absolute_bodysid_offset()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c505 cfg->afbc.body_offset = surf.afbc.body - surf.afbc.header; in pan_prepare_rt()

Completed in 29 milliseconds