Functions

xdrstring.c File Reference

#include <string.h>
#include "xdr.h"
Include dependency graph for xdrstring.c:

Go to the source code of this file.

Functions

int db__send_string_array (dbString *a, int count)
int db__recv_string_array (dbString **a, int *n)
int db__send_string (dbString *x)
int db__recv_string (dbString *x)
int db__send_Cstring (const char *s)

Function Documentation

int db__recv_string ( dbString *  x )

Definition at line 81 of file xdrstring.c.

References db__recv(), db_enlarge_string(), db_get_string(), and db_protocol_error().

Referenced by db__recv_string_array().

int db__recv_string_array ( dbString **  a,
int *  n 
)
int db__send_Cstring ( const char *  s )

Definition at line 107 of file xdrstring.c.

References db__send_string(), db_init_string(), and db_set_string_no_copy().

int db__send_string ( dbString *  x )

Definition at line 51 of file xdrstring.c.

References db__send(), db_get_string(), and db_protocol_error().

Referenced by db__send_Cstring(), and db__send_string_array().

int db__send_string_array ( dbString *  a,
int  count 
)

Definition at line 5 of file xdrstring.c.

References db__send_int(), and db__send_string().