Searched refs:coap_opt_parse (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_options.c | 31 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/ |
D | coap_option.c | 41 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()
|
D | coap_pdu.c | 448 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/ |
D | coap_option.h | 50 size_t coap_opt_parse(const coap_opt_t *opt,
|
/third_party/libcoap/ |
D | libcoap-3.map | 154 coap_opt_parse;
|
D | libcoap-3.sym | 151 coap_opt_parse
|