Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 24 of 24) sorted by relevance

/curl/tests/data/
H A Dtest13091452 removed payload 0[0]
1454 removed payload 39[0]
1455 removed payload 49[0]
1456 removed payload 49[1]
1457 removed payload 59[0]
1458 removed payload 59[1]
1459 removed payload 59[2]
1460 removed payload 98[0]
1461 removed payload 98[1]
1462 removed payload 98[2]
[all …]
H A Dtest119326 MQTT PUBLISH 2k payload
29 mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER -d @%LOGDIR/payload%TESTNUMBER
31 <file name="%LOGDIR/payload%TESTNUMBER">
H A Dtest23079 # Sends a PING with overlong payload
40 WebSockets, overlong PING payload
H A Dtest119930 MQTT PUBLISH empty payload, no topic
H A Dtest119830 MQTT PUBLISH empty payload, single space topic
H A Dtest191733 MQTT PUBLISH with CURLOPT_POST set (no payload)
H A Dtest195646 HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of empty payload
H A Dtest195846 HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload with whitespace
H A Dtest195746 HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload
H A Dtest112933 # we use skip to make the test server never read the full payload off
H A Dtest113133 # We use skip to make the test server never read the full payload off
H A Dtest113033 # We use skip to make the test server never read the full payload off
H A Dtest5715 # 1) giving an evil payload (with $)
/curl/tests/http/clients/
H A Dws-pingpong.c93 static CURLcode pingpong(CURL *curl, const char *payload) in pingpong() argument
98 res = ping(curl, payload); in pingpong()
103 res = recv_pong(curl, payload); in pingpong()
122 const char *url, *payload; in main() local
129 payload = argv[2]; in main()
144 res = pingpong(curl, payload); in main()
/curl/tests/unit/
H A Dunit1309.c91 nodes[i].payload = &storage[i];
103 *(size_t *)nodes[rem].payload);
124 nodes[i * 3 + j].payload = &storage[i * 3 + j];
136 (*(size_t *)removed->payload) / 10,
137 (*(size_t *)removed->payload) % 10);
/curl/tests/http/
H A Dtest_20_websockets.py88 payload = 125 * "x"
93 r = client.run(args=[url, payload])
98 payload = 127 * "x"
103 r = client.run(args=[url, payload])
/curl/lib/
H A Dsplay.h35 void *payload; /* data the splay code doesn't care about */ member
H A Dmqtt.c516 char *payload = data->set.postfields; in mqtt_publish() local
527 if(!payload) { in mqtt_publish()
532 payloadlen = strlen(payload); in mqtt_publish()
558 memcpy(&pkt[i], payload, payloadlen); in mqtt_publish()
H A Dmulti.c2798 data = t->payload;
2808 (void)add_next_timeout(now, multi, t->payload);
3307 data = t->payload; /* assign this for next loop */
3308 (void)add_next_timeout(now, multi, t->payload);
3658 data->state.timenode.payload = data;
/curl/docs/libcurl/opts/
H A DCURLINFO_SIZE_DOWNLOAD_T.md34 again for each new transfer. This counts actual payload data, what's also
H A DCURLINFO_SIZE_DOWNLOAD.md33 for each new transfer. This counts actual payload data, what's also commonly
H A DCURLOPT_AWS_SIGV4.md110 A sha256 checksum of the request payload is used as input to the signature
117 if not already present. For s3 requests with unknown payload, this header takes
/curl/docs/libcurl/
H A Dcurl_ws_send.md37 number of payload bytes in that memory area.
39 *sent* is returned as the number of payload bytes actually sent.
/curl/tests/server/
H A Dmqttd.c394 char *topic, char *payload, size_t payloadlen) in publish() argument
434 memcpy(&packet[payloadindex], payload, payloadlen); in publish()

Completed in 57 milliseconds