#include <string.h>
#include <stdlib.h>
#include "xdr.h"
Go to the source code of this file.
Functions | |
db__send_string_array (dbString *a, int count) | |
db__recv_string_array (dbString **a, int *n) | |
db__send_string (dbString *x) | |
db__recv_string (dbString *x) | |
db__send_Cstring (char *s) |
db__recv_string | ( | dbString * | x | ) |
Definition at line 93 of file xdrstring.c.
References db_enlarge_string(), db_get_string(), db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
Referenced by db__recv_string_array().
db__recv_string_array | ( | dbString ** | a, | |
int * | n | |||
) |
Definition at line 21 of file xdrstring.c.
References db__recv_int(), db__recv_string(), db_alloc_string_array(), db_free_string_array(), and db_protocol_error().
db__send_Cstring | ( | char * | s | ) |
Definition at line 121 of file xdrstring.c.
References db__send_string(), db_init_string(), and db_set_string_no_copy().
db__send_string | ( | dbString * | x | ) |
Definition at line 57 of file xdrstring.c.
References db_get_string(), db_protocol_error(), xdr_begin_send(), and xdr_end_send().
Referenced by db__send_Cstring(), and db__send_string_array().
db__send_string_array | ( | dbString * | a, | |
int | count | |||
) |