Home
last modified time | relevance | path

Searched refs:item (Results 1 – 14 of 14) sorted by relevance

/curl/lib/
H A Dslist.c38 struct curl_slist *item; in slist_get_last() local
45 item = list; in slist_get_last()
46 while(item->next) { in slist_get_last()
47 item = item->next; in slist_get_last()
49 return item; in slist_get_last()
134 struct curl_slist *item; in curl_slist_free_all() local
139 item = list; in curl_slist_free_all()
141 next = item->next; in curl_slist_free_all()
142 Curl_safefree(item->data); in curl_slist_free_all()
143 free(item); in curl_slist_free_all()
[all …]
H A Dftp.c1769 struct curl_slist *item; in ftp_state_quote() local
1774 item = data->set.quote; in ftp_state_quote()
1796 if(item) { in ftp_state_quote()
1801 item = item->next; in ftp_state_quote()
1804 if(item) { in ftp_state_quote()
1805 char *cmd = item->data; in ftp_state_quote()
3582 struct curl_slist *item; in ftp_sendquote() local
3586 item = quote; in ftp_sendquote()
3587 while(item) { in ftp_sendquote()
3588 if(item->data) { in ftp_sendquote()
[all …]
/curl/src/
H A Dtool_main.c242 struct curl_slist *item, *head = GetLoadedModulePaths(); in wmain() local
243 for(item = head; item; item = item->next) in wmain()
244 printf("%s\n", item->data); in wmain()
/curl/docs/libcurl/opts/
H A DCURLOPT_CLOSESOCKETFUNCTION.md23 int closesocket_callback(void *clientp, curl_socket_t item);
41 CURLOPT_CLOSESOCKETDATA(3). *item* is the socket libcurl wants to be
55 static int closesocket(void *clientp, curl_socket_t item)
60 printf("libcurl wants to close %d now\n", (int)item);
H A DCURLOPT_CLOSESOCKETDATA.md44 static int closesocket(void *clientp, curl_socket_t item)
49 printf("libcurl wants to close %d now\n", (int)item);
H A DCURLOPT_TRAILERFUNCTION.md42 header item.
H A DCURLOPT_HTTPHEADER.md56 because libcurl adds CRLF after each header item itself. Failure to comply
/curl/tests/libtest/
H A Dlib1960.c41 static int closesocket_cb(void *clientp, curl_socket_t item) in closesocket_cb() argument
44 (void)item; in closesocket_cb()
/curl/docs/examples/
H A Dexternalsocket.c65 static int closecb(void *clientp, curl_socket_t item) in closecb() argument
68 printf("libcurl wants to close %d now\n", (int)item); in closecb()
/curl/tests/data/
H A Dtest129449 …nsequence to the reader, in this stage of the business at all events; the item of mortality whose …
61 …nsequence to the reader, in this stage of the business at all events; the item of mortality whose …
/curl/docs/libcurl/
H A Dcurl_mime_data_cb.md96 the pointed item to be shared between the original and the copied handle. In
/curl/lib/vtls/
H A Dsectransp.c667 CFTypeRef item = (CFTypeRef) CFArrayGetValueAtIndex(items, i); in CopyIdentityFromPKCS12File() local
668 CFTypeID itemID = CFGetTypeID(item); in CopyIdentityFromPKCS12File()
672 (CFDictionaryRef) item, in CopyIdentityFromPKCS12File()
681 (SecCertificateRef) item, in CopyIdentityFromPKCS12File()
/curl/include/curl/
H A Dcurl.h440 (*curl_closesocket_callback)(void *clientp, curl_socket_t item);
/curl/docs/
H A DFAQ517 See also item 3.14 regarding JavaScript.
981 curl supports HTTP redirects well (see item 3.8). Browsers generally support
1094 OS-specific mechanism, then signaling libcurl to abort (see also item 5.13).

Completed in 52 milliseconds