libdrizzle Public API Documentation

Command Functions for Servers
[Drizzle Server Interface]

Functions

uint8_t * drizzle_command_read (drizzle_con_st *con, drizzle_command_t *command, size_t *offset, size_t *size, size_t *total, drizzle_return_t *ret_ptr)
uint8_t * drizzle_command_buffer (drizzle_con_st *con, drizzle_command_t *command, size_t *total, drizzle_return_t *ret_ptr)

Detailed Description

These functions allow you to read comands on a connection.


Function Documentation

uint8_t* drizzle_command_read ( drizzle_con_st con,
drizzle_command_t command,
size_t *  offset,
size_t *  size,
size_t *  total,
drizzle_return_t ret_ptr 
)

Read command without buffering.

uint8_t* drizzle_command_buffer ( drizzle_con_st con,
drizzle_command_t command,
size_t *  total,
drizzle_return_t ret_ptr 
)

Read command and buffer it.


Generated on Mon Sep 28 12:54:04 2009 by  doxygen 1.6.1