/third_party/openssl/crypto/http/ |
H A D | http_lib.c | 41 char **ppath, char **pquery, char **pfrag) in OSSL_parse_url() 57 init_pstring(ppath); in OSSL_parse_url() 159 if (!copy_substring(ppath, path, path_end)) in OSSL_parse_url() 161 } else if (ppath != NULL) { /* must prepend '/' */ in OSSL_parse_url() 164 if ((*ppath = OPENSSL_malloc(buflen)) == NULL) in OSSL_parse_url() 166 BIO_snprintf(*ppath, buflen, "/%s", path); in OSSL_parse_url() 178 free_pstring(ppath); in OSSL_parse_url() 186 char **ppath, char **pquery, char **pfrag) in OSSL_HTTP_parse_url() 195 ppath, pquery, pfrag)) in OSSL_HTTP_parse_url() 235 free_pstring(ppath); in OSSL_HTTP_parse_url() 39 OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, char **pport, int *pport_num, char **ppath, char **pquery, char **pfrag) OSSL_parse_url() argument 184 OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, char **pport, int *pport_num, char **ppath, char **pquery, char **pfrag) OSSL_HTTP_parse_url() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_lib.c | 48 char **ppath, char **pquery, char **pfrag) in OSSL_parse_url() 65 init_pstring(ppath); in OSSL_parse_url() 167 if (!copy_substring(ppath, path, path_end)) in OSSL_parse_url() 169 } else if (ppath != NULL) { /* must prepend '/' */ in OSSL_parse_url() 172 if ((*ppath = OPENSSL_malloc(buflen)) == NULL) in OSSL_parse_url() 174 BIO_snprintf(*ppath, buflen, "/%s", path); in OSSL_parse_url() 186 free_pstring(ppath); in OSSL_parse_url() 194 char **ppath, char **pquery, char **pfrag) in OSSL_HTTP_parse_url() 203 ppath, pquery, pfrag)) in OSSL_HTTP_parse_url() 243 free_pstring(ppath); in OSSL_HTTP_parse_url() 46 OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, char **pport, int *pport_num, char **ppath, char **pquery, char **pfrag) OSSL_parse_url() argument 192 OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, char **pport, int *pport_num, char **ppath, char **pquery, char **pfrag) OSSL_HTTP_parse_url() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 284 char **ppath, BIO **pcbio, BIO *acbio, in http_server_get_asn1_req() 297 if (ppath != NULL) in http_server_get_asn1_req() 298 *ppath = NULL; in http_server_get_asn1_req() 477 } else if (ppath != NULL && (*ppath = OPENSSL_strdup(url)) == NULL) { in http_server_get_asn1_req() 497 if (ppath != NULL) { in http_server_get_asn1_req() 498 OPENSSL_free(*ppath); in http_server_get_asn1_req() 499 *ppath = 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 | 284 char **ppath, BIO **pcbio, BIO *acbio, in http_server_get_asn1_req() 297 if (ppath != NULL) in http_server_get_asn1_req() 298 *ppath = NULL; in http_server_get_asn1_req() 477 } else if (ppath != NULL && (*ppath = OPENSSL_strdup(url)) == NULL) { in http_server_get_asn1_req() 497 if (ppath != NULL) { in http_server_get_asn1_req() 498 OPENSSL_free(*ppath); in http_server_get_asn1_req() 499 *ppath = 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/include/openssl/ |
H A D | http.h | 99 char **ppath, char **pquery, char **pfrag); 102 char **ppath, char **pquery, char **pfrag);
|
/third_party/openssl/include/openssl/ |
H A D | http.h | 99 char **ppath, char **pquery, char **pfrag); 102 char **ppath, char **pquery, char **pfrag);
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | http_server.h | 70 * ppath: pointer to variable where to place the request path, or NULL 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 81 * *ppath == NULL and *preq == NULL if and only if the request is invalid, 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 | 70 * ppath: pointer to variable where to place the request path, or NULL 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 81 * *ppath == NULL and *preq == NULL if and only if the request is invalid, 84 * The caller must free any non-NULL *preq, *ppath, and *pcbio pointers. 87 char **ppath, BIO **pcbio, BIO *acbio,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ocsp.h | 229 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
|