HomeSort by: relevance | last modified time | path
    Searched defs:ibuf_size (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h 88 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_local.h 105 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_local.h 105 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 167 return ibuf_add(buf, ibuf_data(from), ibuf_size(from));
285 if (ibuf_size(buf) < pos || SIZE_MAX - pos < len ||
286 ibuf_size(buf) < pos + len) {
409 ibuf_size(const struct ibuf *buf) function
426 if (ibuf_size(buf) >= len) {
435 return ibuf_add_zero(buf, len - ibuf_size(buf));
462 ibuf_from_buffer(buf, ibuf_data(from), ibuf_size(from));
468 if (ibuf_size(buf) < len) {
481 if (ibuf_size(buf) < len) {
550 if (ibuf_size(buf) < len)
    [all...]
  /src/sys/dev/usb/
if_zydreg.h 1224 size_t ibuf_size; member in struct:zyd_softc

Completed in 31 milliseconds