Searched refs:ARG_NONE (Results 1 – 2 of 2) sorted by relevance
/curl/src/ |
H A D | tool_getparam.c | 163 {"http1.0", ARG_NONE, '0', C_HTTP1_0}, 164 {"http1.1", ARG_NONE, ' ', C_HTTP1_1}, 165 {"http2", ARG_NONE, ' ', C_HTTP2}, 167 {"http3", ARG_NONE, ' ', C_HTTP3}, 177 {"ipv4", ARG_NONE, '4', C_IPV4}, 178 {"ipv6", ARG_NONE, '6', C_IPV6}, 209 {"next", ARG_NONE, ':', C_NEXT}, 307 {"sslv2", ARG_NONE, '2', C_SSLV2}, 308 {"sslv3", ARG_NONE, '3', C_SSLV3}, 328 {"tlsv1", ARG_NONE, '1', C_TLSV1}, [all …]
|
H A D | tool_getparam.h | 309 #define ARG_NONE 0 /* stand-alone but not a boolean */ macro
|
Completed in 9 milliseconds