Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 46) sorted by relevance

12

/curl/tests/libtest/
H A Dlib576.c43 if(finfo->strings.perm) { in chunk_bgn()
44 printf("Permissions: %s", finfo->strings.perm); in chunk_bgn()
50 if(finfo->strings.user) in chunk_bgn()
51 printf("User: %s\n", finfo->strings.user); in chunk_bgn()
52 if(finfo->strings.group) in chunk_bgn()
53 printf("Group: %s\n", finfo->strings.group); in chunk_bgn()
54 if(finfo->strings.time) in chunk_bgn()
55 printf("Time: %s\n", finfo->strings.time); in chunk_bgn()
66 printf("Target: %s\n", finfo->strings.target); in chunk_bgn()
/curl/docs/libcurl/
H A Dcurl_strequal.md29 The curl_strequal(3) function compares the two strings *str1* and
31 integer if the strings are identical.
37 strings in a truly portable manner. There are no standard portable case
59 Non-zero if the strings are identical. Zero if they are not.
H A Dcurl_strnequal.md29 The curl_strequal(3) function compares the two strings *str1* and
31 integer if the strings are identical.
37 strings in a truly portable manner. There are no standard portable case
59 Non-zero if the strings are identical. Zero if they are not.
H A Dcurl_slist_append.md28 curl_slist_append(3) appends a string to a linked list of strings. The
H A Dcurl_easy_unescape.md39 strings containing %00. Since this is a pointer to an *int* type, it can
H A Dcurl_easy_escape.md35 input strings longer than **CURL_MAX_INPUT_LENGTH** (8 MB).
/curl/tests/data/
H A Dtest55742 All curl_mprintf() strings tests OK!
43 All float strings tests OK!
H A Dtest159729 Tested 15 strings
H A Dtest59856 curl_easy_reset with referer and other strings set
/curl/docs/cmdline-opts/
H A Dconnect-to.md24 `HOST1` and `PORT1` may be empty strings, meaning any host or any port number.
25 `HOST2` and `PORT2` may also be empty strings, meaning use the request's
H A Dtime-cond.md25 sorts of date strings or if it does not match any internal ones, it is treated
H A Dquote.md46 operand. The date expression can be all sorts of date strings, see the
72 file operand. The date expression can be all sorts of date strings, see the
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md35 of 'struct curl_slist' structs properly filled in with text strings. Use
36 curl_slist_append(3) to append strings (commands) to the list, and clear
63 operand. The date expression can be all sorts of date strings, see the
95 file operand. The date expression can be all sorts of date strings, see the
H A DCURLOPT_PROXY_TLS13_CIPHERS.md37 syntactically correct, it consists of one or more cipher suite strings
H A DCURLOPT_TLS13_CIPHERS.md37 syntactically correct, it consists of one or more cipher suite strings
H A DCURLOPT_HTTP200ALIASES.md40 The alias itself is not parsed for any version strings. The protocol is
H A DCURLOPT_NETRC.md76 newline. Starting in 7.84.0, libcurl also supports quoted strings. They start
78 r, and t. Quoted strings are the only way a space character can be used in
H A DCURLOPT_SSL_CIPHER_LIST.md41 it consists of one or more cipher strings separated by colons. Commas or
H A DCURLOPT_PROXY_SSL_CIPHER_LIST.md42 syntactically correct, it consists of one or more cipher strings separated by
H A DCURLOPT_TRAILERFUNCTION.md45 then libcurl duplicates the strings, and frees the *curl_slist* once the
H A DCURLOPT_USERPWD.md58 The user and password strings are not URL decoded, so there is no way to send
H A DCURLOPT_CHUNK_BGN_FUNCTION.md40 } strings;
H A DCURLOPT_RESOLVE.md30 Pass a pointer to a linked list of strings with hostname resolve information
/curl/lib/
H A Dftplistparser.c321 finfo->strings.group = parser->offsets.group ? in ftp_pl_insert_finfo()
323 finfo->strings.perm = parser->offsets.perm ? in ftp_pl_insert_finfo()
325 finfo->strings.target = parser->offsets.symlink_target ? in ftp_pl_insert_finfo()
327 finfo->strings.time = str + parser->offsets.time; in ftp_pl_insert_finfo()
328 finfo->strings.user = parser->offsets.user ? in ftp_pl_insert_finfo()
341 if((finfo->filetype == CURLFILETYPE_SYMLINK) && finfo->strings.target && in ftp_pl_insert_finfo()
342 (strstr(finfo->strings.target, " -> "))) { in ftp_pl_insert_finfo()
/curl/packages/OS400/
H A DREADME.OS40013 used in libcurl strings. As a consequence, using the existing conversion
30 string argument. Callback procedures arguments giving access to strings are
167 unconvertible strings and thus are NOT followed by a CCSID.
195 parameter. These strings belong to libcurl and may not be freed by the caller.

Completed in 49 milliseconds

12