Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dstr.h25 typedef struct coap_string_t { struct
28 } coap_string_t; typedef
56 coap_string_t *coap_new_string(size_t size);
63 void coap_delete_string(coap_string_t *string);
H A Dresource.h40 coap_string_t * /* query string */,
390 coap_string_t *query,
510 const coap_string_t *query);
531 const coap_string_t *query);
H A Duri.h136 coap_string_t *coap_get_query(const struct coap_pdu_t *request);
143 coap_string_t *coap_get_uri_path(const struct coap_pdu_t *request);
H A Dcoap_forward_decls.h29 struct coap_string_t;
H A Dcoap_subscribe_internal.h58 struct coap_string_t *query; /**< query string used for subscription, if any */
H A Dlwippools.h80 LWIP_MEMPOOL(COAP_STRING, MEMP_NUM_COAPSTRING, sizeof(coap_string_t)+MEMP_LEN_COAPSTRING, "COAP_STRING")

Completed in 3 milliseconds