Home
last modified time | relevance | path

Searched refs:cb (Results 1 – 22 of 22) sorted by relevance

/curl/src/
H A Dtool_cb_hdr.c96 const size_t cb = size * nmemb; in tool_header_cb() local
97 const char *end = (char *)ptr + cb; in tool_header_cb()
122 if(rc != cb) in tool_header_cb()
212 len = cb - (size_t)(p - str); in tool_header_cb()
253 char *clone = aprintf("%.*s", (int)cb, (char *)str); in tool_header_cb()
268 return cb; /* done for now */ in tool_header_cb()
273 char *value = memchr(ptr, ':', cb); in tool_header_cb()
297 value = memchr(ptr, ':', cb); in tool_header_cb()
302 fwrite(&value[1], cb - namelen - 1, 1, outs->stream); in tool_header_cb()
314 fwrite(ptr, cb, 1, outs->stream); in tool_header_cb()
[all …]
/curl/tests/data/
H A Dtest37418cb%ed%0f%a3%9c%b4%da%8b%b3%de%bc%fb%af%15%00%21%f9%04%01%0a%00%02%00%2c%00%00%00%00%14%00%14%00%00…
/curl/lib/
H A Dconncache.h171 Curl_cpool_conn_do_cb *cb, void *cbdata);
181 Curl_cpool_conn_do_cb *cb, void *cbdata);
H A Dconncache.c1289 Curl_cpool_conn_do_cb *cb; member
1299 dctx->cb(conn, data, dctx->cbdata); in cpool_do_conn()
1306 Curl_cpool_conn_do_cb *cb, void *cbdata) in Curl_cpool_do_by_id() argument
1314 dctx.cb = cb; in Curl_cpool_do_by_id()
1323 Curl_cpool_conn_do_cb *cb, void *cbdata) in Curl_cpool_do_locked() argument
1328 cb(conn, data, cbdata); in Curl_cpool_do_locked()
1332 cb(conn, data, cbdata); in Curl_cpool_do_locked()
H A Dtftp.c705 size_t cb; /* Bytes currently read */ in tftp_tx() local
775 &cb, &eos); in tftp_tx()
778 state->sbytes += (int)cb; in tftp_tx()
779 bufptr += cb; in tftp_tx()
780 } while(state->sbytes < state->blksize && cb); in tftp_tx()
/curl/tests/certs/
H A DServer-localhost-sv.crt24 63:86:4c:f6:67:3f:bd:32:69:cb:b8:15:e7:0e:cf:
27 b3:94:f2:be:d0:18:30:c5:52:49:cb:9a:60:cf:f3:
30 9c:39:79:f6:01:a6:e3:3a:e7:18:14:cb:c7:57:b9:
37 c2:00:cb:ef:7f:d7:9f:89:c9:ff:c0:b9:72:59:4c:
H A DServer-localhost-sv.pem87 63:86:4c:f6:67:3f:bd:32:69:cb:b8:15:e7:0e:cf:
90 b3:94:f2:be:d0:18:30:c5:52:49:cb:9a:60:cf:f3:
93 9c:39:79:f6:01:a6:e3:3a:e7:18:14:cb:c7:57:b9:
100 c2:00:cb:ef:7f:d7:9f:89:c9:ff:c0:b9:72:59:4c:
H A DServer-localhost.nn-sv.crt61 36:1b:eb:19:4a:0e:1c:26:43:32:84:de:cb:c9:eb:08:9a:ee:
68 4c:30:cb:58:ec:b3:c9:1d:22:bf:28:bc:17:6d:2d:5d:36:c3:
71 99:81:61:77:c4:a4:a2:25:f1:70:34:17:40:f7:cb:f3:fd:da:
H A DServer-localhost.nn-sv.pem124 36:1b:eb:19:4a:0e:1c:26:43:32:84:de:cb:c9:eb:08:9a:ee:
131 4c:30:cb:58:ec:b3:c9:1d:22:bf:28:bc:17:6d:2d:5d:36:c3:
134 99:81:61:77:c4:a4:a2:25:f1:70:34:17:40:f7:cb:f3:fd:da:
H A Dstunnel-sv.crt27 82:b4:4d:94:72:ea:13:64:72:fc:cb:83:2c:d7:a1:
64 cb:7b:57:c1:92:78:85:08:fa:64:50:c2:7b:83:02:4d:79:13:
H A DServer-localhost-firstSAN-sv.crt25 cb:21:6d:9e:78:1b:11:d2:83:1c:89:75:d5:77:3d:
32 5b:06:50:62:b2:7f:8f:5c:6d:91:cb:6a:5c:e3:e4:
H A Dstunnel-sv.pem90 82:b4:4d:94:72:ea:13:64:72:fc:cb:83:2c:d7:a1:
127 cb:7b:57:c1:92:78:85:08:fa:64:50:c2:7b:83:02:4d:79:13:
H A DServer-localhost-firstSAN-sv.pem88 cb:21:6d:9e:78:1b:11:d2:83:1c:89:75:d5:77:3d:
95 5b:06:50:62:b2:7f:8f:5c:6d:91:cb:6a:5c:e3:e4:
H A DServer-localhost-lastSAN-sv.crt31 e8:c3:c9:6b:2a:a6:da:f9:cb:f6:4d:1d:40:53:7e:
H A DServer-localhost0h-sv.crt67 e5:87:67:2c:38:a3:c1:d4:f2:b4:ce:72:9d:2e:f8:b9:91:cb:
H A DServer-localhost-lastSAN-sv.pem94 e8:c3:c9:6b:2a:a6:da:f9:cb:f6:4d:1d:40:53:7e:
H A DServer-localhost0h-sv.pem131 e5:87:67:2c:38:a3:c1:d4:f2:b4:ce:72:9d:2e:f8:b9:91:cb:
/curl/docs/examples/
H A D.gitignore119 websocket-cb
H A DMakefile.inc136 websocket-cb
/curl/docs/libcurl/opts/
H A DCURLOPT_WRITEFUNCTION.md91 static size_t cb(char *data, size_t size, size_t nmemb, void *clientp)
115 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, cb);
/curl/tests/
H A Dstunnel.pem90 82:b4:4d:94:72:ea:13:64:72:fc:cb:83:2c:d7:a1:
127 cb:7b:57:c1:92:78:85:08:fa:64:50:c2:7b:83:02:4d:79:13:
/curl/tests/http/clients/
H A Dh2-pausing.c170 static size_t cb(char *data, size_t size, size_t nmemb, void *clientp) in cb() function
284 curl_easy_setopt(handles[i].h, CURLOPT_WRITEFUNCTION, cb) != CURLE_OK || in main()

Completed in 27 milliseconds