Searched refs:CURLU_NO_AUTHORITY (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/include/curl/ |
D | urlapi.h | 97 #define CURLU_NO_AUTHORITY (1<<10) /* Allow empty authority when the macro
|
/third_party/curl/docs/libcurl/ |
D | curl_url_set.md | 85 Unless *CURLU_NO_AUTHORITY* is set, a blank hostname is not allowed in 111 Unless *CURLU_NO_AUTHORITY* is set, a blank hostname is not allowed to set. 187 ## CURLU_NO_AUTHORITY section in FLAGS
|
D | symbols-in-versions | 1065 CURLU_NO_AUTHORITY 7.67.0
|
D | libcurl-symbols.md | 3179 ## CURLU_NO_AUTHORITY section in libcurl symbols
|
/third_party/curl/tests/libtest/ |
D | lib1560.c | 748 CURLU_NON_SUPPORT_SCHEME | CURLU_NO_AUTHORITY, 0, CURLUE_OK}, 751 CURLU_NON_SUPPORT_SCHEME | CURLU_NO_AUTHORITY, 0, CURLUE_OK}, 1006 CURLU_NON_SUPPORT_SCHEME, CURLU_NON_SUPPORT_SCHEME | CURLU_NO_AUTHORITY, 1127 0, CURLU_NO_AUTHORITY, CURLUE_OK},
|
/third_party/curl/lib/ |
D | urlapi.c | 1229 else if(flags & CURLU_NO_AUTHORITY) { in parseurl() 1955 if(!n && (flags & CURLU_NO_AUTHORITY)) { in curl_url_set()
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 440 d CURLU_NO_AUTHORITY...
|
/third_party/curl/ |
D | CHANGES | 429 CURLU_NO_AUTHORITY are both set and the URL is a single path.
|