Home | History | Annotate | Download | only in lib

Lines Matching defs:inbuf

88   Curl_safefree(c->inbuf);
662 conn->proto.httpc.inbuf = malloc(H2_BUFSIZE);
663 if(conn->proto.httpc.inbuf == NULL)
892 char *inbuf;
901 conn, FIRSTSOCKET, httpc->inbuf, H2_BUFSIZE, &result);
923 inbuf = httpc->inbuf;
927 inbuf = httpc->inbuf + httpc->nread_inbuf;
932 rv = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)inbuf, nread);
1294 /* we are going to copy mem to httpc->inbuf. This is required since
1309 memcpy(httpc->inbuf, mem, nread);
1312 nproc = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)httpc->inbuf,