Searched refs:otype (Results 1 – 1 of 1) sorted by relevance
88 cwbuf->type = otype; in cw_out_buf_create()169 switch(otype) { in cw_get_writefunc()196 cw_out_type otype, in cw_out_ptr_flush() argument329 cw_out_type otype, in cw_out_append() argument338 if(!ctx->buf || (ctx->buf->type != otype) || (otype == CW_OUT_HDS)) { in cw_out_append()339 struct cw_out_buf *cwbuf = cw_out_buf_create(otype); in cw_out_append()345 DEBUGASSERT(ctx->buf && (ctx->buf->type == otype)); in cw_out_append()351 cw_out_type otype, in cw_out_do_write() argument359 if(ctx->buf && ctx->buf->type != otype) { in cw_out_do_write()367 result = cw_out_append(ctx, otype, buf, blen); in cw_out_do_write()[all …]
Completed in 6 milliseconds