Searched defs:bufSize (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_parse.h | 389 int bufSize; /* size of buffer (including NUL) */ member
|
H A D | ng_base.c | 2777 int bufSize = 1024; in ng_generic_msg() local 2854 int bufSize = 20 * 1024; /* XXX hard coded constant */ in ng_generic_msg() local
|
/freebsd/lib/libnetgraph/ |
H A D | msg.c | 320 int bufSize, errnosv; in NgRecvAsciiMsg() local
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/ |
H A D | fm_sp.c | 99 uint16_t bufSize = 0; in FmSpSetBufPoolsInAscOrderOfBufSizes() local
|
/freebsd/contrib/opencsd/decoder/source/c_api/ |
H A D | ocsd_c_api_custom_obj.cpp | 285 void CustomDcdMngrWrapper::pktToString(const void *pkt, char *pStrBuffer, int bufSize) in pktToString()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | util.c | 437 size_t bufSize; in UTIL_createFileNamesTable_fromFileName() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 95 size_t bufSize = mb.getBuffer().size(); in getELFKind() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 1351 uint32_t bufSize = len + 1; in newStringData() local
|
/freebsd/contrib/bmake/ |
H A D | parse.c | 356 size_t bufSize; in LoadFile() local
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 292 int bufSize, in incrblobInput()
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 2764 int bufSize; in storeRawNames() local 3133 int bufSize; in doContent() local
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 13253 int bufSize = WideCharToMultiByte( CP_UTF8, 0, argv[i], -1, NULL, 0, NULL, NULL ); in applyCommandLine() local
|