GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include "xdr.h"
Go to the source code of this file.
Functions | |
int | db__send_int (int n) |
int | db__recv_int (int *n) |
int | db__send_int_array (const int *x, int n) |
int | db__recv_int_array (int **x, int *n) |
Definition at line 17 of file xdrint.c.
References db__recv(), db_protocol_error(), and stat.
Referenced by db__recv_string_array(), and db__recv_token().
Definition at line 48 of file xdrint.c.
References count, db__recv(), db_calloc(), db_protocol_error(), NULL, and stat.
Definition at line 4 of file xdrint.c.
References db__send(), db_protocol_error(), and stat.
Referenced by db__send_procedure_not_implemented(), db__send_procedure_ok(), db__send_string_array(), and db__send_token().
Definition at line 30 of file xdrint.c.
References db__send(), db_protocol_error(), and stat.