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

/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c98 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
139 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
H A Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
/freebsd-current/contrib/libevent/
H A Dbuffer_iocp.c98 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
139 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
H A Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
/freebsd-current/contrib/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; local
/freebsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h119 u_int nBytes; member in struct:__anon6649
/freebsd-current/sys/dev/hptmv/
H A Dentry.c2963 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) argument
2970 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) argument
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c27963 memsys3Malloc(int nBytes) argument
27985 memsys3Realloc(void *pPrior, int nBytes) argument
28510 memsys5Malloc(int nBytes) argument
28545 memsys5Realloc(void *pPrior, int nBytes) argument
30739 sqlite3Realloc(void *pOld, u64 nBytes) argument
48121 winMemMalloc(int nBytes) argument
48164 winMemRealloc(void *pPrior, int nBytes) argument
81808 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
121420 int nBytes; local
142482 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, u32 prepFlags, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
142636 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, u32 prepFlags, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
142723 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
142735 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
142753 sqlite3_prepare_v3( sqlite3 *db, const char *zSql, int nBytes, unsigned int prepFlags, sqlite3_stmt **ppStmt, const char **pzTail ) argument
142781 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, u32 prepFlags, sqlite3_stmt **ppStmt, const void **pzTail ) argument
142839 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
142851 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
142863 sqlite3_prepare16_v3( sqlite3 *db, const void *zSql, int nBytes, unsigned int prepFlags, sqlite3_stmt **ppStmt, const void **pzTail ) argument
155743 sqlite3_int64 nBytes; local
156121 sqlite3_int64 nBytes = sizeof(sqlite3_vtab*)* local
195825 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
195895 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]

Completed in 608 milliseconds