Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c855 size_t bufidx; member
874 if(!ctx->bufidx) { in ws_client_collect()
894 DEBUGASSERT(ctx->buflen >= ctx->bufidx); in ws_client_collect()
895 nwritten = CURLMIN(buflen, ctx->buflen - ctx->bufidx); in ws_client_collect()
905 memcpy(ctx->buffer + ctx->bufidx, buf, nwritten); in ws_client_collect()
906 ctx->bufidx += nwritten; in ws_client_collect()
1001 ctx.payload_len, ctx.bufidx); in curl_ws_recv()

Completed in 7 milliseconds