Home
last modified time | relevance | path

Searched refs:items (Results 1 – 9 of 9) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_getdate.md41 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 Dlibcurl-thread.md36 Note that some items are specifically documented as not thread-safe in the
/curl/tests/http/testenv/
H A Dports.py37 for name, ptype in port_specs.items():
H A Dcurl.py639 for key, val in form.items():
/curl/docs/libcurl/opts/
H A DCURLINFO_CERTINFO.md50 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 Dscorecard.py371 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 Dldap.c816 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 Dcontent_encoding.c109 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 Dsectransp.c620 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