#include <string.h>
#include "xdr.h"
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) |
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 | ||
) |
Definition at line 18 of file xdrstring.c.
References db__recv_int(), db__recv_string(), db_alloc_string_array(), db_free_string_array(), and db_protocol_error().
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().