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

Go to the source code of this file.
Functions | |
| db__send_index (dbIndex *index) | |
| db__send_index_array (dbIndex *list, int count) | |
| db__recv_index (dbIndex *index) | |
| db__recv_index_array (dbIndex **list, int *count) | |
| db__recv_index | ( | dbIndex * | index | ) |
Definition at line 36 of file xdrindex.c.
References db_alloc_index_columns(), db_get_error_code(), db_init_index(), DB_RECV_CHAR, DB_RECV_INT, and DB_RECV_STRING.
| db__recv_index_array | ( | dbIndex ** | list, | |
| int * | count | |||
| ) |
Definition at line 59 of file xdrindex.c.
References db_alloc_index_array(), db_get_error_code(), DB_RECV_INDEX, and DB_RECV_INT.
| db__send_index | ( | dbIndex * | index | ) |
| db__send_index_array | ( | dbIndex * | list, | |
| int | count | |||
| ) |
1.5.1