Home
last modified time | relevance | path

Searched refs:ASC_MINIMUMPDUSIZE (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmqrdb/apps/
H A Ddcmqrti.cc139 sprintf(tempstr, "%ld", OFstatic_cast(long, ASC_MINIMUMPDUSIZE)); in main()
191 app.checkValue( cmd.getValueAndCheckMinMax( pdu, ASC_MINIMUMPDUSIZE, ASC_MAXIMUMPDUSIZE ) ); in main()
255 if( maxPDU == 0 || maxPDU < ASC_MINIMUMPDUSIZE || maxPDU > ASC_MAXIMUMPDUSIZE ) in main()
H A Ddcmqrscp.cc262 sprintf(tempstr, "%ld", (long)ASC_MINIMUMPDUSIZE); in main()
495 …x-pdu")) app.checkValue(cmd.getValueAndCheckMinMax(overrideMaxPDU, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
798 if (options.maxPDU_ < ASC_MINIMUMPDUSIZE || options.maxPDU_ > ASC_MAXIMUMPDUSIZE) in main()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/apps/
H A Dtermscu.cc109 sprintf(tempstr, "%ld", OFstatic_cast(long, ASC_MINIMUMPDUSIZE)); in main()
149 …app.checkValue( cmd.getValueAndCheckMinMax( opt_maxReceivePDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIM… in main()
H A Ddcmsend.cc207 …CONVERT_TO_STRING("[n]umber of bytes: integer (" << ASC_MINIMUMPDUSIZE << ".." << ASC_MAXIMUMPDUSI… in main()
336 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxReceivePDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
339 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxSendPDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUMPDU… in main()
H A Ddcmrecv.cc128 …CONVERT_TO_STRING("[n]umber of bytes: integer (" << ASC_MINIMUMPDUSIZE << ".." << ASC_MAXIMUMPDUSI… in main()
219 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxPDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUMPDUSIZE… in main()
H A Dechoscu.cc190 …CONVERT_TO_STRING("[n]umber of bytes: integer (" << ASC_MINIMUMPDUSIZE << ".." << ASC_MAXIMUMPDUSI… in main()
269 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxReceivePDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
H A Dfindscu.cc152 …CONVERT_TO_STRING("[n]umber of bytes: integer (" << ASC_MINIMUMPDUSIZE << ".." << ASC_MAXIMUMPDUSI… in main()
293 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxReceivePDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
H A Dgetscu.cc166 sprintf(tempstr, "%ld", OFstatic_cast(long, ASC_MINIMUMPDUSIZE)); in main()
290 …--max-pdu")) app.checkValue(cmd.getValueAndCheckMinMax(opt_maxPDU, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
H A Dstorescu.cc281 …CONVERT_TO_STRING("[n]umber of bytes: integer (" << ASC_MINIMUMPDUSIZE << ".." << ASC_MAXIMUMPDUSI… in main()
495 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxReceivePDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
499 …app.checkValue(cmd.getValueAndCheckMinMax(opt_maxSendPDULength, ASC_MINIMUMPDUSIZE, ASC_MAXIMUMPDU… in main()
H A Dmovescu.cc329 sprintf(tempstr, "%ld", OFstatic_cast(long, ASC_MINIMUMPDUSIZE)); in main()
517 …--max-pdu")) app.checkValue(cmd.getValueAndCheckMinMax(opt_maxPDU, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
H A Dstorescp.cc292 …CONVERT_TO_STRING("[n]umber of bytes: integer (" << ASC_MINIMUMPDUSIZE << ".." << ASC_MAXIMUMPDUSI… in main()
540 …--max-pdu")) app.checkValue(cmd.getValueAndCheckMinMax(opt_maxPDU, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in main()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomNetworking/
H A DDicomAssociationParameters.cpp462 else if (pdu < ASC_MINIMUMPDUSIZE) in CheckMaximumPduLength()
465 boost::lexical_cast<std::string>(ASC_MINIMUMPDUSIZE)); in CheckMaximumPduLength()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomNetworking/
H A DDicomAssociationParameters.cpp462 else if (pdu < ASC_MINIMUMPDUSIZE) in CheckMaximumPduLength()
465 boost::lexical_cast<std::string>(ASC_MINIMUMPDUSIZE)); in CheckMaximumPduLength()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomNetworking/
H A DDicomAssociationParameters.cpp462 else if (pdu < ASC_MINIMUMPDUSIZE) in CheckMaximumPduLength()
465 boost::lexical_cast<std::string>(ASC_MINIMUMPDUSIZE)); in CheckMaximumPduLength()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomNetworking/
H A DDicomAssociationParameters.cpp462 else if (pdu < ASC_MINIMUMPDUSIZE) in CheckMaximumPduLength()
465 boost::lexical_cast<std::string>(ASC_MINIMUMPDUSIZE)); in CheckMaximumPduLength()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmwlm/apps/
H A Dwlcefs.cc183 sprintf(tempstr, "%ld", OFstatic_cast(long, ASC_MINIMUMPDUSIZE)); in WlmConsoleEngineFileSystem()
317 …ax-pdu") ) app->checkValue(cmd->getValueAndCheckMinMax(opt_maxPDU, ASC_MINIMUMPDUSIZE, ASC_MAXIMUM… in WlmConsoleEngineFileSystem()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/libsrc/
H A Dassoc.cc321 if (maxReceivePDUSize < ASC_MINIMUMPDUSIZE) in ASC_createAssociationParameters()
324 << maxReceivePDUSize << " too small (using " << ASC_MINIMUMPDUSIZE << ")"); in ASC_createAssociationParameters()
325 maxReceivePDUSize = ASC_MINIMUMPDUSIZE; in ASC_createAssociationParameters()
1953 sendLen = ASC_MINIMUMPDUSIZE - 12; in ASC_requestAssociation()
1963 sendLen = ASC_MINIMUMPDUSIZE - 12; in ASC_requestAssociation()
2036 sendLen = ASC_MINIMUMPDUSIZE - 12; in ASC_acknowledgeAssociation()
2046 sendLen = ASC_MINIMUMPDUSIZE - 12; in ASC_acknowledgeAssociation()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/include/dcmtk/dcmnet/
H A Dassoc.h111 #define ASC_MINIMUMPDUSIZE 4096 macro
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpsprt.cc105 else if (maxPDU < ASC_MINIMUMPDUSIZE) in negotiateAssociation()