#include <stdlib.h>#include "xdr.h"Include dependency graph for xdrdouble.c:

Go to the source code of this file.
Functions | |
| db__send_double (double d) | |
| db__recv_double (double *d) | |
| db__send_double_array (double *x, int n) | |
| db__recv_double_array (double **x, int *n) | |
| db__recv_double | ( | double * | d | ) |
Definition at line 22 of file xdrdouble.c.
References db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
| db__recv_double_array | ( | double ** | x, | |
| int * | n | |||
| ) |
Definition at line 70 of file xdrdouble.c.
References db_calloc(), db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
| db__send_double | ( | double | d | ) |
Definition at line 4 of file xdrdouble.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().
| db__send_double_array | ( | double * | x, | |
| int | n | |||
| ) |
Definition at line 39 of file xdrdouble.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().
1.4.7