Home
last modified time | relevance | path

Searched refs:packet_buf_add_space (Results 1 – 1 of 1) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Dprotocol.c230 static void packet_buf_add_space (struct packet_buf *b, const size_t len) in packet_buf_add_space() function
245 packet_buf_add_space (b, sizeof(n)); in packet_buf_add_int()
261 packet_buf_add_space (b, str_len * sizeof(char)); in packet_buf_add_str()
271 packet_buf_add_space (b, sizeof(n)); in packet_buf_add_time()