Searched refs:p_maxlen (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbio_cb.c73 size_t p_maxlen; local
80 p_maxlen = sizeof buf - 14;
84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name);
88 BIO_snprintf(p,p_maxlen,"read(%d,%d) - %s fd=%d\n",
91 BIO_snprintf(p,p_maxlen,"read(%d,%d) - %s\n",
96 BIO_snprintf(p,p_maxlen,"write(%d,%d) - %s fd=%d\n",
99 BIO_snprintf(p,p_maxlen,"write(%d,%d) - %s\n",
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,"ctr
[all...]

Completed in 174 milliseconds