Searched refs:attributes (Results 1 – 8 of 8) sorted by relevance
/curl/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 10 attributes: 25 attributes: 32 attributes: 39 attributes: 49 attributes:
|
H A D | docs.yml | 11 attributes: 19 attributes: 29 attributes:
|
/curl/docs/cmdline-opts/ |
H A D | xattr.md | 5 Help: Store metadata in extended file attributes 20 file attributes. Currently, `curl` is stored in the `creator` attribute, 23 support extended attributes, a warning is issued.
|
/curl/.github/scripts/ |
H A D | spellcheck.yaml | 22 attributes:
|
/curl/lib/ |
H A D | ldap.c | 929 char **attributes; in _ldap_url_parse2() local 933 if(!split_str(p, &attributes, &count)) { in _ldap_url_parse2() 946 free(attributes); in _ldap_url_parse2() 957 LDAP_TRACE(("attr[%zu] '%s'\n", i, attributes[i])); in _ldap_url_parse2() 960 result = Curl_urldecode(attributes[i], 0, &unescaped, NULL, in _ldap_url_parse2() 963 free(attributes); in _ldap_url_parse2() 978 free(attributes); in _ldap_url_parse2() 991 free(attributes); in _ldap_url_parse2()
|
/curl/docs/examples/ |
H A D | htmltitle.cpp | 139 const xmlChar **attributes) in StartElement() argument 147 (void) attributes; in StartElement()
|
/curl/packages/vms/ |
H A D | generate_config_vms_h_curl.com | 188 $! typical file attributes of a VMS text file.
|
/curl/m4/ |
H A D | curl-compilers.m4 | 823 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [attributes]) 1004 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [attributes])
|
Completed in 33 milliseconds