HomeSort by relevance Sort by last modified time
    Searched full:p_maxlen (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/bio/
bio_cb.c 73 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,%lu) - %s fd=%d\n",
92 BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s\n",
98 BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s fd=%d\n",
102 BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s\n",
107 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name);
110 BIO_snprintf(p,p_maxlen,"gets(%lu) - %s\n",(unsigned long)argi,bio->method->name);
113 BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name)
    [all...]

Completed in 156 milliseconds