Lines Matching defs:out
59 const OSSL_DISPATCH **out,
153 /* If the log doesn't fit, error out. */
169 /* If the log doesn't fit, error out. */
1290 BIO *out = NULL, *in = NULL;
1352 out = BIO_new_file(tmpfilename, "wb");
1353 if (!TEST_ptr(out))
1356 if (BIO_write(out, buf, SENDFILE_SZ) != SENDFILE_SZ)
1359 BIO_free(out);
1360 out = NULL;
1405 BIO_free(out);
2287 * Make a small cache, force out all other sessions but
2290 * the timeouts, sess1 should have kicked out sess2
3548 * arrival of EndOfEarlyData and ClientFinished. We read out all the data
4136 static int alpn_select_cb(SSL *ssl, const unsigned char **out,
4150 *out = prot;
4769 * bail out.
5707 static int old_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out,
5723 *out = data;
5728 static void old_free_cb(SSL *s, unsigned int ext_type, const unsigned char *out,
5731 OPENSSL_free((unsigned char *)out);
5753 const unsigned char **out, size_t *outlen, X509 *x,
5769 *out = data;
5775 const unsigned char *out, void *add_arg)
5777 OPENSSL_free((unsigned char *)out);
7093 BIO *out = NULL, *dummy = BIO_new_mem_buf("", 0);
7112 out = BIO_new_file(filename, "w");
7113 if (!TEST_ptr(out))
7128 if (TXT_DB_write(out, db) <= 0)
7139 BIO_free(out);
8346 goto out;
8349 goto out;
8355 goto out;
8362 goto out;
8369 goto out;
8380 goto out;
8387 out: