Searched refs:clen (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/bin/network/ping/
H A Dping6.c2073 size_t clen; local
2099 clen = (size_t)(end - cp);
2101 if (clen == 0 || clen > MAXQTYPES / 8 ||
2102 clen % sizeof(v)) {
2107 if (clen < sizeof(cbit) || clen % sizeof(v))
2111 clen)
2114 clen = ntohs(cbit.words) * sizeof(v);
2115 if (cur + clen *
[all...]
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp29 header->clen = psize;
/haiku/src/bin/unzip/
H A Dfileio.c2458 unsigned clen; local
2462 clen = CLEN(ptr);
2463 ptr += clen;
2464 len -= clen;
/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.cpp142 size_t clen; local
176 clen = dkLen - i * 32;
177 if (clen > 32)
178 clen = 32;
179 memcpy(&buf[i * 32], T, clen);
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.cpp93 return header->clen + sizeof(struct hci_command_header);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwfileops.c466 int clen = (*cv->__codecvt_do_encoding) (cv); local
468 if (clen > 0)
471 delta *= clen;
583 int clen; variable
590 clen = (*cv->__codecvt_do_encoding) (cv);
592 if (clen > 0)
594 - fp->_wide_data->_IO_read_ptr) * clen;
/haiku/src/system/libroot/posix/
H A Dglob.c179 size_t clen; local
203 clen = __mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
204 if (clen == (size_t)-1 || clen == (size_t)-2)
206 else if (clen == 0)
209 patnext += clen;
223 clen = __mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
224 if (clen == (size_t)-1 || clen == (size_t)-2)
226 else if (clen
655 size_t clen; local
892 size_t clen; local
[all...]
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h15 uint8 clen; member in struct:hci_command_header
/haiku/headers/private/bluetooth/
H A DCommandManager.h41 fHeader->clen = paramSize;

Completed in 112 milliseconds