~ubuntu-branches/ubuntu/utopic/curl/utopic-security

« back to all changes in this revision

Viewing changes to docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.html

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2014-07-25 12:03:28 UTC
  • mfrom: (3.4.49 sid)
  • Revision ID: package-import@ubuntu.com-20140725120328-pcipulguoki2iabo
Tags: 7.37.1-1ubuntu1
* Merge from Debian unstable (LP: #1348564). Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 
2
 "http://www.w3.org/TR/html4/loose.dtd">
 
3
<html><head>
 
4
<title>CURLOPT_DNS_USE_GLOBAL_CACHE man page</title>
 
5
<meta name="generator" content="roffit">
 
6
<STYLE type="text/css">
 
7
P.level0 {
 
8
 padding-left: 2em;
 
9
}
 
10
 
 
11
P.level1 {
 
12
 padding-left: 4em;
 
13
}
 
14
 
 
15
P.level2 {
 
16
 padding-left: 6em;
 
17
}
 
18
 
 
19
span.emphasis {
 
20
 font-style: italic;
 
21
}
 
22
 
 
23
span.bold {
 
24
 font-weight: bold;
 
25
}
 
26
 
 
27
span.manpage {
 
28
 font-weight: bold;
 
29
}
 
30
 
 
31
h2.nroffsh {
 
32
 background-color: #e0e0e0;
 
33
}
 
34
 
 
35
span.nroffip {
 
36
 font-weight: bold;
 
37
 font-size: 120%;
 
38
 font-family: monospace;
 
39
}
 
40
 
 
41
p.roffit {
 
42
 text-align: center;
 
43
 font-size: 80%;
 
44
}
 
45
</STYLE>
 
46
</head><body>
 
47
 
 
48
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
 
49
<p class="level0">CURLOPT_DNS_USE_GLOBAL_CACHE - enable/disable global DNS cache <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
 
50
<p class="level0">#include &lt;curl/curl.h&gt; 
 
51
<p class="level0">CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_USE_GLOBAL_CACHE, &nbsp;                         long enable); <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
 
52
<p class="level0">Pass a long. If the <span Class="emphasis">enable</span> value is 1, it tells curl to use a global DNS cache that will survive between easy handle creations and deletions. This is not thread-safe and this will use a global variable. 
 
53
<p class="level0"><span Class="bold">WARNING:</span> this option is considered obsolete. Stop using it. Switch over to using the share interface instead! See <a Class="emphasis" href="./CURLOPT_SHARE.html">CURLOPT_SHARE</a> and <span Class="emphasis">curl_share_init(3)</span>. <a name="DEFAULT"></a><h2 class="nroffsh">DEFAULT</h2>
 
54
<p class="level0">0 <a name="PROTOCOLS"></a><h2 class="nroffsh">PROTOCOLS</h2>
 
55
<p class="level0">All <a name="EXAMPLE"></a><h2 class="nroffsh">EXAMPLE</h2>
 
56
<p class="level0">TODO <a name="AVAILABILITY"></a><h2 class="nroffsh">AVAILABILITY</h2>
 
57
<p class="level0">Subject for removal in the future. Do not use! <a name="RETURN"></a><h2 class="nroffsh">RETURN VALUE</h2>
 
58
<p class="level0">Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2>
 
59
<p class="level0"><a Class="manpage" href="./CURLOPT_SHARE.html">CURLOPT_SHARE</a> <a Class="manpage" href="./CURLOPT_DNS_CACHE_TIMEOUT.html">CURLOPT_DNS_CACHE_TIMEOUT</a> <span Class="manpage"> </span> <p class="roffit">
 
60
 This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>.
 
61
</body></html>