Home | History | Annotate | Download | only in examples

Lines Matching defs:out

73  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
106 " -out arg - output file (response)- default stdout",
122 -mimetype application/dvcs -acceptmime application/dvcs -out response
271 BIO* out=NULL;
314 else if(!strcmp (*args, "-out")) {
398 if((out=BIO_new(BIO_s_file())) == NULL) {
403 BIO_set_fp(out, stdout, BIO_NOCLOSE|BIO_FP_TEXT);
404 else if(BIO_write_filename(out, outfile) <= 0) {
406 BIO_free(out);
494 BIO_get_fp(out, &outfp);
549 BIO_free(out);