GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 count, db_alloc_index_array(), db_get_error_code(), DB_RECV_INDEX, DB_RECV_INT, and NULL.

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 count, DB_SEND_INDEX, and DB_SEND_INT.