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()
62 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option3()
78 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option4()
90 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option5()
102 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option6()
114 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option7()
128 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option8()
142 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option9()
155 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option10()
[all …]
/third_party/libcoap/src/
Doption.c37 coap_opt_parse(const coap_opt_t *opt, size_t length, coap_option_t *result) { in coap_opt_parse() function
170 optsize = coap_opt_parse(oi->next_option, oi->length, &option); in coap_option_next()
290 return coap_opt_parse(opt, (size_t)-1, &option); in coap_opt_size()
Dpdu.c333 if (!coap_opt_parse(option, pdu->used_size - (option - pdu->token), in coap_remove_option()
339 if (!coap_opt_parse(next_option, in coap_remove_option()
441 if (!coap_opt_parse(option, pdu->used_size - (option - pdu->token), &decode)) in coap_insert_option()
515 old_length = coap_opt_parse(option, (size_t)-1, &decode); in coap_update_option()
752 optsize = coap_opt_parse(*optp, *length, &option); in next_option_safe()
/third_party/libcoap/include/coap3/
Doption.h50 size_t coap_opt_parse(const coap_opt_t *opt,
/third_party/libcoap/
Dlibcoap-3.sym131 coap_opt_parse
Dlibcoap-3.map133 coap_opt_parse;