GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include "xdr.h"
Go to the source code of this file.
Functions | |
int | db__send_double (double d) |
int | db__recv_double (double *d) |
int | db__send_double_array (const double *x, int n) |
int | db__recv_double_array (double **x, int *n) |
int db__recv_double | ( | double * | d | ) |
Definition at line 17 of file xdrdouble.c.
References db__recv(), db_protocol_error(), and stat.
Definition at line 49 of file xdrdouble.c.
References count, db__recv(), db_calloc(), db_protocol_error(), NULL, and stat.
int db__send_double | ( | double | d | ) |
Definition at line 4 of file xdrdouble.c.
References db__send(), db_protocol_error(), and stat.
Definition at line 31 of file xdrdouble.c.
References db__send(), db_protocol_error(), and stat.