Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/
H A Dbuffer_iocp.c99 evbuffer_commit_read(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read()
140 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h140 unsigned int nBytes = 4; in print() local
/minix3/external/bsd/bzip2/dist/
H A Dcompress.c245 Int32 nGroups, nBytes; in sendMTFValues() local
/minix3/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h117 u_int nBytes; member
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c17333 static void *memsys3Malloc(int nBytes){ in memsys3Malloc()
17355 static void *memsys3Realloc(void *pPrior, int nBytes){ in memsys3Realloc()
17864 static void *memsys5Malloc(int nBytes){ in memsys5Malloc()
17899 static void *memsys5Realloc(void *pPrior, int nBytes){ in memsys5Realloc()
19664 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ in sqlite3Realloc()