• Home
  • Raw
  • Download

Lines Matching refs:coap_opt_parse

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()
168 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option11()
180 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option12()
198 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option13()
225 result = coap_opt_parse(data, length, &option); in t_parse_option14()
363 CU_ASSERT(sizeof(teststr) == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option1()
376 CU_ASSERT(sizeof(teststr) == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option2()
392 CU_ASSERT(sizeof(teststr) == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option3()
405 CU_ASSERT(0 == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option4()
418 CU_ASSERT(0 == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option5()
434 CU_ASSERT(0 == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option6()
447 CU_ASSERT(0 == coap_opt_parse((const coap_opt_t *)teststr, in t_access_option7()