Home
last modified time | relevance | path

Searched refs:bytes_count (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/windows/crash_generation/
H A Dclient_info.cc139 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
147 &bytes_count)) { in GetClientExceptionInfo()
156 SIZE_T bytes_count = 0; in PopulateClientExceptionContext() local
163 &bytes_count)) { in PopulateClientExceptionContext()
167 if (bytes_count != sizeof(ex_info)) { in PopulateClientExceptionContext()
177 &bytes_count)) { in PopulateClientExceptionContext()
185 SIZE_T bytes_count = 0; in GetClientThreadId() local
190 &bytes_count)) { in GetClientThreadId()
221 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
241 &bytes_count)) { in PopulateCustomInfo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/windows/crash_generation/
H A Dclient_info.cc139 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
147 &bytes_count)) { in GetClientExceptionInfo()
156 SIZE_T bytes_count = 0; in PopulateClientExceptionContext() local
163 &bytes_count)) { in PopulateClientExceptionContext()
167 if (bytes_count != sizeof(ex_info)) { in PopulateClientExceptionContext()
177 &bytes_count)) { in PopulateClientExceptionContext()
185 SIZE_T bytes_count = 0; in GetClientThreadId() local
190 &bytes_count)) { in GetClientThreadId()
221 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
241 &bytes_count)) { in PopulateCustomInfo()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/windows/crash_generation/
H A Dclient_info.cc139 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
147 &bytes_count)) { in GetClientExceptionInfo()
156 SIZE_T bytes_count = 0; in PopulateClientExceptionContext() local
163 &bytes_count)) { in PopulateClientExceptionContext()
167 if (bytes_count != sizeof(ex_info)) { in PopulateClientExceptionContext()
177 &bytes_count)) { in PopulateClientExceptionContext()
185 SIZE_T bytes_count = 0; in GetClientThreadId() local
190 &bytes_count)) { in GetClientThreadId()
221 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
241 &bytes_count)) { in PopulateCustomInfo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/windows/crash_generation/
H A Dclient_info.cc139 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
147 &bytes_count)) { in GetClientExceptionInfo()
156 SIZE_T bytes_count = 0; in PopulateClientExceptionContext() local
163 &bytes_count)) { in PopulateClientExceptionContext()
167 if (bytes_count != sizeof(ex_info)) { in PopulateClientExceptionContext()
177 &bytes_count)) { in PopulateClientExceptionContext()
185 SIZE_T bytes_count = 0; in GetClientThreadId() local
190 &bytes_count)) { in GetClientThreadId()
221 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
241 &bytes_count)) { in PopulateCustomInfo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/windows/crash_generation/
H A Dclient_info.cc139 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
147 &bytes_count)) { in GetClientExceptionInfo()
156 SIZE_T bytes_count = 0; in PopulateClientExceptionContext() local
163 &bytes_count)) { in PopulateClientExceptionContext()
167 if (bytes_count != sizeof(ex_info)) { in PopulateClientExceptionContext()
177 &bytes_count)) { in PopulateClientExceptionContext()
185 SIZE_T bytes_count = 0; in GetClientThreadId() local
190 &bytes_count)) { in GetClientThreadId()
221 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
241 &bytes_count)) { in PopulateCustomInfo()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/fit/
H A Dstr_fit.rs20 bytes_count: usize, field
27 let mut bytes_count = 0; in from() localVariable
46 bytes_count = idx + c.len_utf8(); in from()
49 bytes_count, in from()
59 (fit.bytes_count, fit.cols_count) in count_fitting()
70 let string = (&s[0..fit.bytes_count]).replace('\t', TAB_REPLACEMENT); in make_string()
73 (s[0..fit.bytes_count].to_string(), fit.cols_count) in make_string()
87 let string = (&s[0..fit.bytes_count]).replace('\t', TAB_REPLACEMENT); in make_cow()
90 (Cow::Borrowed(&s[0..fit.bytes_count]), fit.cols_count) in make_cow()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/
H A Dstr_fit.rs20 bytes_count: usize, field
27 let mut bytes_count = 0; in from() localVariable
46 bytes_count = idx + c.len_utf8(); in from()
49 bytes_count, in from()
59 (fit.bytes_count, fit.cols_count) in count_fitting()
69 let string = (&s[0..fit.bytes_count]).replace('\t', TAB_REPLACEMENT); in make_string()
72 (s[0..fit.bytes_count].to_string(), fit.cols_count) in make_string()
85 let string = (&s[0..fit.bytes_count]).replace('\t', TAB_REPLACEMENT); in make_cow()
88 (Cow::Borrowed(&s[0..fit.bytes_count]), fit.cols_count) in make_cow()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/client/windows/crash_generation/
H A Dclient_info.cc127 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
132 &bytes_count)) { in GetClientExceptionInfo()
136 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
140 SIZE_T bytes_count = 0; in GetClientThreadId() local
145 &bytes_count)) { in GetClientThreadId()
149 return bytes_count == sizeof(*thread_id); in GetClientThreadId()
173 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
193 &bytes_count)) { in PopulateCustomInfo()
198 return (bytes_count != read_count); in PopulateCustomInfo()
H A Dcrash_generation_server.cc326 DWORD bytes_count = 0; in HandleConnectingState() local
329 &bytes_count, in HandleConnectingState()
349 DWORD bytes_count = 0; in HandleConnectedState() local
354 &bytes_count, in HandleConnectedState()
376 DWORD bytes_count = 0; in HandleReadingState() local
447 DWORD bytes_count = 0; in HandleWritingState() local
478 DWORD bytes_count = 0; in HandleWriteDoneState() local
482 &bytes_count, in HandleWriteDoneState()
501 DWORD bytes_count = 0; in HandleReadingAckState() local
633 DWORD bytes_count = 0; in RespondToClient() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc137 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
142 &bytes_count)) { in GetClientExceptionInfo()
146 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
150 SIZE_T bytes_count = 0; in GetClientThreadId() local
155 &bytes_count)) { in GetClientThreadId()
159 return bytes_count == sizeof(*thread_id); in GetClientThreadId()
186 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
206 &bytes_count)) { in PopulateCustomInfo()
211 return (bytes_count == read_count); in PopulateCustomInfo()
H A Dcrash_generation_server.cc340 DWORD bytes_count = 0; in HandleConnectingState() local
343 &bytes_count, in HandleConnectingState()
363 DWORD bytes_count = 0; in HandleConnectedState() local
368 &bytes_count, in HandleConnectedState()
391 DWORD bytes_count = 0; in HandleReadingState() local
466 DWORD bytes_count = 0; in HandleWritingState() local
487 DWORD bytes_count = 0; in HandleWriteDoneState() local
491 &bytes_count, in HandleWriteDoneState()
509 DWORD bytes_count = 0; in HandleReadingAckState() local
693 DWORD bytes_count = 0; in RespondToClient() local
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/windows/crash_generation/
H A Dclient_info.cc135 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
140 &bytes_count)) { in GetClientExceptionInfo()
144 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
148 SIZE_T bytes_count = 0; in GetClientThreadId() local
153 &bytes_count)) { in GetClientThreadId()
157 return bytes_count == sizeof(*thread_id); in GetClientThreadId()
188 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
208 &bytes_count)) { in PopulateCustomInfo()
213 return (bytes_count == read_count); in PopulateCustomInfo()
H A Dcrash_generation_server.cc343 DWORD bytes_count = 0; in HandleConnectingState() local
346 &bytes_count, in HandleConnectingState()
366 DWORD bytes_count = 0; in HandleConnectedState() local
371 &bytes_count, in HandleConnectedState()
394 DWORD bytes_count = 0; in HandleReadingState() local
469 DWORD bytes_count = 0; in HandleWritingState() local
490 DWORD bytes_count = 0; in HandleWriteDoneState() local
494 &bytes_count, in HandleWriteDoneState()
512 DWORD bytes_count = 0; in HandleReadingAckState() local
696 DWORD bytes_count = 0; in RespondToClient() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc137 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
142 &bytes_count)) { in GetClientExceptionInfo()
146 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
150 SIZE_T bytes_count = 0; in GetClientThreadId() local
155 &bytes_count)) { in GetClientThreadId()
159 return bytes_count == sizeof(*thread_id); in GetClientThreadId()
186 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
206 &bytes_count)) { in PopulateCustomInfo()
211 return (bytes_count == read_count); in PopulateCustomInfo()
H A Dcrash_generation_server.cc340 DWORD bytes_count = 0; in HandleConnectingState() local
343 &bytes_count, in HandleConnectingState()
363 DWORD bytes_count = 0; in HandleConnectedState() local
368 &bytes_count, in HandleConnectedState()
391 DWORD bytes_count = 0; in HandleReadingState() local
466 DWORD bytes_count = 0; in HandleWritingState() local
487 DWORD bytes_count = 0; in HandleWriteDoneState() local
491 &bytes_count, in HandleWriteDoneState()
509 DWORD bytes_count = 0; in HandleReadingAckState() local
693 DWORD bytes_count = 0; in RespondToClient() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc137 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
142 &bytes_count)) { in GetClientExceptionInfo()
146 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
150 SIZE_T bytes_count = 0; in GetClientThreadId() local
155 &bytes_count)) { in GetClientThreadId()
159 return bytes_count == sizeof(*thread_id); in GetClientThreadId()
186 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
206 &bytes_count)) { in PopulateCustomInfo()
211 return (bytes_count == read_count); in PopulateCustomInfo()
H A Dcrash_generation_server.cc340 DWORD bytes_count = 0; in HandleConnectingState() local
343 &bytes_count, in HandleConnectingState()
363 DWORD bytes_count = 0; in HandleConnectedState() local
368 &bytes_count, in HandleConnectedState()
391 DWORD bytes_count = 0; in HandleReadingState() local
466 DWORD bytes_count = 0; in HandleWritingState() local
487 DWORD bytes_count = 0; in HandleWriteDoneState() local
491 &bytes_count, in HandleWriteDoneState()
509 DWORD bytes_count = 0; in HandleReadingAckState() local
693 DWORD bytes_count = 0; in RespondToClient() local
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc137 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local
142 &bytes_count)) { in GetClientExceptionInfo()
146 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo()
150 SIZE_T bytes_count = 0; in GetClientThreadId() local
155 &bytes_count)) { in GetClientThreadId()
159 return bytes_count == sizeof(*thread_id); in GetClientThreadId()
186 SIZE_T bytes_count = 0; in PopulateCustomInfo() local
206 &bytes_count)) { in PopulateCustomInfo()
211 return (bytes_count == read_count); in PopulateCustomInfo()
H A Dcrash_generation_server.cc340 DWORD bytes_count = 0; in HandleConnectingState() local
343 &bytes_count, in HandleConnectingState()
363 DWORD bytes_count = 0; in HandleConnectedState() local
368 &bytes_count, in HandleConnectedState()
391 DWORD bytes_count = 0; in HandleReadingState() local
466 DWORD bytes_count = 0; in HandleWritingState() local
487 DWORD bytes_count = 0; in HandleWriteDoneState() local
491 &bytes_count, in HandleWriteDoneState()
509 DWORD bytes_count = 0; in HandleReadingAckState() local
693 DWORD bytes_count = 0; in RespondToClient() local
[all …]
/dports/multimedia/butt/butt-0.1.27/src/
H A Dcommand.cpp57 int bytes_count; in listen_thread_func() local
70 bytes_count = sock_recv(conn_sock, recv_buf, sizeof(recv_buf), COMMAND_TIMEOUT); in listen_thread_func()
72 if (bytes_count > 0) { in listen_thread_func()
76 if (bytes_count != expected_bytes) { in listen_thread_func()
77 int remaining_bytes = expected_bytes-bytes_count; in listen_thread_func()
78bytes_count += sock_recv(conn_sock, recv_buf+bytes_count, remaining_bytes, COMMAND_TIMEOUT); in listen_thread_func()
79 if (bytes_count != expected_bytes) { in listen_thread_func()
/dports/security/hexl/hexl-1.2.3/hexl/include/hexl/util/
H A Dallocator.hpp18 virtual void* allocate(size_t bytes_count) = 0;
31 void* allocate(size_t bytes_count) override { in allocate()
32 return static_cast<AllocatorImpl*>(this)->allocate_impl(bytes_count); in allocate()
43 void* allocate_impl(size_t bytes_count) { in allocate_impl()
44 HEXL_UNUSED(bytes_count); in allocate_impl()
/dports/graphics/pfstools/pfstools-2.1.0/src/fileformat/
H A Dhdrtiffio.cpp312 int bytes_count = 0; //bytes to write in writeImage() local
332 strip[bytes_count++] = (unsigned char) r; in writeImage()
333 strip[bytes_count++] = (unsigned char) g; in writeImage()
334 strip[bytes_count++] = (unsigned char) b; in writeImage()
341 strip_byte_counts[strip_no] = bytes_count; in writeImage()
344 tiff_offset+=bytes_count; in writeImage()
346 bytes_count=0; in writeImage()
351 if( bytes_count>0 ) in writeImage()
355 strip_byte_counts[strip_no] = bytes_count; in writeImage()
358 tiff_offset+=bytes_count; in writeImage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/site_affiliation/
H A Dhash_affiliation_fetcher.cc23 int bytes_count = kPrefixLength / 8 + (kPrefixLength % 8 != 0); in ComputeHashPrefix() local
25 uint8_t hash[bytes_count]; in ComputeHashPrefix()
26 crypto::SHA256HashString(uri.canonical_spec(), hash, bytes_count); in ComputeHashPrefix()
29 for (int i = 0; i < bytes_count; i++) { in ComputeHashPrefix()
37 int bits_to_shift = ((8 - bytes_count) * 8); in ComputeHashPrefix()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DOutputRedirector.cpp40 ssize_t bytes_count = read(read_fd, &buffer, sizeof(buffer)); in RedirectFd() local
41 if (bytes_count == 0) in RedirectFd()
43 if (bytes_count == -1) { in RedirectFd()
48 callback(StringRef(buffer, bytes_count).str()); in RedirectFd()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A DOutputRedirector.cpp40 ssize_t bytes_count = read(read_fd, &buffer, sizeof(buffer)); in RedirectFd() local
41 if (bytes_count == 0) in RedirectFd()
43 if (bytes_count == -1) { in RedirectFd()
48 callback(StringRef(buffer, bytes_count).str()); in RedirectFd()

12345678910>>...12