Home
last modified time | relevance | path

Searched refs:commandLength (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/ntp/ntp-4.2.8p15/tests/ntpd/
H A Drc_cmdlength.c17 size_t length, commandLength; in test_EvaluateCommandLength() local
24 commandLength = remoteconfig_cmdlength(command1, command1+length); in test_EvaluateCommandLength()
25 TEST_ASSERT_EQUAL(14, commandLength ); in test_EvaluateCommandLength()
28 commandLength = remoteconfig_cmdlength(command2, command2+length); in test_EvaluateCommandLength()
29 TEST_ASSERT_EQUAL(14, commandLength ); in test_EvaluateCommandLength()
32 commandLength = remoteconfig_cmdlength(command3, command3+length); in test_EvaluateCommandLength()
33 TEST_ASSERT_EQUAL(6, commandLength ); in test_EvaluateCommandLength()
36 commandLength = remoteconfig_cmdlength(command4, command4+length); in test_EvaluateCommandLength()
37 TEST_ASSERT_EQUAL(16, commandLength ); in test_EvaluateCommandLength()
/dports/games/egoboo/egoboo-2.8.1/src/enet/
H A Dprotocol.c150 if (command -> header.commandLength < sizeof (ENetProtocolConnect)) in enet_protocol_handle_connect()
248 verifyCommand.header.commandLength = sizeof (ENetProtocolVerifyConnect); in enet_protocol_handle_connect()
380 if (command -> header.commandLength < sizeof (ENetProtocolPing)) in enet_protocol_handle_ping()
387 if (command -> header.commandLength < sizeof (ENetProtocolBandwidthLimit)) in enet_protocol_handle_bandwidth_limit()
421 if (command -> header.commandLength < sizeof (ENetProtocolDisconnect)) in enet_protocol_handle_disconnect()
443 if (command -> header.commandLength < sizeof (ENetProtocolAcknowledge)) in enet_protocol_handle_acknowledge()
629 command -> header.commandLength = ENET_NET_TO_HOST_32 (command -> header.commandLength); in enet_protocol_handle_incoming_commands()
635 currentData += command -> header.commandLength; in enet_protocol_handle_incoming_commands()
877 command -> header.commandLength += buffer -> dataLength; in enet_protocol_send_unreliable_outgoing_commands()
886 command -> header.commandLength = ENET_HOST_TO_NET_32 (command -> header.commandLength); in enet_protocol_send_unreliable_outgoing_commands()
[all …]
H A Dpeer.c54 command.header.commandLength = sizeof (ENetProtocolThrottleConfigure); in enet_peer_throttle_configure()
131 command.header.commandLength = sizeof (ENetProtocolSendFragment); in enet_peer_send()
153 command.header.commandLength = sizeof (ENetProtocolSendReliable); in enet_peer_send()
159 command.header.commandLength = sizeof (ENetProtocolSendUnreliable); in enet_peer_send()
387 command.header.commandLength = sizeof (ENetProtocolPing); in enet_peer_ping()
414 command.header.commandLength = sizeof (ENetProtocolDisconnect); in enet_peer_disconnect_now()
444 command.header.commandLength = sizeof (ENetProtocolDisconnect); in enet_peer_disconnect()
483 peer -> outgoingDataTotal += command -> header.commandLength + length; in enet_peer_queue_outgoing_command()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Ddbms.c99 const int commandLength = ( command != NULL ) ? strlen( command ) : 0; in performUpdate() local
103 assert( ( command == NULL && commandLength == 0 && \ in performUpdate()
105 isReadPtr( command, commandLength ) ); in performUpdate()
113 command == NULL && commandLength == 0 ) || \ in performUpdate()
116 commandLength > 0 && commandLength < MAX_INTLENGTH_SHORT ) ); in performUpdate()
131 commandLength, boundData, in performUpdate()
174 assert( ( command == NULL && commandLength == 0 && \ in performQuery()
177 isReadPtr( command, commandLength ) ); in performQuery()
188 command == NULL && commandLength == 0 ) || \ in performQuery()
193 commandLength > 0 && commandLength < MAX_INTLENGTH_SHORT ) ); in performQuery()
[all …]
H A Dodbc.c576 int currentLength = commandLength;
581 assert( isReadPtr( command, commandLength ) );
584 REQUIRES( commandLength > 0 && commandLength < queryMaxLen && \
585 commandLength < MAX_INTLENGTH_SHORT );
591 memcpy( query, command, commandLength );
1562 isReadPtr( command, commandLength ) ); in performQuery()
1577 commandLength > 0 && commandLength < MAX_INTLENGTH_SHORT ) ); in performQuery()
1728 isReadPtr( command, commandLength ) ); in performUpdate()
1737 commandLength > 0 && commandLength < MAX_INTLENGTH_SHORT ) ); in performUpdate()
1775 command, commandLength ); in performUpdate()
[all …]
H A Dkeyset.h95 IN_BUFFER_OPT( commandLength ) \
98 const int commandLength,
105 IN_BUFFER_OPT( commandLength ) \
108 const int commandLength,
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/util/preprocessor/
H A DTokenizer.java45 private final int commandLength;
52 this.commandLength = command.length();
60 final int len = this.commandLength; in test()
83 final int len = this.commandLength;
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dt10spc.h18 …t10spc() : commandLength(0), m_transfer_length(0), m_phase(0), m_status_code(), m_sense_key(0), m_… in t10spc()
26 virtual void SetCommand( uint8_t *command, int commandLength );
122 int commandLength; variable
H A Dt10spc.cpp10 device.save_item(NAME(commandLength)); in t10_start()
155 commandLength = _commandLength; in SetCommand()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dt10spc.h18 …t10spc() : commandLength(0), m_transfer_length(0), m_phase(0), m_status_code(), m_sense_key(0), m_… in t10spc()
26 virtual void SetCommand( uint8_t *command, int commandLength );
122 int commandLength; variable
H A Dt10spc.cpp10 device.save_item(NAME(commandLength)); in t10_start()
155 commandLength = _commandLength; in SetCommand()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtimepacket.c79 size_t commandLength; in main() local
145 &commandLength, (char *)commandBufferString); in main()
167 commandBuffer, commandLength, in main()
H A Dtpmproxy.c157 uint32_t commandLength; in main() local
219 &commandLength, in main()
221 logAll("Command", commandLength, command); in main()
230 commandLength, in main()
/dports/security/totp-cli/totp-cli-1.1.17/vendor/github.com/yitsushi/go-commander/
H A Dcommand_registry.go25 commandLength := len(fmt.Sprintf("%s %s", name, wrapper.Help.Arguments))
26 if commandLength > c.maximumCommandLength {
27 c.maximumCommandLength = commandLength
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/metadata/scte35/
H A DPrivateCommand.java45 int commandLength, long ptsAdjustment) { in parseFromSection() argument
47 byte[] privateBytes = new byte[commandLength - 4 /* identifier size */]; in parseFromSection()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/scte35/
H A DPrivateCommand.java54 int commandLength, long ptsAdjustment) { in parseFromSection() argument
56 byte[] privateBytes = new byte[commandLength - 4 /* identifier size */]; in parseFromSection()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/scte35/
H A DPrivateCommand.java54 int commandLength, long ptsAdjustment) { in parseFromSection() argument
56 byte[] privateBytes = new byte[commandLength - 4 /* identifier size */]; in parseFromSection()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/scte35/
H A DPrivateCommand.java54 int commandLength, long ptsAdjustment) { in parseFromSection() argument
56 byte[] privateBytes = new byte[commandLength - 4 /* identifier size */]; in parseFromSection()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/scte35/
H A DPrivateCommand.java45 int commandLength, long ptsAdjustment) { in parseFromSection() argument
47 byte[] privateBytes = new byte[commandLength - 4 /* identifier size */]; in parseFromSection()
/dports/devel/svn2git/svn2git-1.0.18/src/
H A DCommandLineParser.cpp342 int commandLength = 0; in usage() local
344 commandLength = qMax(definition.name.length(), commandLength); in usage()
353 for (int i = definition.name.length(); i <= commandLength; i++) in usage()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/Tag/
H A DPath.php53 ($commandLength = self::$commandLengths[$commandLower]) &&
54 count($item) > $commandLength
59 for ($k = 0, $klen = count($item); $k < $klen; $k += $commandLength) {
60 $_item = array_slice($item, $k, $k + $commandLength);
/dports/cad/sumo/sumo-1.2.0/src/traci-server/
H A DTraCIServer.cpp367 int commandStart, commandLength; in checkClientOrdering() local
368 int commandId = readCommandID(commandStart, commandLength); in checkClientOrdering()
789 TraCIServer::readCommandID(int& commandStart, int& commandLength) { in readCommandID() argument
791 commandLength = myInputStorage.readUnsignedByte(); in readCommandID()
792 if (commandLength == 0) { in readCommandID()
793 commandLength = myInputStorage.readInt(); in readCommandID()
808 int commandStart, commandLength; in dispatchCommand() local
809 int commandId = readCommandID(commandStart, commandLength); in dispatchCommand()
952 …ile (myInputStorage.valid_pos() && (int)myInputStorage.position() < commandStart + commandLength) { in dispatchCommand()
956 if ((int)myInputStorage.position() != commandStart + commandLength) { in dispatchCommand()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DDocumentCommand.java309 …public void addCommand(int commandOffset, int commandLength, String commandText, IDocumentListener… in addCommand() argument
310 final Command command= new Command(commandOffset, commandLength, commandText, commandOwner); in addCommand()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompile.c828 int commandLength, objIndex, code; local
917 commandLength = parse.commandSize;
918 if (parse.term == parse.commandStart + commandLength - 1) {
926 commandLength -= 1;
938 TclMin(commandLength, 55));
1067 EnterCmdExtentData(envPtr, currCmdIndex, commandLength,
1125 commandLength = parse.commandSize;
1126 if (parse.term == parse.commandStart + commandLength - 1) {
1134 commandLength -= 1;
1138 LogCompilationInfo(interp, script, parse.commandStart, commandLength);
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkConsole_p.h83 void updateCommandBuffer(int commandLength = -1);

12