Home
last modified time | relevance | path

Searched refs:coap_opt_parse (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/tests/
Dtest_options.c31 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option1()
46 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option2()
63 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option3()
79 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option4()
91 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option5()
103 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option6()
115 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option7()
129 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option8()
143 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option9()
156 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option10()
[all …]
/third_party/libcoap/src/
Dcoap_option.c41 coap_opt_parse(const coap_opt_t *opt, size_t length, coap_option_t *result) { in coap_opt_parse() function
173 optsize = coap_opt_parse(oi->next_option, oi->length, &option); in coap_option_next()
288 return coap_opt_parse(opt, (size_t)-1, &option); in coap_opt_size()
Dcoap_pdu.c448 if (!coap_opt_parse(option, pdu->used_size - (option - pdu->token), in coap_remove_option()
454 if (!coap_opt_parse(next_option, in coap_remove_option()
593 if (!coap_opt_parse(option, pdu->used_size - (option - pdu->token), &decode)) in coap_insert_option()
672 old_length = coap_opt_parse(option, (size_t)-1, &decode); in coap_update_option()
911 optsize = coap_opt_parse(*optp, *length, &option); in next_option_safe()
/third_party/libcoap/include/coap3/
Dcoap_option.h50 size_t coap_opt_parse(const coap_opt_t *opt,
/third_party/libcoap/
Dlibcoap-3.map154 coap_opt_parse;
Dlibcoap-3.sym151 coap_opt_parse