Home
last modified time | relevance | path

Searched defs:nBytes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c98 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 Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
/freebsd/contrib/libevent/
H A Dbuffer_iocp.c98 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 Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
/freebsd/contrib/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; in sendMTFValues() local
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h119 u_int nBytes; member
/freebsd/sys/dev/hptmv/
H A Dentry.c2963 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 Dsqlite3.c27963 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()