Functions

xdrindex.c File Reference

#include <grass/dbmi.h>
#include "macros.h"
Include dependency graph for xdrindex.c:

Go to the source code of this file.

Functions

int db__send_index (dbIndex *index)
int db__send_index_array (dbIndex *list, int count)
int db__recv_index (dbIndex *index)
int db__recv_index_array (dbIndex **list, int *count)

Function Documentation

int db__recv_index ( dbIndex *  index )
int db__recv_index_array ( dbIndex **  list,
int *  count 
)

Definition at line 54 of file xdrindex.c.

References db_alloc_index_array(), db_get_error_code(), DB_RECV_INDEX, and DB_RECV_INT.

int db__send_index ( dbIndex *  index )

Definition at line 5 of file xdrindex.c.

References DB_SEND_CHAR, DB_SEND_INT, and DB_SEND_STRING.

int db__send_index_array ( dbIndex *  list,
int  count 
)

Definition at line 22 of file xdrindex.c.

References DB_SEND_INDEX, and DB_SEND_INT.