Lines Matching defs: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
102 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
284 BIO *out;
286 out=(BIO *)BIO_get_callback_arg(bio);
287 if (out == NULL) return(ret);
291 BIO_printf(out,"read from %p [%p] (%lu bytes => %ld (0x%lX))\n",
293 BIO_dump(out,argp,(int)ret);
298 BIO_printf(out,"write to %p [%p] (%lu bytes => %ld (0x%lX))\n",
300 BIO_dump(out,argp,(int)ret);
815 BIO_printf(bio_err,"out of memory\n");
896 BIO_printf(bio_err,"out of memory\n");