Home | History | Annotate | Download | only in apps

Lines Matching defs:bio

281 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
284 BIO *out;
286 out=(BIO *)BIO_get_callback_arg(bio);
292 (void *)bio,argp,(unsigned long)argi,ret,ret);
299 (void *)bio,argp,(unsigned long)argi,ret,ret);
344 BIO *bio = arg;
631 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);
637 BIO_printf(bio, " ");
646 BIO_printf(bio, "\n ");
647 BIO_printf(bio, " %02x", ((const unsigned char*)buf)[i]);
650 BIO_printf(bio, " ...");
651 BIO_printf(bio, "\n");
653 (void)BIO_flush(bio);
660 BIO *bio = arg;
754 BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n",
757 BIO_dump(bio, (char *)data, len);
758 (void)BIO_flush(bio);