Home
last modified time | relevance | path

Searched refs:resource_entry (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/examples/
H A Dcoap-server.c1248 dynamic_resource_t *resource_entry = NULL; in hnd_get() local
1272 resource_entry = &dynamic_entry[i]; in hnd_get()
1275 body = reference_resource_data(resource_entry->value); in hnd_get()
1277 query, resource_entry->media_type, -1, 0, in hnd_get()
1280 release_resource_data, resource_entry->value); in hnd_get()
1300 dynamic_resource_t *resource_entry = NULL; in hnd_put_post() local
1367 resource_entry = &dynamic_entry[i]; in hnd_put_post()
1450 release_resource_data(session, resource_entry->value); in hnd_put_post()
1451 resource_entry->value = NULL; in hnd_put_post()
1457 resource_entry in hnd_put_post()
[all...]

Completed in 4 milliseconds