GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-7413740dd8
xdr.h File Reference
#include <stdio.h>
#include <grass/dbmi.h>
Include dependency graph for xdr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int db__send (const void *, size_t)
 ? More...
 
int db__recv (void *, size_t)
 

Function Documentation

◆ db__recv()

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().

◆ db__send()

int db__send ( const void *  buf,
size_t  size 
)

?

Parameters
buf
size
Returns

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().