kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Functions
send_helper.c File Reference
#include "send_helper.h"
#include "send_internal.h"
#include "listener.h"
#include "send.h"
#include "syscall.h"
#include "util.h"
#include <assert.h>

Go to the source code of this file.

Functions

static ssize_t write_plain (struct bus *b, boxed_msg *box)
 
static ssize_t write_ssl (struct bus *b, boxed_msg *box, SSL *ssl)
 
static bool enqueue_EXPECT_message_to_listener (bus *b, boxed_msg *box)
 
SendHelper_HandleWrite_res SendHelper_HandleWrite (bus *b, boxed_msg *box)
 

Function Documentation

static ssize_t write_plain ( struct bus b,
boxed_msg box 
)
static
static ssize_t write_ssl ( struct bus b,
boxed_msg box,
SSL *  ssl 
)
static
static bool enqueue_EXPECT_message_to_listener ( bus b,
boxed_msg box 
)
static
SendHelper_HandleWrite_res SendHelper_HandleWrite ( bus b,
boxed_msg box 
)