Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c850 size_t bufidx; member
869 if(!ctx->bufidx) { in ws_client_collect()
889 DEBUGASSERT(ctx->buflen >= ctx->bufidx); in ws_client_collect()
890 nwritten = CURLMIN(buflen, ctx->buflen - ctx->bufidx); in ws_client_collect()
900 memcpy(ctx->buffer + ctx->bufidx, buf, nwritten); in ws_client_collect()
901 ctx->bufidx += nwritten; in ws_client_collect()
996 ctx.payload_len, ctx.bufidx); in curl_ws_recv()

Completed in 6 milliseconds