Searched refs:CURLOPTTYPE_BLOB (Results 1 – 7 of 7) sorted by relevance
/third_party/curl/include/curl/ |
D | curl.h | 1070 #define CURLOPTTYPE_BLOB 40000 macro 2112 CURLOPT(CURLOPT_SSLCERT_BLOB, CURLOPTTYPE_BLOB, 291), 2113 CURLOPT(CURLOPT_SSLKEY_BLOB, CURLOPTTYPE_BLOB, 292), 2114 CURLOPT(CURLOPT_PROXY_SSLCERT_BLOB, CURLOPTTYPE_BLOB, 293), 2115 CURLOPT(CURLOPT_PROXY_SSLKEY_BLOB, CURLOPTTYPE_BLOB, 294), 2116 CURLOPT(CURLOPT_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 295), 2120 CURLOPT(CURLOPT_PROXY_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 297), 2155 CURLOPT(CURLOPT_CAINFO_BLOB, CURLOPTTYPE_BLOB, 309), 2159 CURLOPT(CURLOPT_PROXY_CAINFO_BLOB, CURLOPTTYPE_BLOB, 310),
|
D | typecheck-gcc.h | 257 (((option) > CURLOPTTYPE_OFF_T) && ((option) < CURLOPTTYPE_BLOB))
|
/third_party/curl/src/ |
D | tool_setopt.c | 615 else if(tag < CURLOPTTYPE_BLOB) { in tool_setopt()
|
/third_party/curl/docs/libcurl/ |
D | symbols-in-versions | 902 CURLOPTTYPE_BLOB 7.71.0
|
D | libcurl-symbols.md | 2690 ## CURLOPTTYPE_BLOB section in libcurl symbols
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.c | 1250 if(tag / 10000 == CURLOPTTYPE_BLOB) { in curl_easy_setopt_ccsid()
|
D | curl.inc.in | 264 d CURLOPTTYPE_BLOB...
|