Lines Matching refs:not

55 OSSL_HTTP_open() initiates an HTTP session using the I<bio> argument if not
76 If TLS is not used this defaults to the environment variable C<http_proxy>
87 separated by C<,> and/or whitespace (if not NULL;
114 or NULL to indicate failure, in which case it should not modify the BIO.
116 Here is a simple example that supports TLS connections (but not via a proxy):
140 The optional callback function argument I<arg> is not consumed,
141 so must be freed by the caller when not needed any more.
168 If <rctx> indicates using a proxy for HTTP (but not HTTPS), the server host
176 the length of the data in I<req> does not need to be determined in advance: the
180 If the I<expected_content_type> argument is not NULL,
182 is included in the HTTP header of the response and return an error if not.
184 as a whole, or in case the specified string does not include a C<;> character,
200 If I<keep_alive> is 0 the connection is not kept open
204 i.e., an error occurs in case the server does not grant it.
211 is not NULL the latter pointer is used to provide any new location that
218 and for not exceeding any given maximum response length.
220 the contents buffered in a memory BIO, which does not support streaming.
228 transfers with a single round trip, so does not support persistent connections.
229 If I<bio> is non-NULL, any host and port components in the I<url> are not used
243 If I<prctx> is not NULL it reuses any open connection represented by a non-NULL
299 Licensed under the Apache License 2.0 (the "License"). You may not use