Searched refs:has_more (Results 1 – 3 of 3) sorted by relevance
929 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number);943 int coap_get_block2_option(const struct coap_packet *cpkt, bool *has_more,
1361 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number) in coap_get_block1_option() argument1369 *has_more = GET_MORE(ret); in coap_get_block1_option()1375 int coap_get_block2_option(const struct coap_packet *cpkt, bool *has_more, in coap_get_block2_option() argument1384 *has_more = GET_MORE(ret); in coap_get_block2_option()
485 :c:func:`coap_get_block2_option` now accepts an additional ``bool *has_more``