Searched defs:bufSize (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp35 size_t bufSize = src_stat.st_blksize; local
/haiku/src/system/boot/platform/efi/
H A Dserial.cpp43 size_t bufSize = 1; local
/haiku/src/kits/midi/
H A DMidiPort.cpp243 BMidiPort::GetDeviceName(int32 n, char* name, size_t bufSize) argument
/haiku/src/kits/device/
H A DJoystick.cpp304 BJoystick::GetDeviceName(int32 index, char *name, size_t bufSize) argument
H A DSerialPort.cpp516 BSerialPort::GetDeviceName(int32 n, char *name, size_t bufSize) argument
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp345 static const int bufSize = 256; local
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp334 static const int bufSize = 256; local
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp236 static const int bufSize = 256; local
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp1195 size_t bufSize = (sizeof(dirent) + B_FILE_NAME_LENGTH) * 10; local
H A DQueryTest.cpp1053 size_t bufSize = (sizeof(dirent) + B_FILE_NAME_LENGTH) * 10; local
1076 size_t bufSize = (sizeof(dirent) + B_FILE_NAME_LENGTH) * 10; local
1253 size_t bufSize = (sizeof(dirent) + B_FILE_NAME_LENGTH) * 10; local
1266 size_t bufSize = (sizeof(dirent) + B_FILE_NAME_LENGTH) * 10; local
1284 size_t bufSize = (sizeof(dirent) + B_FILE_NAME_LENGTH) * 10; local
[all...]
/haiku/src/build/libbe/storage/
H A DDirectory.cpp353 BDirectory::GetNextDirents(dirent* buf, size_t bufSize, int32 count) argument
/haiku/src/kits/storage/
H A DDirectory.cpp373 BDirectory::GetNextDirents(dirent* buf, size_t bufSize, int32 count) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp576 const int bufSize = 1024 * 30; local

Completed in 154 milliseconds