Searched refs:_buf (Results 1 – 12 of 12) sorted by relevance
/openbsd/lib/libevent/ |
H A D | event_tagging.c | 54 if (_buf != NULL) in evtag_init() 177 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_int() 178 encode_int(_buf, integer); in evtag_marshal_int() 194 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_timeval() 197 encode_int(_buf, tv->tv_usec); in evtag_marshal_timeval() 200 EVBUFFER_LENGTH(_buf)); in evtag_marshal_timeval() 351 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_unmarshal_int() 369 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_unmarshal_fixed() 388 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_unmarshal_string() 396 evbuffer_remove(_buf, *pstring, EVBUFFER_LENGTH(_buf)); in evtag_unmarshal_string() [all …]
|
/openbsd/lib/libssl/ |
H A D | tls_internal.h | 43 typedef ssize_t (*tls_read_cb)(void *_buf, size_t _buflen, void *_cb_arg); 44 typedef ssize_t (*tls_write_cb)(const void *_buf, size_t _buflen, 48 typedef ssize_t (*tls_handshake_read_cb)(void *_buf, size_t _buflen, 50 typedef ssize_t (*tls_handshake_write_cb)(const void *_buf, size_t _buflen,
|
/openbsd/lib/libelf/ |
H A D | _libelf_ar.h | 50 unsigned char *_libelf_ar_get_string(const char *_buf, size_t _sz, 54 int _libelf_ar_get_number(const char *_buf, size_t _sz,
|
/openbsd/lib/libtls/ |
H A D | tls.h | 90 typedef ssize_t (*tls_read_cb)(struct tls *_ctx, void *_buf, size_t _buflen, 92 typedef ssize_t (*tls_write_cb)(struct tls *_ctx, const void *_buf, 196 ssize_t tls_read(struct tls *_ctx, void *_buf, size_t _buflen); 197 ssize_t tls_write(struct tls *_ctx, const void *_buf, size_t _buflen); 219 void tls_unload_file(uint8_t *_buf, size_t len);
|
H A D | tls_internal.h | 302 int tls_password_cb(char *_buf, int _size, int _rwflag, void *_u);
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
H A D | popen_spawn.py | 56 self._buf = self.string_type() 66 buf = self._buf 71 self._buf = buf[size:] 95 r, self._buf = buf[:size], buf[size:]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ser-e7kpc.c | 84 #define SET_BYTE(x,y) { char _buf = y;dosmemput(&_buf,1, x);} 85 #define SET_WORD(x,y) { short _buf = y;dosmemput(&_buf,2, x);}
|
/openbsd/gnu/usr.bin/binutils/include/mpw/ |
H A D | stat.h | 69 _PROTOTYPE( int fstat, (int _fildes, struct stat *_buf) ); 72 _PROTOTYPE( int stat , (const char *_path, struct stat *_buf) );
|
/openbsd/usr.bin/ctfconv/ |
H A D | dw.h | 37 struct dwbuf _buf; member 49 #define dav_buf AV._buf
|
/openbsd/lib/libc/crypt/ |
H A D | arc4random.c | 148 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument 150 u_char *buf = (u_char *)_buf; in _rs_random_buf()
|
/openbsd/sys/dev/ |
H A D | rnd.c | 491 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument 493 u_char *buf = (u_char *)_buf; in _rs_random_buf()
|
/openbsd/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | ChangeLog | 1664 (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf): Update accordingly.
|