GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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) |
int db__recv | ( | void * | buf, |
size_t | size | ||
) |
Definition at line 88 of file xdr.c.
References tools::size.
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().
int db__send | ( | const void * | buf, |
size_t | size | ||
) |
Definition at line 77 of file xdr.c.
References tools::size.
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().
void db__set_protocol_fds | ( | FILE * | send, |
FILE * | recv | ||
) |
Definition at line 71 of file 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().