GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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) |
int db__recv_index | ( | dbIndex * | index | ) |
Definition at line 33 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.
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.
Definition at line 22 of file xdrindex.c.
References count, DB_SEND_INDEX, and DB_SEND_INT.