Lines Matching refs:resource
129 hnd_get_index(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_get_index() argument
147 hnd_get_resource(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_get_resource() argument
155 test_payload = coap_find_payload(resource->key); in hnd_get_resource()
223 hnd_delete_resource(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_delete_resource() argument
228 payload = coap_find_payload(resource->key); in hnd_delete_resource()
233 coap_delete_resource(ctx, resource->key); in hnd_delete_resource()
239 hnd_post_test(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_post_test() argument
305 hnd_put_test(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_put_test() argument
318 payload = coap_find_payload(resource->key); in hnd_put_test()
331 coap_add_payload(resource->key, payload, NULL); in hnd_put_test()
356 hnd_delete_test(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_delete_test() argument
362 payload = coap_find_payload(resource->key); in hnd_delete_test()
372 hnd_get_query(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_get_query() argument
410 hnd_get_separate(coap_context_t *ctx, struct coap_resource_t *resource, in hnd_get_separate() argument