Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A Dcurl_getdate.md40 A "date" is a string containing several items separated by whitespace. The
41 order of the items is immaterial. A date string may contain many flavors of
42 items:
44 ## calendar date items
53 ## time of the day items
59 ## time zone items
65 ## day of the week items
H A Dlibcurl-thread.md35 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 Dvsftpd.py162 for key, val in os.environ.items():
H A Dhttpd.py119 for key, val in os.environ.items():
H A Dcurl.py528 for key, val in form.items():
/curl/docs/libcurl/opts/
H A DCURLINFO_CERTINFO.md49 items with textual information in the format "name:content" such as
50 "Subject:Foo", "Issuer:Bar", etc. The items in each list varies depending on
/curl/tests/http/
H A Dscorecard.py422 for key, val in score["handshakes"].items():
436 for server, server_score in score['downloads'].items():
437 for sskey, ssval in server_score.items():
442 for mkey, mval in server_score[sskey].items():
457 for key, val in size_score.items():
481 for sskey, ssval in server_score.items():
486 for mkey, mval in server_score[sskey].items():
502 for key, val in size_score.items():
/curl/lib/
H A Dldap.c812 size_t items = 1; in split_str() local
816 items++; in split_str()
820 res = calloc(items, sizeof(char *)); in split_str()
824 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items; in split_str()
829 *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.c1025 CFArrayRef items = NULL; in CopyIdentityFromPKCS12File() local
1038 status = SecPKCS12Import(pkcs_data, options, &items); in CopyIdentityFromPKCS12File()
1063 0, &keyParams, NULL, &items); in CopyIdentityFromPKCS12File()
1068 if(status == errSecSuccess && items && CFArrayGetCount(items)) { in CopyIdentityFromPKCS12File()
1070 count = CFArrayGetCount(items); in CopyIdentityFromPKCS12File()
1073 CFTypeRef item = (CFTypeRef) CFArrayGetValueAtIndex(items, i); in CopyIdentityFromPKCS12File()
1095 if(items) in CopyIdentityFromPKCS12File()
1096 CFRelease(items); in CopyIdentityFromPKCS12File()

Completed in 46 milliseconds