|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-6050dcdd58
|
DBMI Library (base) - external data representation (short) More...

Go to the source code of this file.
Functions | |
| int | db__send_short (int n) |
| Send short. | |
| int | db__recv_short (short *n) |
| Receive short. | |
| int | db__send_short_array (const short *x, int n) |
| Send short array. | |
| int | db__recv_short_array (short **x, int *n) |
| Receive short array. | |
DBMI Library (base) - external data representation (short)
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file xdrshort.c.
Receive short.
| n |
Definition at line 46 of file xdrshort.c.
References db__recv(), DB_OK, DB_PROTOCOL_ERR, and db_protocol_error().
Receive short array.
Returns an allocated array of ints Caller is responsible for free()
| x | |
| n |
Definition at line 94 of file xdrshort.c.
References count, db__recv(), db_calloc(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), NULL, and x.
Send short.
| n |
Definition at line 25 of file xdrshort.c.
References db__send(), DB_OK, DB_PROTOCOL_ERR, and db_protocol_error().
Send short array.
| x | |
| n |
Definition at line 67 of file xdrshort.c.
References db__send(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), and x.