Searched refs:items (Results 1 – 9 of 9) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_getdate.md | 41 A "date" is a string containing several items separated by whitespace. The 42 order of the items is immaterial. A date string may contain many flavors of 43 items: 45 ## calendar date items 54 ## time of the day items 60 ## time zone items 66 ## day of the week items
|
H A D | libcurl-thread.md | 36 Note that some items are specifically documented as not thread-safe in the
|
/curl/tests/http/testenv/ |
H A D | ports.py | 37 for name, ptype in port_specs.items():
|
H A D | curl.py | 639 for key, val in form.items():
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_CERTINFO.md | 50 items with textual information in the format "name:content" such as 51 "Subject:Foo", "Issuer:Bar", etc. The items in each list varies depending on
|
/curl/tests/http/ |
H A D | scorecard.py | 371 for label, fpath in fpaths.items(): 513 for key, val in score["handshakes"].items(): 527 for sskey, ssval in score['downloads'].items(): 532 for mkey, mval in score['downloads'][sskey].items(): 569 for sskey, ssval in score['uploads'].items(): 574 for mkey, mval in ssval.items(): 614 for sskey, ssval in score['requests'].items():
|
/curl/lib/ |
H A D | ldap.c | 816 size_t items = 1; in split_str() local 820 items++; in split_str() 824 res = calloc(items, sizeof(char *)); in split_str() 828 for(i = 0, s = Curl_strtok_r(str, ",", &lasts); s && i < items; in split_str() 833 *count = items; in split_str()
|
H A D | content_encoding.c | 109 zalloc_cb(voidpf opaque, unsigned int items, unsigned int size) in zalloc_cb() argument 113 return (voidpf) calloc(items, size); in zalloc_cb()
|
/curl/lib/vtls/ |
H A D | sectransp.c | 620 CFArrayRef items = NULL; in CopyIdentityFromPKCS12File() local 633 status = SecPKCS12Import(pkcs_data, options, &items); in CopyIdentityFromPKCS12File() 658 0, &keyParams, NULL, &items); in CopyIdentityFromPKCS12File() 663 if(status == errSecSuccess && items && CFArrayGetCount(items)) { in CopyIdentityFromPKCS12File() 665 count = CFArrayGetCount(items); in CopyIdentityFromPKCS12File() 668 CFTypeRef item = (CFTypeRef) CFArrayGetValueAtIndex(items, i); in CopyIdentityFromPKCS12File() 690 if(items) in CopyIdentityFromPKCS12File() 691 CFRelease(items); in CopyIdentityFromPKCS12File()
|
Completed in 21 milliseconds