Home
last modified time | relevance | path

Searched refs:doapr_outch (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/bio/
HDb_print.c39 static int doapr_outch(char **, char **, size_t *, size_t *, int);
119 if (!doapr_outch(sbuffer, buffer, &currlen, maxlen, ch)) in _dopr()
311 if (!doapr_outch(sbuffer, buffer, &currlen, maxlen, in _dopr()
341 if (!doapr_outch(sbuffer, buffer, &currlen, maxlen, ch)) in _dopr()
372 if (!doapr_outch(sbuffer, buffer, &currlen, maxlen, '\0')) in _dopr()
410 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, ' ')) in fmtstr()
416 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, *value++)) in fmtstr()
422 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, ' ')) in fmtstr()
490 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, ' ')) in fmtint()
497 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, signvalue)) in fmtint()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt177 BIO_F_DOAPR_OUTCH:150:doapr_outch
/freebsd-13-stable/crypto/openssl/
HDCHANGES3024 Additionally the internal |doapr_outch| function can attempt to write to an