|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
DBMI Library (base) - external data representation. More...
#include "xdr.h"
Go to the source code of this file.
Macros | |
| #define | USE_STDIO 1 |
| #define | USE_READN 0 |
Functions | |
| void | db__set_protocol_fds (FILE *send, FILE *recv) |
| ? | |
| int | db__send (const void *buf, size_t size) |
| ? | |
| int | db__recv (void *buf, size_t size) |
DBMI Library (base) - external data representation.
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file db/dbmi_base/xdr.c.
| #define USE_READN 0 |
Definition at line 22 of file db/dbmi_base/xdr.c.
| #define USE_STDIO 1 |
Definition at line 21 of file db/dbmi_base/xdr.c.
Definition at line 100 of file db/dbmi_base/xdr.c.
References read.
Referenced by db__recv_char(), db__recv_double(), db__recv_double_array(), db__recv_float(), db__recv_float_array(), db__recv_int(), db__recv_int_array(), db__recv_procnum(), db__recv_short(), db__recv_short_array(), and db__recv_string().
?
| buf | |
| size |
Definition at line 89 of file db/dbmi_base/xdr.c.
References write.
Referenced by db__send_char(), db__send_double(), db__send_double_array(), db__send_float(), db__send_float_array(), db__send_int(), db__send_int_array(), db__send_short(), db__send_short_array(), and db__send_string().
?
| send | |
| recv |
Definition at line 75 of file db/dbmi_base/xdr.c.
Referenced by db_add_column(), db_begin_transaction(), db_bind_update(), db_close_cursor(), db_close_database(), db_commit_transaction(), db_create_database(), db_create_index(), db_create_table(), db_delete(), db_delete_database(), db_describe_table(), db_driver(), db_drop_column(), db_drop_index(), db_drop_table(), db_execute_immediate(), db_fetch(), db_find_database(), db_get_num_rows(), db_grant_on_table(), db_gversion(), db_insert(), db_list_databases(), db_list_indexes(), db_list_tables(), db_open_database(), db_open_insert_cursor(), db_open_select_cursor(), db_open_update_cursor(), db_shutdown_driver(), db_start_driver(), and db_update().