GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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(), db_protocol_error(), dialogs::s, and stat.
Referenced by db__recv_string_array().
Definition at line 18 of file xdrstring.c.
References b, count, db__recv_int(), db__recv_string(), db_alloc_string_array(), db_free_string_array(), db_protocol_error(), NULL, and stat.
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().
Definition at line 5 of file xdrstring.c.
References count, db__send_int(), db__send_string(), and stat.