Lines Matching defs:amount
14 * --amount xxx, the default without that is 12345 bytes.
25 size_t amount = 12345;
328 "\"http_url\": \"range/${amount}\","
330 "\"amount\": \"\""
340 "\"http_url\": \"range/${amount}\","
342 "\"amount\": \"\""
354 "\"http_url\": \"range/${amount}\","
356 "\"amount\": \"\""
689 if (lws_ss_set_metadata(m->ss, "amount", buf, sl))
816 if ((pp = lws_cmdline_option(argc, argv, "--amount")))
817 amount = (size_t)atoi(pp);
819 /* set the expected payload for the bulk-related tests to amount */
822 tests_seq[14].eom_pass = amount;