GRASS Programmer's Manual
6.4.2(2012)
|
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(), and gui_modules.psmap_dialogs::s.
Referenced by db__recv_string_array().
int db__recv_string_array | ( | dbString ** | a, |
int * | n | ||
) |
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(), and NULL.
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(), and gui_modules.psmap_dialogs::s.
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().