Home
last modified time | relevance | path

Searched refs:COAP_MAX_STR_CONST_FUNC (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_str.h161 #ifndef COAP_MAX_STR_CONST_FUNC
162 #define COAP_MAX_STR_CONST_FUNC 2 macro
/third_party/libcoap/src/
Dcoap_str.c68 static coap_str_const_t var[COAP_MAX_STR_CONST_FUNC]; in coap_make_str_const()
69 if (++ofs == COAP_MAX_STR_CONST_FUNC) in coap_make_str_const()