|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>#include <grass/dbmi.h>

Go to the source code of this file.
Functions | |
| int | db__send (const void *, size_t) |
| int | db__recv (void *, size_t) |
| int db__recv | ( | void * | , |
| size_t | |||
| ) |
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 * | , |
| size_t | |||
| ) |
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().