Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libevent/dist/
Dbuffer_iocp.c101 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_()
142 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_()
Devent_iocp.c57 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dbuffer_iocp.c100 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_()
141 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_()
Devent_iocp.c58 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
/netbsd/src/external/bsd/bzip2/dist/
Dcompress.c245 Int32 nGroups, nBytes; in sendMTFValues() local
/netbsd/src/usr.sbin/makefs/cd9660/
Diso9660_rrip.h119 u_int nBytes; member
/netbsd/src/sys/arch/emips/ebus/
Dace_ebus.c1360 sysace_send_config(struct ace_softc *sc, uint32_t *Data, unsigned int nBytes) in sysace_send_config()
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c27684 static void *memsys3Malloc(int nBytes){ in memsys3Malloc()
27706 static void *memsys3Realloc(void *pPrior, int nBytes){ in memsys3Realloc()
28231 static void *memsys5Malloc(int nBytes){ in memsys5Malloc()
28266 static void *memsys5Realloc(void *pPrior, int nBytes){ in memsys5Realloc()
30441 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, u64 nBytes){ in sqlite3Realloc()