Lines Matching refs:request
130 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_index() argument
148 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_resource() argument
174 if (request) { in hnd_get_resource()
177 if (coap_get_block(request, COAP_OPTION_BLOCK2, &block)) { in hnd_get_resource()
224 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_delete_resource() argument
240 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_post_test() argument
256 coap_get_data(request, &len, &data); in hnd_post_test()
280 option = coap_check_option(request, COAP_OPTION_CONTENT_TYPE, &opt_iter); in hnd_post_test()
306 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_put_test() argument
316 coap_get_data(request, &len, &data); in hnd_put_test()
336 option = coap_check_option(request, COAP_OPTION_CONTENT_TYPE, &opt_iter); in hnd_put_test()
357 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_delete_test() argument
373 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_query() argument
389 coap_option_iterator_init(request, &opt_iter, f); in hnd_get_query()
411 coap_address_t *peer, coap_pdu_t *request, str *token, in hnd_get_separate() argument
419 if (async->id != request->hdr->id) { in hnd_get_separate()
431 coap_option_iterator_init(request, &opt_iter, f); in hnd_get_separate()
450 async = coap_register_async(ctx, peer, request, COAP_ASYNC_SEPARATE, in hnd_get_separate()