#include <stdlib.h>
#include "xdr.h"
Go to the source code of this file.
Functions | |
db__send_int (int n) | |
db__recv_int (int *n) | |
db__send_int_array (int *x, int n) | |
db__recv_int_array (int **x, int *n) |
db__recv_int | ( | int * | n | ) |
Definition at line 22 of file xdrint.c.
References db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
Referenced by db__recv_string_array(), and db__recv_token().
db__recv_int_array | ( | int ** | x, | |
int * | n | |||
) |
Definition at line 71 of file xdrint.c.
References db_calloc(), db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().
db__send_int | ( | int | n | ) |
Definition at line 4 of file xdrint.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().
Referenced by db__send_procedure_not_implemented(), db__send_procedure_ok(), db__send_string_array(), and db__send_token().
db__send_int_array | ( | int * | x, | |
int | n | |||
) |
Definition at line 41 of file xdrint.c.
References db_protocol_error(), xdr_begin_send(), and xdr_end_send().