Home
last modified time | relevance | path

Searched refs:COAP_STRING (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/src/
Dstr.c26 s = (coap_string_t *)coap_malloc_type(COAP_STRING, in coap_new_string()
41 coap_free_type(COAP_STRING, s); in coap_delete_string()
54 coap_free_type(COAP_STRING, s); in coap_delete_str_const()
80 coap_binary_t *new = coap_realloc_type(COAP_STRING, in coap_resize_binary()
92 coap_free_type(COAP_STRING, s); in coap_delete_binary()
105 coap_free_type(COAP_STRING, s); in coap_delete_bin_const()
Dmem.c295 case COAP_STRING: in get_container()
Dblock.c869 coap_free_type(COAP_STRING, lg_crcv->body_data); in coap_block_delete_lg_crcv()
883 coap_free_type(COAP_STRING, lg_srcv->body_data); in coap_block_delete_lg_srcv()
1707 coap_free_type(COAP_STRING, p->body_data); in coap_handle_response_get_block()
1844 coap_free_type(COAP_STRING, p->body_data); in coap_handle_response_get_block()
/third_party/libcoap/include/coap3/
Dmem.h32 COAP_STRING, enumerator
99 return coap_malloc_type(COAP_STRING, size); in coap_malloc()
106 coap_free_type(COAP_STRING, object); in coap_free()
Dlwippools.h110 LWIP_MEMPOOL(COAP_STRING, MEMP_NUM_COAPSTRING, sizeof(coap_string_t)+MEMP_LEN_COAPSTRING, "COAP_STR…