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

  /src/crypto/external/apache2/openssl/dist/test/
asynciotest.c 30 static int async_write(BIO *b, const char *in, int inl);
50 || !BIO_meth_set_write(methods_async, async_write)
124 static int async_write(BIO *bio, const char *in, int inl) function
284 return async_write(bio, str, strlen(str));
  /src/crypto/external/bsd/openssl/dist/test/
asynciotest.c 30 static int async_write(BIO *b, const char *in, int inl);
50 || !BIO_meth_set_write(methods_async, async_write)
124 static int async_write(BIO *bio, const char *in, int inl) function
284 return async_write(bio, str, strlen(str));
  /src/crypto/external/bsd/openssl.old/dist/test/
asynciotest.c 30 static int async_write(BIO *b, const char *in, int inl);
50 || !BIO_meth_set_write(methods_async, async_write)
124 static int async_write(BIO *bio, const char *in, int inl) function
284 return async_write(bio, str, strlen(str));
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 236 ZFS_VDEV_QUEUE_KNOB_MIN(async_write); variable
237 ZFS_VDEV_QUEUE_KNOB_MAX(async_write); variable

Completed in 25 milliseconds