GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
xdrint.c File Reference
#include "xdr.h"
Include dependency graph for xdrint.c:

Go to the source code of this file.

Functions

int db__send_int (int n)
int db__recv_int (int *n)
int db__send_int_array (const int *x, int n)
int db__recv_int_array (int **x, int *n)

Function Documentation

int db__recv_int ( int *  n)

Definition at line 17 of file xdrint.c.

References db__recv(), and db_protocol_error().

Referenced by db__recv_string_array(), and db__recv_token().

int db__recv_int_array ( int **  x,
int *  n 
)

Definition at line 48 of file xdrint.c.

References count, db__recv(), db_calloc(), db_protocol_error(), and NULL.

int db__send_int ( int  n)
int db__send_int_array ( const int *  x,
int  n 
)

Definition at line 30 of file xdrint.c.

References db__send(), and db_protocol_error().