Searched refs:optsize (Results 1 - 4 of 4) sorted by relevance
/third_party/libcoap/src/ |
H A D | coap_pdu.c | 718 size_t optsize; in coap_add_option_internal() local 749 optsize = coap_opt_encode_size(number - pdu->max_opt, len); in coap_add_option_internal() 751 pdu->used_size + optsize)) in coap_add_option_internal() 756 memmove(&pdu->data[optsize-1], &pdu->data[-1], in coap_add_option_internal() 759 pdu->data += optsize; in coap_add_option_internal() 765 optsize = coap_opt_encode(opt, pdu->alloc_size - pdu->used_size, in coap_add_option_internal() 768 if (!optsize) { in coap_add_option_internal() 774 pdu->used_size += optsize; in coap_add_option_internal() 777 return optsize; in coap_add_option_internal() 905 size_t optsize; in next_option_safe() local 1303 size_t optsize = next_option_safe(&opt, &length, &pdu->max_opt); coap_pdu_parse_opt() local 1347 size_t optsize = next_option_safe(&opt, &length, &pdu->max_opt); coap_pdu_parse_opt() local [all...] |
H A D | coap_option.c | 156 size_t optsize; in coap_option_next() local 171 * optsize will be 0 when no more options in coap_option_next() 173 optsize = coap_opt_parse(oi->next_option, oi->length, &option); in coap_option_next() 174 if (optsize) { in coap_option_next() 175 assert(optsize <= oi->length); in coap_option_next() 177 oi->next_option += optsize; in coap_option_next() 178 oi->length -= optsize; in coap_option_next()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 351 size_t optsize; /* size of the optval buffer */ in test_options() local 444 optsize = 0; in test_options() 451 optsize = opt->size; in test_options() 461 optsize = opt->size; in test_options() 477 optsize = opt->size; in test_options() 508 guards_set(optval, optsize); in test_options() 511 guards_check(optval, optsize); in test_options() 522 guards_set(optval, optsize); in test_options() 525 guards_check(optval, optsize); in test_options() 537 guards_set(optval, optsize); in test_options() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 669 KEYWORD(optsize); in LexIdentifier()
|
Completed in 5 milliseconds