Lines Matching refs:buffer
146 char buffer[STRERROR_LEN];
148 Curl_strerror(io_error, buffer, sizeof(buffer)));
171 * - Read a chunk of bytes from the socket into rustls' TLS input buffer.
178 * buffer, and process packets, but won't consume bytes from rustls' plaintext
179 * output buffer.
266 * - Copy `plainlen` bytes into rustls' plaintext input buffer (if > 0).
267 * - Fully drain rustls' plaintext output buffer into the socket until
271 * In that case, it won't read anything into rustls' plaintext input buffer.
272 * It will only drain rustls' plaintext output buffer into the socket.
325 char buffer[STRERROR_LEN];
327 Curl_strerror(io_error, buffer, sizeof(buffer)));
690 static size_t cr_version(char *buffer, size_t size)
693 return msnprintf(buffer, size, "%.*s", (int)ver.len, ver.data);