Searched refs:enough_space (Results 1 – 1 of 1) sorted by relevance
91 static bool enough_space(struct coap_packet *cpkt, const uint16_t bytes_to_add) in enough_space() function98 if (!enough_space(cpkt, 1)) { in append_u8()109 if (!enough_space(cpkt, 1)) { in insert_u8()122 if (!enough_space(cpkt, 2)) { in append_be16()133 if (!enough_space(cpkt, 2)) { in insert_be16()146 if (data == NULL || !enough_space(cpkt, len)) { in append()158 if (data == NULL || !enough_space(cpkt, len)) { in insert()