Home
last modified time | relevance | path

Searched refs:memory (Results 51 – 75 of 88) sorted by relevance

1234

/curl/docs/libcurl/opts/
H A DCURLOPT_CA_CACHE_TIMEOUT.md37 time any cached CA certificate store it has in memory may be kept and reused
H A DCURLOPT_PROXY_CAINFO_BLOB.md44 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_HSTSREADFUNCTION.md42 in-memory HSTS cache.
H A DCURLOPT_COOKIEJAR.md31 curl_easy_cleanup(3) is called. If no cookies are kept in memory at that
H A DCURLOPT_SSL_CTX_DATA.md58 /* use it to read the PEM formatted certificate from memory into an
H A DCURLOPT_DNS_CACHE_TIMEOUT.md32 in memory and used for this number of seconds. Set to zero to completely
H A DCURLOPT_HSTSWRITEFUNCTION.md48 application to store the in-memory HSTS cache when libcurl is about to discard
H A DCURLSHOPT_SHARE.md88 The in-memory HSTS cache.
/curl/docs/libcurl/
H A Dcurl_mime_filename.md65 /* send image data from memory */
H A Dcurl_easy_unescape.md30 and returns that in an allocated memory area. All input characters that are URL
H A Dcurl_easy_header.md65 The memory for the returned struct is associated with the easy handle and
68 it wants to keep it around. The memory used for the struct gets freed with
H A Dcurl_mime_data_cb.md68 in that memory area. Returning 0 signals end-of-file to the library and cause
102 Sending a huge data string causes the same amount of memory to be allocated:
H A Dlibcurl.md167 allocate resources (e.g. the memory for the GNU TLS tree mentioned above), so
213 program change anything. (libcurl uses a reference count in static memory).
234 memory allocator. curl_global_init(3) selects the system default memory
H A Dcurl_easy_setopt.md1044 Client cert memory buffer. See CURLOPT_SSLCERT_BLOB(3)
1052 Proxy client cert memory buffer. See CURLOPT_PROXY_SSLCERT_BLOB(3)
1068 Client key memory buffer. See CURLOPT_SSLKEY_BLOB(3)
1168 CA cert bundle memory buffer. See CURLOPT_CAINFO_BLOB(3)
1176 Proxy CA cert bundle memory buffer. See CURLOPT_PROXY_CAINFO_BLOB(3)
1184 Issuer certificate memory buffer. See CURLOPT_ISSUERCERT_BLOB(3)
1192 Proxy issuer certificate memory buffer. See CURLOPT_PROXY_ISSUERCERT_BLOB(3)
H A Dcurl_mime_filedata.md48 manner to allow huge files to get transferred without using much memory. It
H A Dcurl_ws_send.md37 number of payload bytes in that memory area.
H A Dcurl_easy_recv.md36 **buffer** is a pointer to your buffer memory that gets populated by the
H A Dcurl_easy_nextheader.md59 The memory for the struct this points to, is owned and managed by libcurl and
H A Dcurl_global_trace.md42 thread in the program (i.e. a thread sharing the same memory) is running. This
H A Dcurl_global_sslset.md63 thread in the program (i.e. a thread sharing the same memory) is running.
/curl/m4/
H A Dcurl-confopts.m498 AC_MSG_CHECKING([whether to enable curl debug memory tracking])
101 AS_HELP_STRING([--enable-curldebug],[Enable curl debug memory tracking])
102 AS_HELP_STRING([--disable-curldebug],[Disable curl debug memory tracking]),
119 AC_DEFINE(CURLDEBUG, 1, [to enable curl debug memory tracking])
129 dnl debug memory tracking for the libcurl library. This can only
136 AC_DEFINE(CURLDEBUG, 1, [to enable curl debug memory tracking])
/curl/CMake/
H A DCurlSymbolHiding.cmake32 # so disable symbol hiding for debug builds and for memory tracking.
/curl/
H A D.cirrus.yml51 memory: 1600M
/curl/packages/OS400/rpg-examples/
H A DINMEMORY1 * Curl get in memory and count HTML tags
/curl/.github/workflows/
H A Dlinux.yml142 - name: memory-sanitizer
147 CFLAGS="-fsanitize=memory -Wformat -Werror=format-security -Werror=array-bounds -g"
148 LDFLAGS="-fsanitize=memory"

Completed in 65 milliseconds

1234