Searched refs:bytes (Results 101 - 125 of 364) sorted by last modified time

1234567891011>>

/haiku/src/apps/mail/
H A DEnclosures.h82 virtual void KeyDown(const char* bytes,int32 numBytes);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp55 bytes = 0;
59 off_t bytes; member in struct:send_mails_info
560 if (info.bytes == 0)
563 protocol->SendMessages(info.files, info.bytes);
870 info.bytes += size;
/haiku/src/kits/interface/
H A DMenuField.cpp484 BMenuField::KeyDown(const char* bytes, int32 numBytes) argument
486 switch (bytes[0]) {
505 BView::KeyDown(bytes, numBytes);
H A DWindow.cpp3628 const char* bytes = NULL; local
3629 if (event->FindString("bytes", &bytes) != B_OK)
3632 char key = bytes[0];
3716 textView->KeyDown(bytes, modifiers);
3801 const char* bytes; local
3803 if (message->FindString("bytes", &bytes) != B_OK || bytes[0] != B_TAB)
H A DView.cpp1339 BView::KeyDown(const char* bytes, int32 numBytes) argument
1350 BView::KeyUp(const char* bytes, int32 numBytes) argument
5029 ssize_t bytes; local
5030 if (message->FindData("bytes", B_STRING_TYPE,
5031 (const void**)&string, &bytes) == B_OK)
5032 KeyDown(string, bytes - 1);
5040 ssize_t bytes; local
5041 if (message->FindData("bytes", B_STRING_TYPE,
5042 (const void**)&string, &bytes) == B_OK)
5043 KeyUp(string, bytes
[all...]
/haiku/headers/os/interface/
H A DMenuField.h47 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp291 size_t bytes = bytesLeft; local
293 fileVecCount, vecs, count, &vecIndex, &vecOffset, &bytes);
297 pos += bytes;
298 bytesLeft -= bytes;
/haiku/src/apps/terminal/
H A DTermView.h144 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/preferences/network/
H A DInterfaceView.cpp219 string_for_size(stats.send.bytes, buffer, sizeof(buffer));
222 string_for_size(stats.receive.bytes, buffer, sizeof(buffer));
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp700 const char* bytes; local
709 } else if ((message->FindString("bytes", &bytes) == B_OK)
712 bytes, key);
719 } else if (message->FindString("text", &bytes) == B_OK) {
720 if ((bytes[0] == '(')&&(bytes[1] == 'C')) {
734 column, bytes);
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py306 def write(self, bytes):
318 def write(self, bytes):
319 self.buf.write(bytes)
333 def write(self, bytes):
334 self.compressor.write(bytes)
345 def write(self, bytes):
346 self.raw.write(bytes)
/haiku/src/kits/support/
H A DString.cpp420 int32 bytes = vsnprintf(buffer, bufferSize, format, clonedArgs); local
423 if (bytes < 0)
426 if (bytes < bufferSize) {
431 bytes = vsnprintf(LockBuffer(bytes), bytes + 1, format, args);
432 if (bytes < 0)
433 bytes = 0;
435 UnlockBuffer(bytes);
1910 BString::CharAt(int32 charIndex, int32* bytes) cons
[all...]
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c660 "%.20s %d %s\015\012Server: %s\015\012Content-Type: %s\015\012Date: %s\015\012Last-Modified: %s\015\012Accept-Ranges: bytes\015\012Connection: close\015\012",
680 "Content-Range: bytes %lld-%lld/%lld\015\012Content-Length: %lld\015\012",
740 // LOG_ERR, "out of memory reallocating a string to %ld bytes",
924 ** characters. Three 8-bit binary bytes are turned into four 6-bit
953 /* Do base-64 decoding on a string. Ignore any non-base64 bytes.
954 ** Return the actual number of bytes generated. The decoded size will
2835 mode links bytes last-changed name\n\
3256 ** to 2 bytes. Unfortunately this doesn't fix the problem for CGIs
3272 /* And read up to 2 bytes. */
3947 char bytes[4 local
[all...]
/haiku/headers/os/support/
H A DString.h319 const char* CharAt(int32 charIndex, int32* bytes = NULL) const;
321 int32* bytes) const;
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp188 // copy as much bytes as possible
189 int32 bytes = width; local
190 if (bytes > length - i)
191 bytes = length - i;
193 memcpy(buffer, text + i, bytes);
194 buffer[bytes] = '\0';
198 bytes = pos - buffer;
199 else if (bytes < length - i) {
203 bytes = pos - buffer;
209 i += bytes;
[all...]
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp929 scale_data(unsigned char* scale, unsigned char* data, int bytes) argument
931 for (int ix = 0; ix < bytes; ix++)
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp512 size_t bytes = min_c(size, PRD_MAX_DATA_LENGTH); local
518 *prdCount, address, bytes);
523 prdTable->dbc = bytes - 1;
526 address = address + bytes;
527 size -= bytes;
537 ERROR("AHCIPort::FillPrdTable: sg table %ld bytes too small\n",
641 // (UNMAP structure can realistically be max. 65528 bytes)
836 // There's not enough space to fit all of the data in. ATA has 40 bytes for
1203 fCommandList->cfl = 5; // 20 bytes, length in DWORDS
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp123 virtual void KeyDown(const char* bytes, int32 numBytes) argument
125 char key = bytes[0];
159 BView::KeyDown(bytes, numBytes);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp84 const char* bytes; local
85 if (message->FindString("bytes", &bytes) == B_OK
86 && bytes[0] == B_DELETE) {
301 data.SetToFormat("%s at 0x%" B_PRIx64 " (%" B_PRId32 " bytes)",
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c216 ssize_t bytes = recvfrom(ns->s, buffer, B_UDP_MAX_SIZE, 0, local
219 if (bytes >= 4) {
227 call->buffer=(uint8 *)malloc(bytes);
228 memcpy(call->buffer, buffer, bytes);
295 ssize_t bytes; local
297 bytes = sendto(ns->s,(const void *)XDROutPacketBuffer(&rpc_call),
301 while (bytes < 0 && errno == EINTR);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c1227 uint64_t bytes; local
1260 bytes = *temp;
1261 if (bytes != be64toh(0xffffff0210280210ULL)) {
1424 * firmware. Limit amount of data passed to 64-bytes at a
3197 "transfer complete: %d bytes @ index %d\n", actlen, index);
3218 "data overflow, %u bytes\n", m->m_pkthdr.len);
3228 * Align end on a 4-byte boundary, pad 8 bytes (CRC +
3230 * bytes:
/haiku/headers/posix/net/
H A Dif.h22 uint64_t bytes; member in struct:ifreq_stream_stats
/haiku/src/system/kernel/
H A Dport.cpp1645 size_t bytes = msgVecs[i].iov_len; local
1646 if (bytes > bufferSize)
1647 bytes = bufferSize;
1651 msgVecs[i].iov_base, bytes);
1657 memcpy(message->buffer + offset, msgVecs[i].iov_base, bytes);
1659 bufferSize -= bytes;
1663 offset += bytes;
/haiku/src/apps/deskcalc/
H A DExpressionTextView.h28 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp110 USB devices usually don't like 10 bytes either
325 SHOW_FLOW(0, "fixing MODE SENSE(6) (%d bytes)", transfer_size_6);
333 // two bytes, whereas in the 6 byte header it ignores only one byte)
459 size - number of bytes to copy
485 // remaining bytes we are allowed to copy from/to request
490 size_t bytes; local
492 bytes = min_c(size, req_size);
493 bytes = min_c(bytes, sg_list->size);
495 SHOW_FLOW(0, "buffer = %p, virt_addr = %#" B_PRIxPHYSADDR ", bytes
[all...]

Completed in 204 milliseconds

1234567891011>>