|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
DBMI Library (base) - external data representation (procedure) More...

Go to the source code of this file.
Functions | |
| int | db__start_procedure_call (int procnum) |
| ? (client only) | |
| int | db__recv_procnum (int *n) |
| ? (driver only) | |
| int | db__send_procedure_ok (int n) |
| ? | |
| int | db__send_procedure_not_implemented (int n) |
| ? | |
DBMI Library (base) - external data representation (procedure)
(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 xdrprocedure.c.
? (driver only)
| n |
Definition at line 52 of file xdrprocedure.c.
References db__recv(), DB_EOF, and DB_OK.
Referenced by db_driver().
?
| n |
Definition at line 81 of file xdrprocedure.c.
References db__send_int().
Referenced by db_driver().
?
| n |
Definition at line 69 of file xdrprocedure.c.
References db__send_int().
Referenced by db_driver().
? (client only)
| procnum |
Definition at line 25 of file xdrprocedure.c.
References db_noproc_error(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), DB_RECV_INT, DB_SEND_INT, and procnum.