Home
last modified time | relevance | path

Searched refs:HTTP_R_INVALID_URL_PATH (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/include/openssl/
Dhttperr.h35 # define HTTP_R_INVALID_URL_PATH 125 macro
/third_party/openssl/crypto/http/
Dhttp_err.c36 {ERR_PACK(ERR_LIB_HTTP, 0, HTTP_R_INVALID_URL_PATH), "invalid url path"},
Dhttp_lib.c125 ERR_raise(ERR_LIB_HTTP, HTTP_R_INVALID_URL_PATH); in OSSL_parse_url()
/third_party/python/Modules/
D_ssl_data_300.h3878 #ifdef HTTP_R_INVALID_URL_PATH
3879 {"INVALID_URL_PATH", ERR_LIB_HTTP, HTTP_R_INVALID_URL_PATH},
/third_party/openssl/crypto/err/
Dopenssl.txt772 HTTP_R_INVALID_URL_PATH:125:invalid url path