Home | History | Annotate | Download | only in apps

Lines Matching refs:out

35  *    The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
89 BIO *out=NULL;
91 out=BIO_new(BIO_s_file());
92 if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE))
97 out = BIO_push(tmpbio, out);
101 ERR_get_string_table(), out);
103 out);
105 ERR_get_string_table(),out);
107 if (out != NULL) BIO_free_all(out);