Home
last modified time | relevance | path

Searched refs:_buf (Results 1 – 12 of 12) sorted by relevance

/openbsd/lib/libevent/
H A Devent_tagging.c54 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 Dtls_internal.h43 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.h50 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 Dtls.h90 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 Dtls_internal.h302 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 Dpopen_spawn.py56 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 Dser-e7kpc.c84 #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 Dstat.h69 _PROTOTYPE( int fstat, (int _fildes, struct stat *_buf) );
72 _PROTOTYPE( int stat , (const char *_path, struct stat *_buf) );
/openbsd/usr.bin/ctfconv/
H A Ddw.h37 struct dwbuf _buf; member
49 #define dav_buf AV._buf
/openbsd/lib/libc/crypt/
H A Darc4random.c148 _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 Drnd.c491 _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 DChangeLog1664 (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf): Update accordingly.