#include <stdlib.h>
#include "xdr.h"
Go to the source code of this file.
Functions | |
db__send_short (short n) | |
db__recv_short (short *n) | |
db__send_short_array (short *x, int n) | |
db__recv_short_array (short **x, int *n) |
db__recv_short | ( | short * | n | ) |
Definition at line 25 of file xdrshort.c.
References db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
db__recv_short_array | ( | short ** | x, | |
int * | n | |||
) |
Definition at line 74 of file xdrshort.c.
References db_calloc(), db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
db__send_short | ( | short | n | ) |
Definition at line 4 of file xdrshort.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().
db__send_short_array | ( | short * | x, | |
int | n | |||
) |
Definition at line 44 of file xdrshort.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().