GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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)
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(), db_protocol_error(), dialogs::s, and stat.

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 count, db__send_int(), db__send_string(), and stat.