#include <stdlib.h>
#include "xdr.h"
Go to the source code of this file.
Functions | |
int | db__send_float (float d) |
int | db__recv_float (float *d) |
int | db__send_float_array (float *x, int n) |
int | db__recv_float_array (float **x, int *n) |
int db__recv_float | ( | float * | d | ) |
Definition at line 21 of file xdrfloat.c.
References db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
int db__recv_float_array | ( | float ** | x, | |
int * | n | |||
) |
Definition at line 66 of file xdrfloat.c.
References db_calloc(), db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
int db__send_float | ( | float | d | ) |
Definition at line 4 of file xdrfloat.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().
int db__send_float_array | ( | float * | x, | |
int | n | |||
) |
Definition at line 37 of file xdrfloat.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().