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

/freebsd-10.0-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.0-release/crypto/openssl/ssl/
H A Ds3_pkt.c600 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
602 const unsigned char *buf=buf_;
H A Dd1_pkt.c1400 dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1430 i = dtls1_write_bytes(s, type, buf_, len);
H A Dssl.h428 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);

Completed in 95 milliseconds