webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
packeted_bio.cc File Reference
#include "packeted_bio.h"
#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <openssl/mem.h>

Functions

bssl::UniquePtr< BIOPacketedBioCreate (bool advance_clock)
 
timeval PacketedBioGetClock (const BIO *bio)
 
bool PacketedBioAdvanceClock (BIO *bio)
 

Function Documentation

◆ PacketedBioAdvanceClock()

bool PacketedBioAdvanceClock ( BIO bio)

◆ PacketedBioCreate()

bssl::UniquePtr<BIO> PacketedBioCreate ( bool  advance_clock)

◆ PacketedBioGetClock()

timeval PacketedBioGetClock ( const BIO bio)