Searched refs:_buf (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libevent/ |
| D | event_tagging.c | 74 static struct evbuffer *_buf; /* not thread safe */ variable 79 if (_buf != NULL) in evtag_init() 82 if ((_buf = evbuffer_new()) == NULL) in evtag_init() 202 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_int() 203 encode_int(_buf, integer); in evtag_marshal_int() 206 encode_int(evbuf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_int() 207 evbuffer_add_buffer(evbuf, _buf); in evtag_marshal_int() 219 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_timeval() 221 encode_int(_buf, tv->tv_sec); in evtag_marshal_timeval() 222 encode_int(_buf, tv->tv_usec); in evtag_marshal_timeval() [all …]
|
| /mirbsd/src/lib/libc/rpc/ |
| D | clnt_perror.c | 51 _buf(void) in _buf() function 65 char *err, *str = _buf(), *strstart; in clnt_sperror() 201 char *str = _buf(); in clnt_spcreateerror()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| 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);}
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | enc_writ.c | 80 int DES_enc_write(int fd, const void *_buf, int len, in DES_enc_write() argument 87 const unsigned char *buf=_buf; in DES_enc_write()
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | s2_pkt.c | 416 int ssl2_write(SSL *s, const void *_buf, int len) in ssl2_write() argument 418 const unsigned char *buf=_buf; in ssl2_write()
|