Home
last modified time | relevance | path

Searched refs:array (Results 1 – 19 of 19) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_multi_get_handles.md30 Returns an array with pointers to all added easy handles. The end of the list
33 Even if there is not a single easy handle added, this still returns an array
36 The returned array contains all the handles that are present at the time of
38 to the multi handle after the handle array was returned, the two data points
41 The order of the easy handles within the array is not guaranteed.
43 The returned array must be freed with a call to curl_free(3) after use.
79 Returns NULL on failure. Otherwise it returns a pointer to an allocated array.
H A Dcurl_multi_waitfds.md42 libcurl fills provided *ufds* array up to the *size*.
82 * deallocations, if needed, like pre-allocated or grow-only array.
86 /* get wait descriptors from the transfers and put them into array. */
H A Dcurl_mprintf.md246 The *const char ** argument is expected to be a pointer to an array of
247 character type (pointer to a string). Characters from the array are written up
251 than the size of the array, the array must contain a terminating null byte.
H A Dcurl_version_info.md133 *feature_names* is a pointer to an array of string pointers, containing the
134 names of the features that libcurl supports. The array is terminated by a NULL
146 *protocols* is a pointer to an array of char * pointers, containing the
148 names are the same as would be used in URLs. The array is terminated by a NULL
H A Dcurl_formadd.md184 **CURLFORM_ARRAY** option, that passes a struct curl_forms array pointer as
186 char pointer. The final element in the array must be a CURLFORM_END. All
187 available options can be used in an array, except the CURLFORM_ARRAY option
188 itself. The last argument in such an array must always be **CURLFORM_END**.
/curl/tests/
H A Dgetpart.pm295 my @array;
299 push @array, $_;
302 return @array;
347 my @array;
351 push @array, $_;
355 return @array;
/curl/lib/
H A Dcookie.c1449 struct Cookie **array; in Curl_cookie_getlist() local
1453 array = malloc(sizeof(struct Cookie *) * matches); in Curl_cookie_getlist()
1454 if(!array) in Curl_cookie_getlist()
1460 array[i++] = co; in Curl_cookie_getlist()
1467 mainco = array[0]; /* start here */ in Curl_cookie_getlist()
1469 array[i]->next = array[i + 1]; in Curl_cookie_getlist()
1647 struct Cookie **array; in cookie_output() local
1650 if(!array) { in cookie_output()
1660 array[nvalid++] = co; in cookie_output()
1669 free(array); in cookie_output()
[all …]
H A Dhttp_aws_sigv4.c503 struct pair array[MAX_QUERYPAIRS]; in canon_query() local
504 struct pair *ap = &array[0]; in canon_query()
529 qsort(&array[0], entry, sizeof(struct pair), compare_func); in canon_query()
531 ap = &array[0]; in canon_query()
H A Dftp.c1921 unsigned int *array) /* 6 numbers */ in match_pasv_6nums() argument
1937 array[i] = (unsigned int)num; in match_pasv_6nums()
/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING_SITE_BL.md31 Pass a **hosts** array of char *, ending with a NULL entry. This is a list
33 support HTTP pipelining. The array is copied by libcurl.
H A DCURLMOPT_PIPELINING_SERVER_BL.md31 Pass a **servers** array of char *, ending with a NULL entry. This is a list
34 pipelining. The array is copied by libcurl.
H A DCURLINFO_CERTINFO.md46 The *certinfo* struct member is an array of linked lists of certificate
48 which is the number of elements in the array. Each certificate's list has
/curl/
H A D.cirrus.yml65 … -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g";
66 … -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g";
/curl/lib/vtls/
H A Dsectransp.c2005 CFMutableArrayRef array) argument
2038 CFArrayAppendValue(array, cacert);
2055 CFMutableArrayRef array = NULL; local
2068 array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
2069 if(!array) {
2093 rc = append_cert_to_array(data, certbuf, buflen, array);
2106 rc = append_cert_to_array(data, der, derlen, array);
2126 ret = SecTrustSetAnchorCertificates(trust, array);
2169 if(array)
2170 CFRelease(array);
/curl/packages/OS400/
H A DREADME.OS400161 If taken from an argument array, an additional array entry must follow each
165 parameter/array boundary.
366 and the CURLFORM_END option. This makes possible to use an option array
377 curl_forms array. Please note the form API is deprecated and the MIME API
H A Dcurl.inc.in2684 * This prototype allows use of an option array, or a single "object"
/curl/.github/workflows/
H A Dlinux.yml136 …w -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g"
147 CFLAGS="-fsanitize=memory -Wformat -Werror=format-security -Werror=array-bounds -g"
/curl/docs/cmdline-opts/
H A Dwrite-out.md92 of that header, each value is presented in the JSON array.
/curl/m4/
H A Dcurl-compilers.m41324 dnl type for a constant array with negative dimension.
1349 dnl type definition of a constant array.

Completed in 92 milliseconds