Home
last modified time | relevance | path

Searched refs:sent_body (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-client-upload.js31 let sent_body = '';
35 sent_body += chunk;
39 assert.strictEqual(sent_body, '1\n2\n3\n');
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c51 uint8_t sent_body:1; member
248 if (!pss->sent_body) { in callback_post_demo()
254 pss->sent_body = 1; in callback_post_demo()
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c94 uint8_t sent_body:1; member
648 if (!pss->sent_body) { in callback_deaddrop()
653 pss->sent_body = 1; in callback_deaddrop()