Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 17 of 17) sorted by relevance

/curl/tests/unit/
H A Dunit1309.c78 size_t storage[NUM_NODES*3]; variable
90 storage[i] = key.tv_usec;
91 Curl_splayset(&nodes[i], &storage[i]);
123 storage[i * 3 + j] = key.tv_usec*10 + j;
124 Curl_splayset(&nodes[i * 3 + j], &storage[i * 3 + j]);
/curl/tests/server/
H A Dtftpd.c124 char storage[PKTSIZE]; member
775 n = (ssize_t)recvfrom(sock, &buf.storage[0], sizeof(buf.storage), 0, in main()
922 while(cp < &buf.storage[size]) { in do_tftp()
935 if((cp + 1) < &buf.storage[size]) { in do_tftp()
1208 n = sread(peer, &ackbuf.storage[0], sizeof(ackbuf.storage)); in sendtftp()
1270 if(swrite(peer, &ackbuf.storage[0], 4) != 4) { in recvtftp()
1324 (void) swrite(peer, &ackbuf.storage[0], 4); in recvtftp()
1330 n = sread(peer, &buf.storage[0], sizeof(buf.storage)); in recvtftp()
1339 (void) swrite(peer, &ackbuf.storage[0], 4); /* resend final ack */ in recvtftp()
1376 if(swrite(peer, &buf.storage[0], length) != length) in nak()
/curl/docs/cmdline-opts/
H A Dxattr.md14 - --xattr -o storage $URL
H A Dcookie-jar.md23 operation. Curl writes all cookies from its in-memory cookie storage to the
/curl/docs/libcurl/
H A Dcurl_multi_waitfds.md52 descriptors and allocate appropriate storage for them to be used in a
85 /* Allocate storage for our descriptors.
H A Dcurl_mime_name.md39 The name string is copied into the part, thus the associated storage may
H A Dcurl_mime_data.md39 *data* points to the data that gets copied by this function. The storage
H A Dcurl_mime_filename.md44 storage may safely be released or reused after call. Setting a part's file
H A Dcurl_mime_type.md39 The mime type string is copied into the part, thus the associated storage may
H A Dcurl_mime_filedata.md41 be NULL to detach the previous part contents settings. Filename storage can
H A Dcurl_mime_encoder.md38 scheme storage may safely be reused after this function returns.
H A Dlibcurl.md219 storage. That way, the program automatically calls the constructor of the
H A Dcurl_easy_setopt.md51 the string storage associated to the pointer argument may be discarded or
/curl/docs/libcurl/opts/
H A DCURLOPT_ABSTRACT_UNIX_SOCKET.md42 share the same storage and therefore only one of them can be set per handle.
H A DCURLOPT_COOKIE.md45 The cookies set by this option are separate from the internal cookie storage
/curl/packages/vms/
H A Dbackup_gnv_curl_src.com8 $! Backup save sets are the only storage format that I can expect a
/curl/tests/data/
H A Dtest31136 HTTP with weirdly formatted cookies and cookiejar storage

Completed in 29 milliseconds