/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 281 /* if *pcbio != NULL, continue given connected session, else accept new */ 284 char **ppath, BIO **pcbio, BIO *acbio, in http_server_get_asn1_req() 289 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; in http_server_get_asn1_req() 307 *pcbio = cbio = BIO_pop(acbio); in http_server_get_asn1_req() 502 *pcbio = NULL; in http_server_get_asn1_req() 283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 281 /* if *pcbio != NULL, continue given connected session, else accept new */ 284 char **ppath, BIO **pcbio, BIO *acbio, in http_server_get_asn1_req() 289 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; in http_server_get_asn1_req() 307 *pcbio = cbio = BIO_pop(acbio); in http_server_get_asn1_req() 502 *pcbio = NULL; in http_server_get_asn1_req() 283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | http_server.h | 71 * pcbio: pointer to variable where to place the BIO for sending the response to 78 * returns 0 in case caller should retry, then *preq == *ppath == *pcbio == NULL 79 * returns -1 on fatal error; also then holds *preq == *ppath == *pcbio == NULL 80 * returns 1 otherwise. In this case it is guaranteed that *pcbio != NULL while 84 * The caller must free any non-NULL *preq, *ppath, and *pcbio pointers. 87 char **ppath, BIO **pcbio, BIO *acbio,
|
/third_party/openssl/apps/include/ |
H A D | http_server.h | 71 * pcbio: pointer to variable where to place the BIO for sending the response to 78 * returns 0 in case caller should retry, then *preq == *ppath == *pcbio == NULL 79 * returns -1 on fatal error; also then holds *preq == *ppath == *pcbio == NULL 80 * returns 1 otherwise. In this case it is guaranteed that *pcbio != NULL while 84 * The caller must free any non-NULL *preq, *ppath, and *pcbio pointers. 87 char **ppath, BIO **pcbio, BIO *acbio,
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 78 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, 1199 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, in do_responder() argument 1204 (ASN1_VALUE **)preq, NULL, pcbio, acbio, in do_responder()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 78 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, 1199 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, in do_responder() argument 1204 (ASN1_VALUE **)preq, NULL, pcbio, acbio, in do_responder()
|