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() 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/ |
D | option.c | 37 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()
|
D | pdu.c | 333 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/ |
D | option.h | 50 size_t coap_opt_parse(const coap_opt_t *opt,
|
/third_party/libcoap/ |
D | libcoap-3.sym | 131 coap_opt_parse
|
D | libcoap-3.map | 133 coap_opt_parse;
|