/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MessageExchangeDefinition/ |
H A D | gdcmAAssociateACPDU.cxx | 32 PDULength = 0; // len of in AAssociateACPDU() 37 PDULength = (uint32_t)(Size() - 6); in AAssociateACPDU() 65 PDULength = pdulength; in Read() 91 while( curlen + 68 < PDULength ) in Read() 122 assert( curlen + 68 == PDULength ); in Read() 123 assert( PDULength + 4 + 1 + 1 == Size() ); in Read() 133 uint32_t copy = PDULength; in Write() 158 assert( PDULength + 4 + 1 + 1 == Size() ); in Write() 168 ret += sizeof(PDULength); in Size() 187 PDULength = (uint32_t)(Size() - 6); in AddPresentationContextAC() [all …]
|
H A D | gdcmAAssociateACPDU.h | 73 uint32_t PDULength; // len of variable
|
/dports/devel/gdcm/gdcm-3.0.10/Source/MessageExchangeDefinition/ |
H A D | gdcmAAssociateACPDU.cxx | 32 PDULength = 0; // len of in AAssociateACPDU() 37 PDULength = (uint32_t)(Size() - 6); in AAssociateACPDU() 65 PDULength = pdulength; in Read() 91 while( curlen + 68 < PDULength ) in Read() 122 assert( curlen + 68 == PDULength ); in Read() 123 assert( PDULength + 4 + 1 + 1 == Size() ); in Read() 133 uint32_t copy = PDULength; in Write() 158 assert( PDULength + 4 + 1 + 1 == Size() ); in Write() 168 ret += sizeof(PDULength); in Size() 187 PDULength = (uint32_t)(Size() - 6); in AddPresentationContextAC() [all …]
|
H A D | gdcmAAssociateACPDU.h | 73 uint32_t PDULength; // len of variable
|
/dports/comms/snap7/snap7-full-1.4.2/src/core/ |
H A D | s7_peer.cpp | 87 ReqNegotiate->PDULength = SwapWord(PDURequest); in NegotiatePDULength() 98 PDULength = SwapWord(ResNegotiate->PDULength); in NegotiatePDULength()
|
H A D | s7_partner.cpp | 660 if (SwapWord(ResParams->PDULength)>IsoPayload_Size) in PerformFunctionNegotiate() 661 ResParams->PDULength=SwapWord(IsoPayload_Size); in PerformFunctionNegotiate() 663 ResParams->PDULength=ReqParams->PDULength; in PerformFunctionNegotiate() 668 PDULength=SwapWord(ResParams->PDULength); in PerformFunctionNegotiate() 728 MaxSlice=PDULength-sizeof(TS7ReqHeader)-sizeof(TBSendParams)-sizeof(TBsendRequestData)-2; in BlockSend()
|
H A D | s7_peer.h | 50 int PDULength; variable
|
H A D | s7_server.cpp | 809 ReqLen = SwapWord(ReqParams->PDULength); in PerformFunctionNegotiate() 811 ResParams->PDULength = SwapWord(MinPduSize); in PerformFunctionNegotiate() 814 ResParams->PDULength = SwapWord(IsoPayload_Size); in PerformFunctionNegotiate() 816 ResParams->PDULength = ReqParams->PDULength; in PerformFunctionNegotiate() 819 ResParams->PDULength = SwapWord(FServer->ForcePDU); in PerformFunctionNegotiate() 821 FPDULength=SwapWord(ResParams->PDULength); // Stores the value in PerformFunctionNegotiate()
|
H A D | s7_types.h | 383 word PDULength; member 393 word PDULength; member
|
H A D | s7_micro_client.cpp | 88 MaxElements=(PDULength-sizeof(TS7ResHeader23)-sizeof(TResFunReadParams)-4) / WordSize; in opReadArea() 206 MaxElements=(PDULength-RHSize) / WordSize; in opWriteArea() 389 if (IsoSize>PDULength) in opReadMultiVars() 560 if (IsoSize>PDULength) in opWriteMultiVars() 1387 … MaxSlice=PDULength-ResHeaderSize23-sizeof(TResDownloadParams)-sizeof(TResDownloadDataHeader); in opDownload()
|
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/ |
H A D | sync_layer.h | 154 …void gf_sl_depacketize(GF_SLConfig *slConfig, GF_SLHeader *Header, const char *PDU, u32 PDULength,…
|
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/ |
H A D | sync_layer.h | 172 void gf_sl_depacketize(GF_SLConfig *slConfig, GF_SLHeader *Header, const u8 *PDU, u32 PDULength, u3…
|
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/ |
H A D | sync_layer.h | 172 void gf_sl_depacketize(GF_SLConfig *slConfig, GF_SLHeader *Header, const u8 *PDU, u32 PDULength, u3…
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/ |
H A D | dulfsm.cc | 267 unsigned long *PDULength); 284 unsigned long *PDULength); 2105 PDULength; in AA_6_IgnorePDU() local 2115 PDULength = l; in AA_6_IgnorePDU() 2116 while (PDULength > 0 && cond.good()) in AA_6_IgnorePDU() 2122 PDULength -= l; in AA_6_IgnorePDU() 3359 unsigned long *PDULength) in readPDUHead() argument 3380 *PDULength = (*association)->nextPDULength; in readPDUHead() 3386 if ((*PDUType == DUL_TYPEDATA) && (*PDULength > (*association)->maxPDVInput)) in readPDUHead() 3389 …sprintf(buf1, "DUL Illegal PDU Length %ld. Max expected %ld", *PDULength, (*association)->maxPDVI… in readPDUHead()
|
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/odf/ |
H A D | slc.c | 377 void gf_sl_depacketize (GF_SLConfig *slConfig, GF_SLHeader *Header, const u8 *PDU, u32 PDULength, u… in gf_sl_depacketize() argument 385 bs = gf_bs_new(PDU, PDULength, GF_BITSTREAM_READ); in gf_sl_depacketize()
|
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/odf/ |
H A D | slc.c | 377 void gf_sl_depacketize (GF_SLConfig *slConfig, GF_SLHeader *Header, const u8 *PDU, u32 PDULength, u… in gf_sl_depacketize() argument 385 bs = gf_bs_new(PDU, PDULength, GF_BITSTREAM_READ); in gf_sl_depacketize()
|
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/ |
H A D | slc.c | 403 void gf_sl_depacketize(GF_SLConfig *slConfig, GF_SLHeader *Header, const char *PDU, u32 PDULength, … in gf_sl_depacketize() argument 411 bs = gf_bs_new(PDU, PDULength, GF_BITSTREAM_READ); in gf_sl_depacketize()
|
/dports/comms/snap7/snap7-full-1.4.2/examples/cpp/ |
H A D | client.cpp | 438 printf(" PDU Negotiated : %d bytes\n",Client->PDULength()); in CliConnect()
|
H A D | snap7.cpp | 311 int TS7Client::PDULength() in PDULength() function in TS7Client
|
/dports/comms/snap7/snap7-full-1.4.2/examples/cpp_embedded/eClient/ |
H A D | client.cpp | 455 printf(" PDU Negotiated : %d bytes\n", Client->PDULength); in CliConnect()
|
H A D | snap7.cpp | 311 int TS7Client::PDULength() in PDULength() function in TS7Client
|
/dports/comms/snap7/snap7-full-1.4.2/release/Wrappers/c-cpp/ |
H A D | snap7.cpp | 311 int TS7Client::PDULength() in PDULength() function in TS7Client
|
/dports/comms/snap7/snap7-full-1.4.2/LabVIEW/lib_src/ |
H A D | snap7.cpp | 311 int TS7Client::PDULength() in PDULength() function in TS7Client
|
/dports/comms/snap7/snap7-full-1.4.2/examples/pascal/ |
H A D | client.dpr | 439 writeln(' PDU Negotiated : ',Cli.PDULength());
|
/dports/comms/snap7/snap7-full-1.4.2/src/lib/ |
H A D | snap7_libmain.cpp | 533 Negotiated=PSnap7Client(Client)->PDULength; in Cli_GetPduLength()
|