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

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c1211 tlso_bio_write( BIO *b, const char *buf, int len ) function
1256 return tlso_bio_write( b, str, strlen( str ) );
1264 BIO_meth_set_write( method, tlso_bio_write );

Completed in 191 milliseconds