Home
last modified time | relevance | path

Searched refs:MAX_MSG_LENGTH (Results 1 – 25 of 33) sorted by relevance

12

/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Transport/
H A DSimple.pm19 our $MAX_MSG_LENGTH = 1048544;
61 while ( length($data) > $MAX_MSG_LENGTH ) {
66 sprintf("length::=%08d\n", $MAX_MSG_LENGTH) .
67 substr ($data, 0, $MAX_MSG_LENGTH));
77 $data = substr ($data, $MAX_MSG_LENGTH);
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Transport/
H A DSimple.pm19 our $MAX_MSG_LENGTH = 1048544;
61 while ( length($data) > $MAX_MSG_LENGTH ) {
66 sprintf("length::=%08d\n", $MAX_MSG_LENGTH) .
67 substr ($data, 0, $MAX_MSG_LENGTH));
77 $data = substr ($data, $MAX_MSG_LENGTH);
/dports/games/spring/spring_98.0/rts/System/Platform/
H A DSharedLib.cpp65 const int MAX_MSG_LENGTH = 511; in reportError() local
66 char s_msg[MAX_MSG_LENGTH + 1]; in reportError()
67 SNPRINTF(s_msg, MAX_MSG_LENGTH, "%s:%d: %s: %s", fileName, lineNumber, function, errorMsg); in reportError()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_error.cpp70 #define MAX_MSG_LENGTH 2048 macro
71 static char sMessage[MAX_MSG_LENGTH];
330 if (MAX_MSG_LENGTH-1-len < 2) in ON_FormatMessage()
332 sMessage[MAX_MSG_LENGTH-1] = 0; in ON_FormatMessage()
333 on_vsnprintf(sMessage+len, MAX_MSG_LENGTH-1-len, format, args); in ON_FormatMessage()
H A Dopennurbs_textlog.cpp132 const int MAX_MSG_LENGTH = 2047; in Print() local
133 char s[MAX_MSG_LENGTH+1]; in Print()
140 on_vsnprintf( s, MAX_MSG_LENGTH-1, format, args); in Print()
142 s[MAX_MSG_LENGTH] = 0; in Print()
172 const int MAX_MSG_LENGTH = 2047; in Print() local
173 wchar_t s[MAX_MSG_LENGTH+1]; in Print()
180 on_vsnwprintf( s, MAX_MSG_LENGTH-1, wformat, args); in Print()
182 s[MAX_MSG_LENGTH] = 0; in Print()
H A Dopennurbs_wstring.cpp1872 #define MAX_MSG_LENGTH 2048 in Format() macro
1873 char sMessage[MAX_MSG_LENGTH]; in Format()
1880 on_vsnprintf(sMessage, MAX_MSG_LENGTH-1, sFormat, args); in Format()
1881 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
1897 #define MAX_MSG_LENGTH 2048 in Format() macro
1898 char sMessage[MAX_MSG_LENGTH]; in Format()
1906 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
1922 #define MAX_MSG_LENGTH 2048 in Format() macro
1923 wchar_t sMessage[MAX_MSG_LENGTH]; in Format()
1930 on_vsnwprintf(sMessage, MAX_MSG_LENGTH-1, sFormat, args); in Format()
[all …]
H A Dopennurbs_string.cpp1160 #define MAX_MSG_LENGTH 2048 in Format() macro
1161 char sMessage[MAX_MSG_LENGTH]; in Format()
1168 on_vsnprintf(sMessage, MAX_MSG_LENGTH-1, sFormat, args); in Format()
1169 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
1185 #define MAX_MSG_LENGTH 2048 in Format() macro
1186 char sMessage[MAX_MSG_LENGTH]; in Format()
1193 on_vsnprintf(sMessage, MAX_MSG_LENGTH-1, (const char*)sFormat, args); in Format()
1194 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_error.cpp70 #define MAX_MSG_LENGTH 2048 macro
71 static char sMessage[MAX_MSG_LENGTH];
330 if (MAX_MSG_LENGTH-1-len < 2) in ON_FormatMessage()
332 sMessage[MAX_MSG_LENGTH-1] = 0; in ON_FormatMessage()
333 on_vsnprintf(sMessage+len, MAX_MSG_LENGTH-1-len, format, args); in ON_FormatMessage()
H A Dopennurbs_textlog.cpp109 const int MAX_MSG_LENGTH = 2047; in Print() local
110 char s[MAX_MSG_LENGTH+1]; in Print()
117 on_vsnprintf( s, MAX_MSG_LENGTH-1, format, args); in Print()
119 s[MAX_MSG_LENGTH] = 0; in Print()
149 const int MAX_MSG_LENGTH = 2047; in Print() local
150 wchar_t s[MAX_MSG_LENGTH+1]; in Print()
157 on_vsnwprintf( s, MAX_MSG_LENGTH-1, wformat, args); in Print()
159 s[MAX_MSG_LENGTH] = 0; in Print()
H A Dopennurbs_wstring.cpp1872 #define MAX_MSG_LENGTH 2048 in Format() macro
1873 char sMessage[MAX_MSG_LENGTH]; in Format()
1880 on_vsnprintf(sMessage, MAX_MSG_LENGTH-1, sFormat, args); in Format()
1881 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
1897 #define MAX_MSG_LENGTH 2048 in Format() macro
1898 char sMessage[MAX_MSG_LENGTH]; in Format()
1906 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
1922 #define MAX_MSG_LENGTH 2048 in Format() macro
1923 wchar_t sMessage[MAX_MSG_LENGTH]; in Format()
1930 on_vsnwprintf(sMessage, MAX_MSG_LENGTH-1, sFormat, args); in Format()
[all …]
H A Dopennurbs_string.cpp1160 #define MAX_MSG_LENGTH 2048 in Format() macro
1161 char sMessage[MAX_MSG_LENGTH]; in Format()
1168 on_vsnprintf(sMessage, MAX_MSG_LENGTH-1, sFormat, args); in Format()
1169 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
1185 #define MAX_MSG_LENGTH 2048 in Format() macro
1186 char sMessage[MAX_MSG_LENGTH]; in Format()
1193 on_vsnprintf(sMessage, MAX_MSG_LENGTH-1, (const char*)sFormat, args); in Format()
1194 sMessage[MAX_MSG_LENGTH-1] = 0; in Format()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dssh-pkcs11-helper.c52 #define MAX_MSG_LENGTH 10240 /*XXX*/ macro
220 if (msg_len > MAX_MSG_LENGTH) { in process()
313 buffer_check_alloc(&oqueue, MAX_MSG_LENGTH)) in main()
356 if (buffer_check_alloc(&oqueue, MAX_MSG_LENGTH)) in main()
/dports/www/moodle39/moodle/message/classes/output/messagearea/
H A Dcontact.php47 const MAX_MSG_LENGTH = 60; define in core_message\\output\\messagearea\\contact
154 $contact->lastmessage = shorten_text($this->lastmessage, self::MAX_MSG_LENGTH);
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-pkcs11-helper.c59 #define MAX_MSG_LENGTH 10240 /*XXX*/ macro
268 if (msg_len > MAX_MSG_LENGTH) { in process()
373 (r = sshbuf_check_reserve(oqueue, MAX_MSG_LENGTH)) == 0) in main()
415 if ((r = sshbuf_check_reserve(oqueue, MAX_MSG_LENGTH)) == 0) in main()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-pkcs11-helper.c54 #define MAX_MSG_LENGTH 10240 /*XXX*/ macro
261 if (msg_len > MAX_MSG_LENGTH) { in process()
374 (r = sshbuf_check_reserve(oqueue, MAX_MSG_LENGTH)) == 0) in main()
420 if ((r = sshbuf_check_reserve(oqueue, MAX_MSG_LENGTH)) == 0) in main()
/dports/net-im/uTox/uTox/src/windows/
H A Dnotify.c31 static const uint16_t MAX_MSG_LENGTH = 256 - 1; variable
60 uint16_t msg_len = safe_shrink(msg, msg_length, MAX_MSG_LENGTH); in notify()
/dports/java/jlint/jlint-3.1.2/
H A Djlint.cc176 char msg_buf[MAX_MSG_LENGTH]; in format_message()
177 char his_buf[MAX_MSG_LENGTH]; in format_message()
312 char file_name_buf[MAX_MSG_LENGTH]; in set_class_source_path()
599 char buf[MAX_MSG_LENGTH]; in parse_class_file()
1016 char his_buf[MAX_MSG_LENGTH]; in main()
H A Dtypes.hh115 #define MAX_MSG_LENGTH 1024 macro
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/contrib/mastermind/
H A Dgmm.c48 #define MAX_MSG_LENGTH NEW_INFO_LENGTH macro
361 MPI_Recv(&board[next_row][0], MAX_MSG_LENGTH, MPI_INT, MASTER_RANK, in slave()
577 MPI_Recv(guess, MAX_MSG_LENGTH, MPI_INT, MPI_ANY_SOURCE, in master()
676 MPI_Recv(guess, MAX_MSG_LENGTH, MPI_INT, MPI_ANY_SOURCE, in master()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-commands-search.c125 #define MAX_MSG_LENGTH 40 macro
135 truncated_text = tepl_utils_str_end_truncate (search_text, MAX_MSG_LENGTH); in text_not_found()
H A Dgedit-tab.c754 #define MAX_MSG_LENGTH 100 macro
784 if (len > MAX_MSG_LENGTH) in show_loading_info_bar()
788 str = tepl_utils_str_middle_truncate (name, MAX_MSG_LENGTH); in show_loading_info_bar()
808 MAX (20, MAX_MSG_LENGTH - len)); in show_loading_info_bar()
900 if (len > MAX_MSG_LENGTH) in show_saving_info_bar()
902 from = tepl_utils_str_middle_truncate (short_name, MAX_MSG_LENGTH); in show_saving_info_bar()
916 str = tepl_utils_str_middle_truncate (to, MAX (20, MAX_MSG_LENGTH - len)); in show_saving_info_bar()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-tab.c614 #define MAX_MSG_LENGTH 100 macro
642 if (len > MAX_MSG_LENGTH) in show_loading_message_area()
646 str = pluma_utils_str_middle_truncate (name, MAX_MSG_LENGTH); in show_loading_message_area()
669 MAX (20, MAX_MSG_LENGTH - len)); in show_loading_message_area()
768 if (len > MAX_MSG_LENGTH) in show_saving_message_area()
771 MAX_MSG_LENGTH); in show_saving_message_area()
783 MAX (20, MAX_MSG_LENGTH - len)); in show_saving_message_area()
H A Dpluma-commands-search.c131 #define MAX_MSG_LENGTH 40 macro
138 searched = pluma_utils_str_end_truncate (text, MAX_MSG_LENGTH); in text_not_found()
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-tab.c649 #define MAX_MSG_LENGTH 100 macro
679 if (len > MAX_MSG_LENGTH) in show_loading_info_bar()
683 str = xed_utils_str_middle_truncate (name, MAX_MSG_LENGTH); in show_loading_info_bar()
702 dirname = xed_utils_str_middle_truncate (str, MAX (20, MAX_MSG_LENGTH - len)); in show_loading_info_bar()
791 if (len > MAX_MSG_LENGTH) in show_saving_info_bar()
793 from = xed_utils_str_middle_truncate (short_name, MAX_MSG_LENGTH); in show_saving_info_bar()
807 str = xed_utils_str_middle_truncate (to, MAX (20, MAX_MSG_LENGTH - len)); in show_saving_info_bar()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/can/
H A Disotp.c91 #define MAX_MSG_LENGTH 8200 macro
128 u8 buf[MAX_MSG_LENGTH + 1];
474 if (so->rx.len > MAX_MSG_LENGTH) { in isotp_rcv_ff()
865 if (!size || size > MAX_MSG_LENGTH) in isotp_sendmsg()

12