Home
last modified time | relevance | path

Searched refs:ERR_LIB_HTTP (Results 1 - 25 of 68) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_err.c18 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ASN1_LEN_EXCEEDS_MAX_RESP_LEN),
20 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_CONNECT_FAILURE), "connect failure"},
21 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_ASN1_LENGTH),
23 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_CONTENT_LENGTH),
25 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_URL), "error parsing url"},
26 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_RECEIVING), "error receiving"},
27 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_SENDING), "error sending"},
28 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_FAILED_READING_DATA),
30 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_HEADER_PARSE_ERROR),
32 {ERR_PACK(ERR_LIB_HTTP,
[all...]
H A Dhttp_client.c95 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_new()
140 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_get0_mem_bio()
149 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_get_resp_len()
159 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_set_max_response_length()
175 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_set_request_line()
202 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_INVALID_ARGUMENT); in OSSL_HTTP_REQ_CTX_set_request_line()
224 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_add1_header()
228 ERR_raise(ERR_LIB_HTTP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in OSSL_HTTP_REQ_CTX_add1_header()
248 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_set_expected()
254 ERR_raise(ERR_LIB_HTTP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLE in OSSL_HTTP_REQ_CTX_set_expected()
[all...]
H A Dhttp_lib.c70 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_parse_url()
122 ERR_raise_data(ERR_LIB_HTTP, HTTP_R_INVALID_PORT_NUMBER, "%s", port); in OSSL_parse_url()
133 ERR_raise(ERR_LIB_HTTP, HTTP_R_INVALID_URL_PATH); in OSSL_parse_url()
179 ERR_raise(ERR_LIB_HTTP, HTTP_R_ERROR_PARSING_URL); in OSSL_parse_url()
212 ERR_raise(ERR_LIB_HTTP, HTTP_R_INVALID_URL_SCHEME); in OSSL_HTTP_parse_url()
/third_party/openssl/crypto/http/
H A Dhttp_err.c18 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ASN1_LEN_EXCEEDS_MAX_RESP_LEN),
20 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_CONNECT_FAILURE), "connect failure"},
21 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_ASN1_LENGTH),
23 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_CONTENT_LENGTH),
25 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_PARSING_URL), "error parsing url"},
26 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_RECEIVING), "error receiving"},
27 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_ERROR_SENDING), "error sending"},
28 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_FAILED_READING_DATA),
30 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_HEADER_PARSE_ERROR),
32 {ERR_PACK(ERR_LIB_HTTP,
[all...]
H A Dhttp_client.c95 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_new()
140 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_get0_mem_bio()
149 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_get_resp_len()
159 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_set_max_response_length()
174 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_set_request_line()
217 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_add1_header()
221 ERR_raise(ERR_LIB_HTTP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in OSSL_HTTP_REQ_CTX_add1_header()
241 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_HTTP_REQ_CTX_set_expected()
247 ERR_raise(ERR_LIB_HTTP, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in OSSL_HTTP_REQ_CTX_set_expected()
275 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETE in set1_content()
[all...]
H A Dhttp_lib.c62 ERR_raise(ERR_LIB_HTTP, ERR_R_PASSED_NULL_PARAMETER); in OSSL_parse_url()
114 ERR_raise_data(ERR_LIB_HTTP, HTTP_R_INVALID_PORT_NUMBER, "%s", port); in OSSL_parse_url()
125 ERR_raise(ERR_LIB_HTTP, HTTP_R_INVALID_URL_PATH); in OSSL_parse_url()
171 ERR_raise(ERR_LIB_HTTP, HTTP_R_ERROR_PARSING_URL); in OSSL_parse_url()
204 ERR_raise(ERR_LIB_HTTP, HTTP_R_INVALID_URL_SCHEME); in OSSL_HTTP_parse_url()
/third_party/python/Modules/
H A D_ssl_data_300.h72 #ifdef ERR_LIB_HTTP
73 {"HTTP", ERR_LIB_HTTP},
3904 {"ASN1_LEN_EXCEEDS_MAX_RESP_LEN", ERR_LIB_HTTP, HTTP_R_ASN1_LEN_EXCEEDS_MAX_RESP_LEN},
3909 {"CONNECT_FAILURE", ERR_LIB_HTTP, HTTP_R_CONNECT_FAILURE},
3914 {"ERROR_PARSING_ASN1_LENGTH", ERR_LIB_HTTP, HTTP_R_ERROR_PARSING_ASN1_LENGTH},
3919 {"ERROR_PARSING_CONTENT_LENGTH", ERR_LIB_HTTP, HTTP_R_ERROR_PARSING_CONTENT_LENGTH},
3924 {"ERROR_PARSING_URL", ERR_LIB_HTTP, HTTP_R_ERROR_PARSING_URL},
3929 {"ERROR_RECEIVING", ERR_LIB_HTTP, HTTP_R_ERROR_RECEIVING},
3934 {"ERROR_SENDING", ERR_LIB_HTTP, HTTP_R_ERROR_SENDING},
3939 {"FAILED_READING_DATA", ERR_LIB_HTTP, HTTP_R_FAILED_READING_DAT
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Derr.h122 # define ERR_LIB_HTTP 61 macro
150 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)

Completed in 29 milliseconds

123