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

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bf_buff.c 16 static int buffer_read(BIO *h, char *buf, int size);
31 buffer_read,
87 static int buffer_read(BIO *b, char *out, int outl) function
395 (void)buffer_read(b, fake_buf, 0);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bf_buff.c 16 static int buffer_read(BIO *h, char *buf, int size);
31 buffer_read,
87 static int buffer_read(BIO *b, char *out, int outl) function
394 (void)buffer_read(b, fake_buf, 0);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bf_buff.c 16 static int buffer_read(BIO *h, char *buf, int size);
33 buffer_read,
89 static int buffer_read(BIO *b, char *out, int outl) function
392 (void)buffer_read(b, fake_buf, 0);
  /src/external/bsd/nsd/dist/
buffer.h 441 buffer_read(buffer_type *buffer, void *data, size_t count) function

Completed in 21 milliseconds