Home
last modified time | relevance | path

Searched refs:total_read_size (Results 1 – 16 of 16) sorted by relevance

/dports/www/davix/davix-0.7.6/src/fileops/
H A Dhttpiovec.cpp617 dav_ssize_t partial_read_size = 0, total_read_size = 0; in simulateMultiPartRequest() local
619 fillChunks(buffer, tree, total_read_size, partial_read_size); in simulateMultiPartRequest()
620 total_read_size += partial_read_size; in simulateMultiPartRequest()
623 return total_read_size; in simulateMultiPartRequest()
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bgp/
H A DparseBGP.cpp175 int total_read_size = 0; in handleUpEvent() local
192 total_read_size = common_hdr.len; in handleUpEvent()
237 total_read_size += common_hdr.len; in handleUpEvent()
272 return total_read_size; in handleUpEvent()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_IkePacket.c1725 LIST *IkeParsePayloadListEx(void *data, UINT size, UCHAR first_payload, UINT *total_read_size) in IkeParsePayloadListEx() argument
1822 if (total_read_size != NULL) in IkeParsePayloadListEx()
1824 *total_read_size = total; in IkeParsePayloadListEx()
2011 UINT total_read_size; in IkeParseEx() local
2017 &total_read_size); in IkeParseEx()
2021 p->DecryptedPayload->Size = MIN(p->DecryptedPayload->Size, total_read_size); in IkeParseEx()
H A DProto_IkePacket.h560 LIST *IkeParsePayloadListEx(void *data, UINT size, UCHAR first_payload, UINT *total_read_size);
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_IkePacket.c1947 LIST *IkeParsePayloadListEx(void *data, UINT size, UCHAR first_payload, UINT *total_read_size) in IkeParsePayloadListEx() argument
2044 if (total_read_size != NULL) in IkeParsePayloadListEx()
2046 *total_read_size = total; in IkeParsePayloadListEx()
2233 UINT total_read_size; in IkeParseEx() local
2239 &total_read_size); in IkeParseEx()
2243 p->DecryptedPayload->Size = MIN(p->DecryptedPayload->Size, total_read_size); in IkeParseEx()
H A DIPsec_IkePacket.h652 LIST *IkeParsePayloadListEx(void *data, UINT size, UCHAR first_payload, UINT *total_read_size);
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_IkePacket.c1947 LIST *IkeParsePayloadListEx(void *data, UINT size, UCHAR first_payload, UINT *total_read_size) in IkeParsePayloadListEx() argument
2044 if (total_read_size != NULL) in IkeParsePayloadListEx()
2046 *total_read_size = total; in IkeParsePayloadListEx()
2233 UINT total_read_size; in IkeParseEx() local
2239 &total_read_size); in IkeParseEx()
2243 p->DecryptedPayload->Size = MIN(p->DecryptedPayload->Size, total_read_size); in IkeParseEx()
H A DIPsec_IkePacket.h652 LIST *IkeParsePayloadListEx(void *data, UINT size, UCHAR first_payload, UINT *total_read_size);
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMemory.h58 UINT64 total_read_size; member
H A DMemory.c2212 f->total_read_size += (UINT64)read_size; in ReadFifo()
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dsystem_io.C516 dof_id_type total_read_size = 0; in read_parallel_data() local
558 total_read_size += cast_int<dof_id_type>(io_buffer.size()); in read_parallel_data()
647 total_read_size += cast_int<dof_id_type>(io_buffer.size()); in read_parallel_data()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMemory.h152 UINT64 total_read_size; member
H A DMemory.c2512 f->total_read_size += (UINT64)read_size; in ReadFifo()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMemory.h152 UINT64 total_read_size; member
H A DMemory.c2512 f->total_read_size += (UINT64)read_size; in ReadFifo()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmlyreg.h833 u_int32_t total_read_size; member