GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Go to the source code of this file.
Functions | |
int | db__send (const void *, size_t) |
? More... | |
int | db__recv (void *, size_t) |
int db__recv | ( | void * | , |
size_t | |||
) |
Definition at line 100 of file db/dbmi_base/xdr.c.
Referenced by db__recv_int(), db__recv_procnum(), and db__recv_short().
int db__send | ( | const void * | buf, |
size_t | size | ||
) |
?
buf | |
size |
Definition at line 89 of file db/dbmi_base/xdr.c.
Referenced by db__send_double_array(), db__send_float_array(), db__send_int(), db__send_int_array(), and db__send_short_array().