Home
last modified time | relevance | path

Searched refs:wlength (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/impl/
H A Derror_code.ipp66 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
69 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
74 if (wlength && wmsg[wlength - 1] == '\n')
75 --wlength;
76 if (wlength && wmsg[wlength - 1] == '\r')
77 --wlength;
78 if (wlength)
80 std::string msg(wlength * 2, char());
82 wmsg.c_str(), static_cast<int>(wlength),
83 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/databases/galera/galera-release_25.3.35/asio/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
54 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
59 if (wlength && wmsg[wlength - 1] == '\n')
60 --wlength;
61 if (wlength && wmsg[wlength - 1] == '\r')
62 --wlength;
63 if (wlength)
65 std::string msg(wlength * 2, char());
67 wmsg.c_str(), static_cast<int>(wlength),
68 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/databases/galera26/galera-release_26.4.10/asio/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
54 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
59 if (wlength && wmsg[wlength - 1] == '\n')
60 --wlength;
61 if (wlength && wmsg[wlength - 1] == '\r')
62 --wlength;
63 if (wlength)
65 std::string msg(wlength * 2, char());
67 wmsg.c_str(), static_cast<int>(wlength),
68 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/net/ktnef/ktnef-21.12.3/src/
H A Dlzfu.cpp66 unsigned int wlength = 0; in lzfu_decompress() local
76 wlength = LZFU_INITLENGTH; in lzfu_decompress()
120 …out, "block : offset=%.4d [%d], length=%.2d (0x%04X)\n", OFFSET(blkhdr), wlength, LENGTH(blkhdr), … in lzfu_decompress()
131 window[wlength] = c1; in lzfu_decompress()
132 wlength = (wlength + 1) % 4096; in lzfu_decompress()
162 window[wlength] = c; in lzfu_decompress()
163 wlength = (wlength + 1) % 4096; in lzfu_decompress()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmf_iocache_encr.cc88 uint elength, wlength, length; in my_b_encr_read() local
94 wlength= crypt_data->block_length; in my_b_encr_read()
96 wlength= crypt_data->last_block_length; in my_b_encr_read()
98 if (mysql_file_read(info->file, wbuffer, wlength, info->myflags | MY_NABP)) in my_b_encr_read()
104 elength= wlength - (uint)(ebuffer - wbuffer); in my_b_encr_read()
132 if (wlength < crypt_data->block_length && pos_in_file < info->end_of_file) in my_b_encr_read()
185 uint elength, wlength; in my_b_encr_write() local
199 wlength= elength + (uint)(ebuffer - wbuffer); in my_b_encr_write()
209 crypt_data->block_length= wlength; in my_b_encr_write()
215 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmf_iocache_encr.cc88 uint elength, wlength, length; in my_b_encr_read() local
94 wlength= crypt_data->block_length; in my_b_encr_read()
96 wlength= crypt_data->last_block_length; in my_b_encr_read()
98 if (mysql_file_read(info->file, wbuffer, wlength, info->myflags | MY_NABP)) in my_b_encr_read()
104 elength= wlength - (uint)(ebuffer - wbuffer); in my_b_encr_read()
132 if (wlength < crypt_data->block_length && pos_in_file < info->end_of_file) in my_b_encr_read()
185 uint elength, wlength; in my_b_encr_write() local
199 wlength= elength + (uint)(ebuffer - wbuffer); in my_b_encr_write()
209 crypt_data->block_length= wlength; in my_b_encr_write()
215 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmf_iocache_encr.cc88 uint elength, wlength, length; in my_b_encr_read() local
94 wlength= crypt_data->block_length; in my_b_encr_read()
96 wlength= crypt_data->last_block_length; in my_b_encr_read()
98 if (mysql_file_read(info->file, wbuffer, wlength, info->myflags | MY_NABP)) in my_b_encr_read()
104 elength= wlength - (uint)(ebuffer - wbuffer); in my_b_encr_read()
132 if (wlength < crypt_data->block_length && pos_in_file < info->end_of_file) in my_b_encr_read()
185 uint elength, wlength; in my_b_encr_write() local
199 wlength= elength + (uint)(ebuffer - wbuffer); in my_b_encr_write()
209 crypt_data->block_length= wlength; in my_b_encr_write()
215 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmf_iocache_encr.cc88 uint elength, wlength, length; in my_b_encr_read() local
94 wlength= crypt_data->block_length; in my_b_encr_read()
96 wlength= crypt_data->last_block_length; in my_b_encr_read()
98 if (mysql_file_read(info->file, wbuffer, wlength, info->myflags | MY_NABP)) in my_b_encr_read()
104 elength= wlength - (uint)(ebuffer - wbuffer); in my_b_encr_read()
132 if (wlength < crypt_data->block_length && pos_in_file < info->end_of_file) in my_b_encr_read()
185 uint elength, wlength; in my_b_encr_write() local
199 wlength= elength + (uint)(ebuffer - wbuffer); in my_b_encr_write()
209 crypt_data->block_length= wlength; in my_b_encr_write()
215 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmf_iocache_encr.cc88 uint elength, wlength, length;
94 wlength= crypt_data->block_length;
96 wlength= crypt_data->last_block_length;
98 if (mysql_file_read(info->file, wbuffer, wlength, info->myflags | MY_NABP))
104 elength= wlength - (uint)(ebuffer - wbuffer);
132 if (wlength < crypt_data->block_length && pos_in_file < info->end_of_file)
185 uint elength, wlength;
199 wlength= elength + (uint)(ebuffer - wbuffer);
209 crypt_data->block_length= wlength;
215 crypt_data->last_block_length= wlength;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmf_iocache_encr.cc88 uint elength, wlength, length; in my_b_encr_read() local
94 wlength= crypt_data->block_length; in my_b_encr_read()
96 wlength= crypt_data->last_block_length; in my_b_encr_read()
98 if (mysql_file_read(info->file, wbuffer, wlength, info->myflags | MY_NABP)) in my_b_encr_read()
104 elength= wlength - (uint)(ebuffer - wbuffer); in my_b_encr_read()
132 if (wlength < crypt_data->block_length && pos_in_file < info->end_of_file) in my_b_encr_read()
185 uint elength, wlength; in my_b_encr_write() local
199 wlength= elength + (uint)(ebuffer - wbuffer); in my_b_encr_write()
209 crypt_data->block_length= wlength; in my_b_encr_write()
215 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmProcessOutput.cxx145 const int wlength = in DoDecodeText() local
147 auto wdata = cm::make_unique<wchar_t[]>(wlength); in DoDecodeText()
149 wdata.get(), wlength); in DoDecodeText()
153 if ((wlength >= 2 && wdata[wlength - 2] != wdata[wlength - 1]) || in DoDecodeText()
154 wlength >= 1) { in DoDecodeText()
155 *lastChar = wdata[wlength - 1]; in DoDecodeText()
158 int length = WideCharToMultiByte(defaultCodepage, 0, wdata.get(), wlength, in DoDecodeText()
161 r = WideCharToMultiByte(defaultCodepage, 0, wdata.get(), wlength, in DoDecodeText()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmProcessOutput.cxx145 const int wlength = in DoDecodeText() local
147 auto wdata = cm::make_unique<wchar_t[]>(wlength); in DoDecodeText()
149 wdata.get(), wlength); in DoDecodeText()
153 if ((wlength >= 2 && wdata[wlength - 2] != wdata[wlength - 1]) || in DoDecodeText()
154 wlength >= 1) { in DoDecodeText()
155 *lastChar = wdata[wlength - 1]; in DoDecodeText()
158 int length = WideCharToMultiByte(defaultCodepage, 0, wdata.get(), wlength, in DoDecodeText()
161 r = WideCharToMultiByte(defaultCodepage, 0, wdata.get(), wlength, in DoDecodeText()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmProcessOutput.cxx145 const int wlength = in DoDecodeText() local
147 auto wdata = cm::make_unique<wchar_t[]>(wlength); in DoDecodeText()
149 wdata.get(), wlength); in DoDecodeText()
153 if ((wlength >= 2 && wdata[wlength - 2] != wdata[wlength - 1]) || in DoDecodeText()
154 wlength >= 1) { in DoDecodeText()
155 *lastChar = wdata[wlength - 1]; in DoDecodeText()
158 int length = WideCharToMultiByte(defaultCodepage, 0, wdata.get(), wlength, in DoDecodeText()
161 r = WideCharToMultiByte(defaultCodepage, 0, wdata.get(), wlength, in DoDecodeText()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dmf_iocache_encr.cc124 uint elength, wlength; in my_b_encr_read() local
131 wlength= crypt_data->block_length; in my_b_encr_read()
133 wlength= crypt_data->last_block_length; in my_b_encr_read()
135 if (mysql_file_read(info->file, wbuffer, wlength, in my_b_encr_read()
142 elength= wlength - (ebuffer - wbuffer); in my_b_encr_read()
232 uint wlength; in my_b_encr_write() local
248 wlength= elength + ebuffer - wbuffer; in my_b_encr_write()
257 crypt_data->block_length == wlength); in my_b_encr_write()
259 crypt_data->block_length= wlength; in my_b_encr_write()
267 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dmf_iocache_encr.cc124 uint elength, wlength; in my_b_encr_read() local
131 wlength= crypt_data->block_length; in my_b_encr_read()
133 wlength= crypt_data->last_block_length; in my_b_encr_read()
135 if (mysql_file_read(info->file, wbuffer, wlength, in my_b_encr_read()
142 elength= wlength - (ebuffer - wbuffer); in my_b_encr_read()
232 uint wlength; in my_b_encr_write() local
248 wlength= elength + ebuffer - wbuffer; in my_b_encr_write()
257 crypt_data->block_length == wlength); in my_b_encr_write()
259 crypt_data->block_length= wlength; in my_b_encr_write()
267 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dmf_iocache_encr.cc124 uint elength, wlength; in my_b_encr_read() local
131 wlength= crypt_data->block_length; in my_b_encr_read()
133 wlength= crypt_data->last_block_length; in my_b_encr_read()
135 if (mysql_file_read(info->file, wbuffer, wlength, in my_b_encr_read()
142 elength= wlength - (ebuffer - wbuffer); in my_b_encr_read()
232 uint wlength; in my_b_encr_write() local
248 wlength= elength + ebuffer - wbuffer; in my_b_encr_write()
257 crypt_data->block_length == wlength); in my_b_encr_write()
259 crypt_data->block_length= wlength; in my_b_encr_write()
267 crypt_data->last_block_length= wlength; in my_b_encr_write()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/emulators/mess/mame-mame0226/3rdparty/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/emulators/mame/mame-mame0226/3rdparty/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/net/asio/asio-1.16.0/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/asio-master/asio/include/asio/impl/
H A Derror_code.ipp51 DWORD wlength = ::FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM
55 if (wlength == 0 && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER)
60 if (wlength && wmsg[wlength - 1] == '\n')
61 --wlength;
62 if (wlength && wmsg[wlength - 1] == '\r')
63 --wlength;
64 if (wlength)
66 std::string msg(wlength * 2, char());
68 wmsg.c_str(), static_cast<int>(wlength),
69 &msg[0], static_cast<int>(wlength * 2), 0, 0);

123456789