Lines Matching defs:buffer
1024 /* pass back the buffer */
2699 failf(data, "An insufficient buffer was provided");
3239 static size_t sectransp_version(char *buffer, size_t size)
3241 return msnprintf(buffer, size, "SecureTransport");
3251 size_t buffer;
3258 err = SSLGetBufferedReadSize(backend->ssl_ctx, &buffer);
3260 return buffer > 0UL;
3327 it returns the amount of data that was written to a buffer internal to
3330 encrypted and written to a buffer, not to the socket.
3342 the buffer, so return how much was written to the socket */