Lines Matching defs:body
246 coap_binary_t body;
251 body.length = entry->value->length;
252 body.s = entry->value->s;
254 body.length = 0;
255 body.s = NULL;
257 return body;
471 coap_binary_t body;
488 body = reference_resource_data(example_data_value);
491 body.length,
492 body.s,
585 /* single body of data received */
617 coap_binary_t body;
619 body = reference_resource_data(example_data_value);
622 body.length,
623 body.s,
1065 /* COAP_BLOCK_SINGLE_BODY is set, so single body should be given */
1069 coap_log_debug("body build memory error\n");
1249 coap_binary_t body;
1275 body = reference_resource_data(resource_entry->value);
1278 body.length,
1279 body.s,
1443 /* single body of data received */
1492 coap_binary_t body;
1494 body = reference_resource_data(resource_entry->value);
1497 body.length,
1498 body.s,
1637 /* COAP_BLOCK_SINGLE_BODY is set, so single body should be given */
1641 coap_log_debug("body build memory error\n");