Lines Matching refs:method
164 static method_t method; variable
173 #define ENTRY(desc, entry, expect_result, method, test_data, length, mid,\ argument
182 .coap_method = COAP_REQUEST_ ## method, \
187 #define ENTRY2(desc, entry, expect_result, method, test_data, length, \ argument
198 .coap_method = COAP_REQUEST_ ## method, \
203 #define ENTRY3(desc, entry, expect_result, method, test_data, length, mid,\ argument
212 .coap_method = COAP_REQUEST_ ## method, \
218 #define ENTRY4(desc, entry, expect_result, method, test_data, length, \ argument
229 .coap_method = COAP_REQUEST_ ## method, \
803 method = data[user_data->index].coap_method; in send_packets()
853 method = data[user_data->index].coap_method; in try_send()
1226 pdu = coap_new_request(coap_ctx, method, NULL, NULL, 0, in read_blocks()
1408 pdu = coap_new_request(coap_ctx, method, NULL, in coap_message_handler()
1491 if (method != COAP_REQUEST_DELETE) { in set_blocksize()
1492 opt = method == COAP_REQUEST_GET ? COAP_OPTION_BLOCK2 : in set_blocksize()