Lines Matching defs:payload
925 * Broken payload
977 "GET", net_ip2addr(&bind_ip), "/broken-payload.txt",
995 test_begin("broken payload");
1081 static const char payload[] =
1082 "This is a useless payload that only serves as a means to give the "
1083 "server the opportunity to close the connection before the payload "
1095 input = i_stream_create_from_data(payload, sizeof(payload)-1);
1213 static const char payload[] =
1214 "This is a useless payload that only serves as a means to give the "
1215 "server the opportunity to close the connection before the payload "
1226 input = i_stream_create_from_data(payload, sizeof(payload)-1);
1343 static const char payload[] =
1344 "This is a useless payload that only serves as a means to give the "
1345 "server the opportunity to close the connection before the payload "
1356 input = i_stream_create_from_data(payload, sizeof(payload)-1);
1451 string_t *payload;
1468 payload = t_str_new(64*3000);
1470 str_append(payload,
1478 (str_data(payload), str_len(payload));
1963 static const char *payload = "This a test payload!";
1971 str_append(data, payload);