Searched refs:test_resources (Results 1 – 1 of 1) sorted by relevance
/net-tools-2.7.6/libcoap/examples/ |
D | etsi_iot_01.c | 51 coap_payload_t *test_resources = NULL; variable 94 HASH_FIND(hh, test_resources, key, sizeof(coap_key_t), p); in coap_find_payload() 104 HASH_ADD(hh, test_resources, resource_key, sizeof(coap_key_t), payload); in coap_add_payload() 124 HASH_DELETE(hh, test_resources, payload); in coap_delete_payload()
|