Home
last modified time | relevance | path

Searched defs:bufSize (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_parse.h389 int bufSize; /* size of buffer (including NUL) */ member
H A Dng_base.c2777 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 Dmsg.c320 int bufSize, errnosv; in NgRecvAsciiMsg() local
/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c99 uint16_t bufSize = 0; in FmSpSetBufPoolsInAscOrderOfBufSizes() local
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp285 void CustomDcdMngrWrapper::pktToString(const void *pkt, char *pStrBuffer, int bufSize) in pktToString()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c437 size_t bufSize; in UTIL_createFileNamesTable_fromFileName() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp95 size_t bufSize = mb.getBuffer().size(); in getELFKind() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp1351 uint32_t bufSize = len + 1; in newStringData() local
/freebsd/contrib/bmake/
H A Dparse.c356 size_t bufSize; in LoadFile() local
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c292 int bufSize, in incrblobInput()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c2764 int bufSize; in storeRawNames() local
3133 int bufSize; in doContent() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13253 int bufSize = WideCharToMultiByte( CP_UTF8, 0, argv[i], -1, NULL, 0, NULL, NULL ); in applyCommandLine() local