Home
last modified time | relevance | path

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

/curl/lib/
H A Dcw-out.c88 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() argument
329 cw_out_type otype, in cw_out_append() argument
338 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() argument
359 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 5 milliseconds