Home
last modified time | relevance | path

Searched refs:CURLU_NO_AUTHORITY (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/include/curl/
Durlapi.h97 #define CURLU_NO_AUTHORITY (1<<10) /* Allow empty authority when the macro
/third_party/curl/docs/libcurl/
Dcurl_url_set.md85 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
Dsymbols-in-versions1065 CURLU_NO_AUTHORITY 7.67.0
Dlibcurl-symbols.md3179 ## CURLU_NO_AUTHORITY section in libcurl symbols
/third_party/curl/tests/libtest/
Dlib1560.c748 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/
Durlapi.c1229 else if(flags & CURLU_NO_AUTHORITY) { in parseurl()
1955 if(!n && (flags & CURLU_NO_AUTHORITY)) { in curl_url_set()
/third_party/curl/packages/OS400/
Dcurl.inc.in440 d CURLU_NO_AUTHORITY...
/third_party/curl/
DCHANGES429 CURLU_NO_AUTHORITY are both set and the URL is a single path.