Searched defs:nBytes (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | buffer_iocp.c | 98 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_() 139 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_()
|
H A D | event_iocp.c | 56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
|
/freebsd/contrib/libevent/ |
H A D | buffer_iocp.c | 98 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_() 139 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_()
|
H A D | event_iocp.c | 56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
|
/freebsd/contrib/bzip2/ |
H A D | compress.c | 243 Int32 nGroups, nBytes; in sendMTFValues() local
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.h | 119 u_int nBytes; member
|
/freebsd/sys/dev/hptmv/ |
H A D | entry.c | 2963 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) in DoXor1() argument 2970 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) in DoXor2() argument
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 27963 static void *memsys3Malloc(int nBytes){ in memsys3Malloc() 27985 static void *memsys3Realloc(void *pPrior, int nBytes){ in memsys3Realloc() 28510 static void *memsys5Malloc(int nBytes){ in memsys5Malloc() 28545 static void *memsys5Realloc(void *pPrior, int nBytes){ in memsys5Realloc() 30739 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, u64 nBytes){ in sqlite3Realloc()
|