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

  /src/external/bsd/libevent/dist/test/
regress_ssl.c 698 static BIO_METHOD *methods_rwcount; variable
703 if (methods_rwcount == NULL) {
704 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount");
705 if (methods_rwcount == NULL)
707 BIO_meth_set_write(methods_rwcount, bio_rwcount_write);
708 BIO_meth_set_read(methods_rwcount, bio_rwcount_read);
709 BIO_meth_set_puts(methods_rwcount, bio_rwcount_puts);
710 BIO_meth_set_ctrl(methods_rwcount, bio_rwcount_ctrl);
711 BIO_meth_set_create(methods_rwcount, bio_rwcount_new);
712 BIO_meth_set_destroy(methods_rwcount, bio_rwcount_free)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c 698 static BIO_METHOD *methods_rwcount; variable
703 if (methods_rwcount == NULL) {
704 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount");
705 if (methods_rwcount == NULL)
707 BIO_meth_set_write(methods_rwcount, bio_rwcount_write);
708 BIO_meth_set_read(methods_rwcount, bio_rwcount_read);
709 BIO_meth_set_puts(methods_rwcount, bio_rwcount_puts);
710 BIO_meth_set_ctrl(methods_rwcount, bio_rwcount_ctrl);
711 BIO_meth_set_create(methods_rwcount, bio_rwcount_new);
712 BIO_meth_set_destroy(methods_rwcount, bio_rwcount_free)
    [all...]

Completed in 61 milliseconds