Alexander Pyhalov
2017-01-13 efc6e91b59461ffa02b671e7417cf1e83bcdbb52
commit | author | age
a1ab2b 1 #
AS 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2016 <contributor>
14 #
15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
19 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
24
25 file path=usr/bin/$(MACH64)/curl
26 file path=usr/bin/$(MACH64)/curl-config
27 file path=usr/bin/curl
28 file path=usr/bin/curl-config
29 file path=usr/include/curl/curl.h
30 file path=usr/include/curl/curlbuild.h
31 file path=usr/include/curl/curlrules.h
32 file path=usr/include/curl/curlver.h
33 file path=usr/include/curl/easy.h
34 file path=usr/include/curl/mprintf.h
35 file path=usr/include/curl/multi.h
36 file path=usr/include/curl/stdcheaders.h
37 file path=usr/include/curl/typecheck-gcc.h
38 link path=usr/lib/$(MACH64)/libcurl.so target=libcurl.so.4.4.0
39 link path=usr/lib/$(MACH64)/libcurl.so.4 target=libcurl.so.4.4.0
40 file path=usr/lib/$(MACH64)/libcurl.so.4.4.0
41 file path=usr/lib/$(MACH64)/pkgconfig/libcurl.pc
42 link path=usr/lib/libcurl.so target=libcurl.so.4.4.0
43 link path=usr/lib/libcurl.so.4 target=libcurl.so.4.4.0
44 file path=usr/lib/libcurl.so.4.4.0
45 file path=usr/lib/pkgconfig/libcurl.pc
46 file path=usr/share/aclocal/libcurl.m4
47 file path=usr/share/man/man1/curl-config.1
48 file path=usr/share/man/man1/curl.1
49 file path=usr/share/man/man3/CURLINFO_ACTIVESOCKET.3
50 file path=usr/share/man/man3/CURLINFO_APPCONNECT_TIME.3
51 file path=usr/share/man/man3/CURLINFO_CERTINFO.3
52 file path=usr/share/man/man3/CURLINFO_CONDITION_UNMET.3
53 file path=usr/share/man/man3/CURLINFO_CONNECT_TIME.3
54 file path=usr/share/man/man3/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3
55 file path=usr/share/man/man3/CURLINFO_CONTENT_LENGTH_UPLOAD.3
56 file path=usr/share/man/man3/CURLINFO_CONTENT_TYPE.3
57 file path=usr/share/man/man3/CURLINFO_COOKIELIST.3
58 file path=usr/share/man/man3/CURLINFO_EFFECTIVE_URL.3
59 file path=usr/share/man/man3/CURLINFO_FILETIME.3
60 file path=usr/share/man/man3/CURLINFO_FTP_ENTRY_PATH.3
61 file path=usr/share/man/man3/CURLINFO_HEADER_SIZE.3
62 file path=usr/share/man/man3/CURLINFO_HTTPAUTH_AVAIL.3
63 file path=usr/share/man/man3/CURLINFO_HTTP_CONNECTCODE.3
c627d5 64 file path=usr/share/man/man3/CURLINFO_HTTP_VERSION.3
a1ab2b 65 file path=usr/share/man/man3/CURLINFO_LASTSOCKET.3
AS 66 file path=usr/share/man/man3/CURLINFO_LOCAL_IP.3
67 file path=usr/share/man/man3/CURLINFO_LOCAL_PORT.3
68 file path=usr/share/man/man3/CURLINFO_NAMELOOKUP_TIME.3
69 file path=usr/share/man/man3/CURLINFO_NUM_CONNECTS.3
70 file path=usr/share/man/man3/CURLINFO_OS_ERRNO.3
71 file path=usr/share/man/man3/CURLINFO_PRETRANSFER_TIME.3
72 file path=usr/share/man/man3/CURLINFO_PRIMARY_IP.3
73 file path=usr/share/man/man3/CURLINFO_PRIMARY_PORT.3
74 file path=usr/share/man/man3/CURLINFO_PRIVATE.3
efc6e9 75 file path=usr/share/man/man3/CURLINFO_PROTOCOL.3
a1ab2b 76 file path=usr/share/man/man3/CURLINFO_PROXYAUTH_AVAIL.3
efc6e9 77 file path=usr/share/man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3
a1ab2b 78 file path=usr/share/man/man3/CURLINFO_REDIRECT_COUNT.3
AS 79 file path=usr/share/man/man3/CURLINFO_REDIRECT_TIME.3
80 file path=usr/share/man/man3/CURLINFO_REDIRECT_URL.3
81 file path=usr/share/man/man3/CURLINFO_REQUEST_SIZE.3
82 file path=usr/share/man/man3/CURLINFO_RESPONSE_CODE.3
83 file path=usr/share/man/man3/CURLINFO_RTSP_CLIENT_CSEQ.3
84 file path=usr/share/man/man3/CURLINFO_RTSP_CSEQ_RECV.3
85 file path=usr/share/man/man3/CURLINFO_RTSP_SERVER_CSEQ.3
86 file path=usr/share/man/man3/CURLINFO_RTSP_SESSION_ID.3
efc6e9 87 file path=usr/share/man/man3/CURLINFO_SCHEME.3
a1ab2b 88 file path=usr/share/man/man3/CURLINFO_SIZE_DOWNLOAD.3
AS 89 file path=usr/share/man/man3/CURLINFO_SIZE_UPLOAD.3
90 file path=usr/share/man/man3/CURLINFO_SPEED_DOWNLOAD.3
91 file path=usr/share/man/man3/CURLINFO_SPEED_UPLOAD.3
92 file path=usr/share/man/man3/CURLINFO_SSL_ENGINES.3
93 file path=usr/share/man/man3/CURLINFO_SSL_VERIFYRESULT.3
94 file path=usr/share/man/man3/CURLINFO_STARTTRANSFER_TIME.3
95 file path=usr/share/man/man3/CURLINFO_TLS_SESSION.3
c627d5 96 file path=usr/share/man/man3/CURLINFO_TLS_SSL_PTR.3
a1ab2b 97 file path=usr/share/man/man3/CURLINFO_TOTAL_TIME.3
AS 98 file path=usr/share/man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
99 file path=usr/share/man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
100 file path=usr/share/man/man3/CURLMOPT_MAXCONNECTS.3
101 file path=usr/share/man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3
102 file path=usr/share/man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3
103 file path=usr/share/man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3
104 file path=usr/share/man/man3/CURLMOPT_PIPELINING.3
105 file path=usr/share/man/man3/CURLMOPT_PIPELINING_SERVER_BL.3
106 file path=usr/share/man/man3/CURLMOPT_PIPELINING_SITE_BL.3
107 file path=usr/share/man/man3/CURLMOPT_PUSHDATA.3
108 file path=usr/share/man/man3/CURLMOPT_PUSHFUNCTION.3
109 file path=usr/share/man/man3/CURLMOPT_SOCKETDATA.3
110 file path=usr/share/man/man3/CURLMOPT_SOCKETFUNCTION.3
111 file path=usr/share/man/man3/CURLMOPT_TIMERDATA.3
112 file path=usr/share/man/man3/CURLMOPT_TIMERFUNCTION.3
113 file path=usr/share/man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3
114 file path=usr/share/man/man3/CURLOPT_ACCEPT_ENCODING.3
115 file path=usr/share/man/man3/CURLOPT_ADDRESS_SCOPE.3
116 file path=usr/share/man/man3/CURLOPT_APPEND.3
117 file path=usr/share/man/man3/CURLOPT_AUTOREFERER.3
118 file path=usr/share/man/man3/CURLOPT_BUFFERSIZE.3
119 file path=usr/share/man/man3/CURLOPT_CAINFO.3
120 file path=usr/share/man/man3/CURLOPT_CAPATH.3
121 file path=usr/share/man/man3/CURLOPT_CERTINFO.3
122 file path=usr/share/man/man3/CURLOPT_CHUNK_BGN_FUNCTION.3
123 file path=usr/share/man/man3/CURLOPT_CHUNK_DATA.3
124 file path=usr/share/man/man3/CURLOPT_CHUNK_END_FUNCTION.3
125 file path=usr/share/man/man3/CURLOPT_CLOSESOCKETDATA.3
126 file path=usr/share/man/man3/CURLOPT_CLOSESOCKETFUNCTION.3
127 file path=usr/share/man/man3/CURLOPT_CONNECTTIMEOUT.3
128 file path=usr/share/man/man3/CURLOPT_CONNECTTIMEOUT_MS.3
129 file path=usr/share/man/man3/CURLOPT_CONNECT_ONLY.3
c627d5 130 file path=usr/share/man/man3/CURLOPT_CONNECT_TO.3
a1ab2b 131 file path=usr/share/man/man3/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3
AS 132 file path=usr/share/man/man3/CURLOPT_CONV_FROM_UTF8_FUNCTION.3
133 file path=usr/share/man/man3/CURLOPT_CONV_TO_NETWORK_FUNCTION.3
134 file path=usr/share/man/man3/CURLOPT_COOKIE.3
135 file path=usr/share/man/man3/CURLOPT_COOKIEFILE.3
136 file path=usr/share/man/man3/CURLOPT_COOKIEJAR.3
137 file path=usr/share/man/man3/CURLOPT_COOKIELIST.3
138 file path=usr/share/man/man3/CURLOPT_COOKIESESSION.3
139 file path=usr/share/man/man3/CURLOPT_COPYPOSTFIELDS.3
140 file path=usr/share/man/man3/CURLOPT_CRLF.3
141 file path=usr/share/man/man3/CURLOPT_CRLFILE.3
142 file path=usr/share/man/man3/CURLOPT_CUSTOMREQUEST.3
143 file path=usr/share/man/man3/CURLOPT_DEBUGDATA.3
144 file path=usr/share/man/man3/CURLOPT_DEBUGFUNCTION.3
145 file path=usr/share/man/man3/CURLOPT_DEFAULT_PROTOCOL.3
146 file path=usr/share/man/man3/CURLOPT_DIRLISTONLY.3
147 file path=usr/share/man/man3/CURLOPT_DNS_CACHE_TIMEOUT.3
148 file path=usr/share/man/man3/CURLOPT_DNS_INTERFACE.3
149 file path=usr/share/man/man3/CURLOPT_DNS_LOCAL_IP4.3
150 file path=usr/share/man/man3/CURLOPT_DNS_LOCAL_IP6.3
151 file path=usr/share/man/man3/CURLOPT_DNS_SERVERS.3
152 file path=usr/share/man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3
153 file path=usr/share/man/man3/CURLOPT_EGDSOCKET.3
154 file path=usr/share/man/man3/CURLOPT_ERRORBUFFER.3
155 file path=usr/share/man/man3/CURLOPT_EXPECT_100_TIMEOUT_MS.3
156 file path=usr/share/man/man3/CURLOPT_FAILONERROR.3
157 file path=usr/share/man/man3/CURLOPT_FILETIME.3
158 file path=usr/share/man/man3/CURLOPT_FNMATCH_DATA.3
159 file path=usr/share/man/man3/CURLOPT_FNMATCH_FUNCTION.3
160 file path=usr/share/man/man3/CURLOPT_FOLLOWLOCATION.3
161 file path=usr/share/man/man3/CURLOPT_FORBID_REUSE.3
162 file path=usr/share/man/man3/CURLOPT_FRESH_CONNECT.3
163 file path=usr/share/man/man3/CURLOPT_FTPPORT.3
164 file path=usr/share/man/man3/CURLOPT_FTPSSLAUTH.3
165 file path=usr/share/man/man3/CURLOPT_FTP_ACCOUNT.3
166 file path=usr/share/man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3
167 file path=usr/share/man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3
168 file path=usr/share/man/man3/CURLOPT_FTP_FILEMETHOD.3
169 file path=usr/share/man/man3/CURLOPT_FTP_RESPONSE_TIMEOUT.3
170 file path=usr/share/man/man3/CURLOPT_FTP_SKIP_PASV_IP.3
171 file path=usr/share/man/man3/CURLOPT_FTP_SSL_CCC.3
172 file path=usr/share/man/man3/CURLOPT_FTP_USE_EPRT.3
173 file path=usr/share/man/man3/CURLOPT_FTP_USE_EPSV.3
174 file path=usr/share/man/man3/CURLOPT_FTP_USE_PRET.3
175 file path=usr/share/man/man3/CURLOPT_GSSAPI_DELEGATION.3
176 file path=usr/share/man/man3/CURLOPT_HEADER.3
177 file path=usr/share/man/man3/CURLOPT_HEADERDATA.3
178 file path=usr/share/man/man3/CURLOPT_HEADERFUNCTION.3
179 file path=usr/share/man/man3/CURLOPT_HEADEROPT.3
180 file path=usr/share/man/man3/CURLOPT_HTTP200ALIASES.3
181 file path=usr/share/man/man3/CURLOPT_HTTPAUTH.3
182 file path=usr/share/man/man3/CURLOPT_HTTPGET.3
183 file path=usr/share/man/man3/CURLOPT_HTTPHEADER.3
184 file path=usr/share/man/man3/CURLOPT_HTTPPOST.3
185 file path=usr/share/man/man3/CURLOPT_HTTPPROXYTUNNEL.3
186 file path=usr/share/man/man3/CURLOPT_HTTP_CONTENT_DECODING.3
187 file path=usr/share/man/man3/CURLOPT_HTTP_TRANSFER_DECODING.3
188 file path=usr/share/man/man3/CURLOPT_HTTP_VERSION.3
189 file path=usr/share/man/man3/CURLOPT_IGNORE_CONTENT_LENGTH.3
190 file path=usr/share/man/man3/CURLOPT_INFILESIZE.3
191 file path=usr/share/man/man3/CURLOPT_INFILESIZE_LARGE.3
192 file path=usr/share/man/man3/CURLOPT_INTERFACE.3
193 file path=usr/share/man/man3/CURLOPT_INTERLEAVEDATA.3
194 file path=usr/share/man/man3/CURLOPT_INTERLEAVEFUNCTION.3
195 file path=usr/share/man/man3/CURLOPT_IOCTLDATA.3
196 file path=usr/share/man/man3/CURLOPT_IOCTLFUNCTION.3
197 file path=usr/share/man/man3/CURLOPT_IPRESOLVE.3
198 file path=usr/share/man/man3/CURLOPT_ISSUERCERT.3
db8fd9 199 file path=usr/share/man/man3/CURLOPT_KEEP_SENDING_ON_ERROR.3
a1ab2b 200 file path=usr/share/man/man3/CURLOPT_KEYPASSWD.3
AS 201 file path=usr/share/man/man3/CURLOPT_KRBLEVEL.3
202 file path=usr/share/man/man3/CURLOPT_LOCALPORT.3
203 file path=usr/share/man/man3/CURLOPT_LOCALPORTRANGE.3
204 file path=usr/share/man/man3/CURLOPT_LOGIN_OPTIONS.3
205 file path=usr/share/man/man3/CURLOPT_LOW_SPEED_LIMIT.3
206 file path=usr/share/man/man3/CURLOPT_LOW_SPEED_TIME.3
207 file path=usr/share/man/man3/CURLOPT_MAIL_AUTH.3
208 file path=usr/share/man/man3/CURLOPT_MAIL_FROM.3
209 file path=usr/share/man/man3/CURLOPT_MAIL_RCPT.3
210 file path=usr/share/man/man3/CURLOPT_MAXCONNECTS.3
211 file path=usr/share/man/man3/CURLOPT_MAXFILESIZE.3
212 file path=usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3
213 file path=usr/share/man/man3/CURLOPT_MAXREDIRS.3
214 file path=usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
215 file path=usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
216 file path=usr/share/man/man3/CURLOPT_NETRC.3
217 file path=usr/share/man/man3/CURLOPT_NETRC_FILE.3
218 file path=usr/share/man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3
219 file path=usr/share/man/man3/CURLOPT_NEW_FILE_PERMS.3
220 file path=usr/share/man/man3/CURLOPT_NOBODY.3
221 file path=usr/share/man/man3/CURLOPT_NOPROGRESS.3
222 file path=usr/share/man/man3/CURLOPT_NOPROXY.3
223 file path=usr/share/man/man3/CURLOPT_NOSIGNAL.3
224 file path=usr/share/man/man3/CURLOPT_OPENSOCKETDATA.3
225 file path=usr/share/man/man3/CURLOPT_OPENSOCKETFUNCTION.3
226 file path=usr/share/man/man3/CURLOPT_PASSWORD.3
227 file path=usr/share/man/man3/CURLOPT_PATH_AS_IS.3
228 file path=usr/share/man/man3/CURLOPT_PINNEDPUBLICKEY.3
229 file path=usr/share/man/man3/CURLOPT_PIPEWAIT.3
230 file path=usr/share/man/man3/CURLOPT_PORT.3
231 file path=usr/share/man/man3/CURLOPT_POST.3
232 file path=usr/share/man/man3/CURLOPT_POSTFIELDS.3
233 file path=usr/share/man/man3/CURLOPT_POSTFIELDSIZE.3
234 file path=usr/share/man/man3/CURLOPT_POSTFIELDSIZE_LARGE.3
235 file path=usr/share/man/man3/CURLOPT_POSTQUOTE.3
236 file path=usr/share/man/man3/CURLOPT_POSTREDIR.3
237 file path=usr/share/man/man3/CURLOPT_PREQUOTE.3
efc6e9 238 file path=usr/share/man/man3/CURLOPT_PRE_PROXY.3
a1ab2b 239 file path=usr/share/man/man3/CURLOPT_PRIVATE.3
AS 240 file path=usr/share/man/man3/CURLOPT_PROGRESSDATA.3
241 file path=usr/share/man/man3/CURLOPT_PROGRESSFUNCTION.3
242 file path=usr/share/man/man3/CURLOPT_PROTOCOLS.3
243 file path=usr/share/man/man3/CURLOPT_PROXY.3
244 file path=usr/share/man/man3/CURLOPT_PROXYAUTH.3
245 file path=usr/share/man/man3/CURLOPT_PROXYHEADER.3
246 file path=usr/share/man/man3/CURLOPT_PROXYPASSWORD.3
247 file path=usr/share/man/man3/CURLOPT_PROXYPORT.3
248 file path=usr/share/man/man3/CURLOPT_PROXYTYPE.3
249 file path=usr/share/man/man3/CURLOPT_PROXYUSERNAME.3
250 file path=usr/share/man/man3/CURLOPT_PROXYUSERPWD.3
efc6e9 251 file path=usr/share/man/man3/CURLOPT_PROXY_CAINFO.3
AP 252 file path=usr/share/man/man3/CURLOPT_PROXY_CAPATH.3
253 file path=usr/share/man/man3/CURLOPT_PROXY_CRLFILE.3
254 file path=usr/share/man/man3/CURLOPT_PROXY_KEYPASSWD.3
255 file path=usr/share/man/man3/CURLOPT_PROXY_PINNEDPUBLICKEY.3
a1ab2b 256 file path=usr/share/man/man3/CURLOPT_PROXY_SERVICE_NAME.3
efc6e9 257 file path=usr/share/man/man3/CURLOPT_PROXY_SSLCERT.3
AP 258 file path=usr/share/man/man3/CURLOPT_PROXY_SSLCERTTYPE.3
259 file path=usr/share/man/man3/CURLOPT_PROXY_SSLKEY.3
260 file path=usr/share/man/man3/CURLOPT_PROXY_SSLKEYTYPE.3
261 file path=usr/share/man/man3/CURLOPT_PROXY_SSLVERSION.3
262 file path=usr/share/man/man3/CURLOPT_PROXY_SSL_CIPHER_LIST.3
263 file path=usr/share/man/man3/CURLOPT_PROXY_SSL_OPTIONS.3
264 file path=usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYHOST.3
265 file path=usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYPEER.3
266 file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_PASSWORD.3
267 file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_TYPE.3
268 file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_USERNAME.3
a1ab2b 269 file path=usr/share/man/man3/CURLOPT_PROXY_TRANSFER_MODE.3
AS 270 file path=usr/share/man/man3/CURLOPT_PUT.3
271 file path=usr/share/man/man3/CURLOPT_QUOTE.3
272 file path=usr/share/man/man3/CURLOPT_RANDOM_FILE.3
273 file path=usr/share/man/man3/CURLOPT_RANGE.3
274 file path=usr/share/man/man3/CURLOPT_READDATA.3
275 file path=usr/share/man/man3/CURLOPT_READFUNCTION.3
276 file path=usr/share/man/man3/CURLOPT_REDIR_PROTOCOLS.3
277 file path=usr/share/man/man3/CURLOPT_REFERER.3
278 file path=usr/share/man/man3/CURLOPT_RESOLVE.3
279 file path=usr/share/man/man3/CURLOPT_RESUME_FROM.3
280 file path=usr/share/man/man3/CURLOPT_RESUME_FROM_LARGE.3
281 file path=usr/share/man/man3/CURLOPT_RTSP_CLIENT_CSEQ.3
282 file path=usr/share/man/man3/CURLOPT_RTSP_REQUEST.3
283 file path=usr/share/man/man3/CURLOPT_RTSP_SERVER_CSEQ.3
284 file path=usr/share/man/man3/CURLOPT_RTSP_SESSION_ID.3
285 file path=usr/share/man/man3/CURLOPT_RTSP_STREAM_URI.3
286 file path=usr/share/man/man3/CURLOPT_RTSP_TRANSPORT.3
287 file path=usr/share/man/man3/CURLOPT_SASL_IR.3
288 file path=usr/share/man/man3/CURLOPT_SEEKDATA.3
289 file path=usr/share/man/man3/CURLOPT_SEEKFUNCTION.3
290 file path=usr/share/man/man3/CURLOPT_SERVICE_NAME.3
291 file path=usr/share/man/man3/CURLOPT_SHARE.3
292 file path=usr/share/man/man3/CURLOPT_SOCKOPTDATA.3
293 file path=usr/share/man/man3/CURLOPT_SOCKOPTFUNCTION.3
294 file path=usr/share/man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3
295 file path=usr/share/man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
296 file path=usr/share/man/man3/CURLOPT_SSH_AUTH_TYPES.3
297 file path=usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
298 file path=usr/share/man/man3/CURLOPT_SSH_KEYDATA.3
299 file path=usr/share/man/man3/CURLOPT_SSH_KEYFUNCTION.3
300 file path=usr/share/man/man3/CURLOPT_SSH_KNOWNHOSTS.3
301 file path=usr/share/man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3
302 file path=usr/share/man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3
303 file path=usr/share/man/man3/CURLOPT_SSLCERT.3
304 file path=usr/share/man/man3/CURLOPT_SSLCERTTYPE.3
305 file path=usr/share/man/man3/CURLOPT_SSLENGINE.3
306 file path=usr/share/man/man3/CURLOPT_SSLENGINE_DEFAULT.3
307 file path=usr/share/man/man3/CURLOPT_SSLKEY.3
308 file path=usr/share/man/man3/CURLOPT_SSLKEYTYPE.3
309 file path=usr/share/man/man3/CURLOPT_SSLVERSION.3
310 file path=usr/share/man/man3/CURLOPT_SSL_CIPHER_LIST.3
311 file path=usr/share/man/man3/CURLOPT_SSL_CTX_DATA.3
312 file path=usr/share/man/man3/CURLOPT_SSL_CTX_FUNCTION.3
313 file path=usr/share/man/man3/CURLOPT_SSL_ENABLE_ALPN.3
314 file path=usr/share/man/man3/CURLOPT_SSL_ENABLE_NPN.3
315 file path=usr/share/man/man3/CURLOPT_SSL_FALSESTART.3
316 file path=usr/share/man/man3/CURLOPT_SSL_OPTIONS.3
317 file path=usr/share/man/man3/CURLOPT_SSL_SESSIONID_CACHE.3
318 file path=usr/share/man/man3/CURLOPT_SSL_VERIFYHOST.3
319 file path=usr/share/man/man3/CURLOPT_SSL_VERIFYPEER.3
320 file path=usr/share/man/man3/CURLOPT_SSL_VERIFYSTATUS.3
321 file path=usr/share/man/man3/CURLOPT_STDERR.3
322 file path=usr/share/man/man3/CURLOPT_STREAM_DEPENDS.3
323 file path=usr/share/man/man3/CURLOPT_STREAM_DEPENDS_E.3
324 file path=usr/share/man/man3/CURLOPT_STREAM_WEIGHT.3
c627d5 325 file path=usr/share/man/man3/CURLOPT_TCP_FASTOPEN.3
a1ab2b 326 file path=usr/share/man/man3/CURLOPT_TCP_KEEPALIVE.3
AS 327 file path=usr/share/man/man3/CURLOPT_TCP_KEEPIDLE.3
328 file path=usr/share/man/man3/CURLOPT_TCP_KEEPINTVL.3
329 file path=usr/share/man/man3/CURLOPT_TCP_NODELAY.3
330 file path=usr/share/man/man3/CURLOPT_TELNETOPTIONS.3
331 file path=usr/share/man/man3/CURLOPT_TFTP_BLKSIZE.3
c627d5 332 file path=usr/share/man/man3/CURLOPT_TFTP_NO_OPTIONS.3
a1ab2b 333 file path=usr/share/man/man3/CURLOPT_TIMECONDITION.3
AS 334 file path=usr/share/man/man3/CURLOPT_TIMEOUT.3
335 file path=usr/share/man/man3/CURLOPT_TIMEOUT_MS.3
336 file path=usr/share/man/man3/CURLOPT_TIMEVALUE.3
337 file path=usr/share/man/man3/CURLOPT_TLSAUTH_PASSWORD.3
338 file path=usr/share/man/man3/CURLOPT_TLSAUTH_TYPE.3
339 file path=usr/share/man/man3/CURLOPT_TLSAUTH_USERNAME.3
340 file path=usr/share/man/man3/CURLOPT_TRANSFERTEXT.3
341 file path=usr/share/man/man3/CURLOPT_TRANSFER_ENCODING.3
342 file path=usr/share/man/man3/CURLOPT_UNIX_SOCKET_PATH.3
343 file path=usr/share/man/man3/CURLOPT_UNRESTRICTED_AUTH.3
344 file path=usr/share/man/man3/CURLOPT_UPLOAD.3
345 file path=usr/share/man/man3/CURLOPT_URL.3
346 file path=usr/share/man/man3/CURLOPT_USERAGENT.3
347 file path=usr/share/man/man3/CURLOPT_USERNAME.3
348 file path=usr/share/man/man3/CURLOPT_USERPWD.3
349 file path=usr/share/man/man3/CURLOPT_USE_SSL.3
350 file path=usr/share/man/man3/CURLOPT_VERBOSE.3
351 file path=usr/share/man/man3/CURLOPT_WILDCARDMATCH.3
352 file path=usr/share/man/man3/CURLOPT_WRITEDATA.3
353 file path=usr/share/man/man3/CURLOPT_WRITEFUNCTION.3
354 file path=usr/share/man/man3/CURLOPT_XFERINFODATA.3
355 file path=usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3
356 file path=usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3
357 file path=usr/share/man/man3/curl_easy_cleanup.3
358 file path=usr/share/man/man3/curl_easy_duphandle.3
359 file path=usr/share/man/man3/curl_easy_escape.3
360 file path=usr/share/man/man3/curl_easy_getinfo.3
361 file path=usr/share/man/man3/curl_easy_init.3
362 file path=usr/share/man/man3/curl_easy_pause.3
363 file path=usr/share/man/man3/curl_easy_perform.3
364 file path=usr/share/man/man3/curl_easy_recv.3
365 file path=usr/share/man/man3/curl_easy_reset.3
366 file path=usr/share/man/man3/curl_easy_send.3
367 file path=usr/share/man/man3/curl_easy_setopt.3
368 file path=usr/share/man/man3/curl_easy_strerror.3
369 file path=usr/share/man/man3/curl_easy_unescape.3
370 file path=usr/share/man/man3/curl_escape.3
371 file path=usr/share/man/man3/curl_formadd.3
372 file path=usr/share/man/man3/curl_formfree.3
373 file path=usr/share/man/man3/curl_formget.3
374 file path=usr/share/man/man3/curl_free.3
375 file path=usr/share/man/man3/curl_getdate.3
376 file path=usr/share/man/man3/curl_getenv.3
377 file path=usr/share/man/man3/curl_global_cleanup.3
378 file path=usr/share/man/man3/curl_global_init.3
379 file path=usr/share/man/man3/curl_global_init_mem.3
380 file path=usr/share/man/man3/curl_mprintf.3
381 file path=usr/share/man/man3/curl_multi_add_handle.3
382 file path=usr/share/man/man3/curl_multi_assign.3
383 file path=usr/share/man/man3/curl_multi_cleanup.3
384 file path=usr/share/man/man3/curl_multi_fdset.3
385 file path=usr/share/man/man3/curl_multi_info_read.3
386 file path=usr/share/man/man3/curl_multi_init.3
387 file path=usr/share/man/man3/curl_multi_perform.3
388 file path=usr/share/man/man3/curl_multi_remove_handle.3
389 file path=usr/share/man/man3/curl_multi_setopt.3
390 file path=usr/share/man/man3/curl_multi_socket.3
391 file path=usr/share/man/man3/curl_multi_socket_action.3
c627d5 392 file path=usr/share/man/man3/curl_multi_socket_all.3
a1ab2b 393 file path=usr/share/man/man3/curl_multi_strerror.3
AS 394 file path=usr/share/man/man3/curl_multi_timeout.3
395 file path=usr/share/man/man3/curl_multi_wait.3
396 file path=usr/share/man/man3/curl_share_cleanup.3
397 file path=usr/share/man/man3/curl_share_init.3
398 file path=usr/share/man/man3/curl_share_setopt.3
399 file path=usr/share/man/man3/curl_share_strerror.3
400 file path=usr/share/man/man3/curl_slist_append.3
401 file path=usr/share/man/man3/curl_slist_free_all.3
402 file path=usr/share/man/man3/curl_strequal.3
403 file path=usr/share/man/man3/curl_unescape.3
404 file path=usr/share/man/man3/curl_version.3
405 file path=usr/share/man/man3/curl_version_info.3
406 file path=usr/share/man/man3/libcurl-easy.3
407 file path=usr/share/man/man3/libcurl-errors.3
408 file path=usr/share/man/man3/libcurl-multi.3
409 file path=usr/share/man/man3/libcurl-share.3
410 file path=usr/share/man/man3/libcurl-symbols.3
411 file path=usr/share/man/man3/libcurl-thread.3
412 file path=usr/share/man/man3/libcurl-tutorial.3
413 file path=usr/share/man/man3/libcurl.3