Lines Matching +full:multi +full:- +full:port
2 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
48 /*-
49 * Log a message to syslog if multi-threaded HTTP_DAEMON, else to bio_err
58 /*-
61 * port: the port to listen on
64 BIO *http_server_init_bio(const char *prog, const char *port);
66 /*-
67 * Accept an ASN.1-formatted HTTP request
75 * port: the local port listening to, for diagnostics only
79 * returns -1 on fatal error; also then holds *preq == *ppath == *pcbio == NULL
84 * The caller must free any non-NULL *preq, *ppath, and *pcbio pointers.
89 const char *prog, const char *port,
92 /*-
93 * Send an ASN.1-formatted HTTP response
106 /*-
110 * reason: the corresponding human-readable string
118 extern int multi;