|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|


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 * | buf, |
| size_t | size | ||
| ) |
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().