Searched refs:membuf (Results 1 – 2 of 2) sorted by relevance
34 struct membuf { struct48 void membuf_purge(struct membuf *mb); argument103 int membuf_getbyte(struct membuf *mb);114 int membuf_peekbyte(struct membuf *mb);148 bool membuf_isempty(struct membuf *mb);156 int membuf_avail(struct membuf *mb);166 int membuf_size(struct membuf *mb);177 bool membuf_makecontig(struct membuf *mb);185 int membuf_free(struct membuf *mb);232 void membuf_uninit(struct membuf *mb);[all …]
319 struct membuf console_out;326 struct membuf console_in;
Completed in 7 milliseconds