Lines Matching refs:method
84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name);
87 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
89 bio->num,argi,bio->method->name,bio->num);
92 bio->num,argi,bio->method->name);
95 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
97 bio->num,argi,bio->method->name,bio->num);
100 bio->num,argi,bio->method->name);
103 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name);
106 BIO_snprintf(p,p_maxlen,"gets(%d) - %s\n",argi,bio->method->name);
109 BIO_snprintf(p,p_maxlen,"ctrl(%d) - %s\n",argi,bio->method->name);