Home | History | Annotate | Download | only in conf

Lines Matching defs:in

8  * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
82 rewritten in terms of the new CONF interface. */
94 BIO *in=NULL;
97 in=BIO_new_file(file, "r");
99 in=BIO_new_file(file, "rb");
101 if (in == NULL)
107 ltmp = CONF_load_bio(conf, in, eline);
108 BIO_free(in);
192 /* This function does not believe in errors... */
231 These functions are also written in terms of the bridge functions used
402 /* This function does not believe in errors... */