Searched refs:buf_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Darc4random.c498 arc4random_buf(void *buf_, size_t n) argument
500 unsigned char *buf = buf_;
/freebsd-10.1-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp151 unsigned char *buf_; member in class:File
414 buf_ = new unsigned char[sb.st_size];
415 long nread = read(fd, buf_, sb.st_size);
420 ptr_ = buf_;
421 end_ = buf_ + sb.st_size;
435 if (uint32(end_ - buf_) < n)
437 ptr_ = buf_ + n;
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_pkt.c621 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
623 const unsigned char *buf = buf_;
H A Dd1_pkt.c1467 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1499 i = dtls1_write_bytes(s, type, buf_, len);
H A Dssl.h432 int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, int len);

Completed in 162 milliseconds