GRASS Programmer's Manual
6.4.2(2012)
|
Go to the source code of this file.
Functions | |
int | db__start_procedure_call (int procnum) |
int | db__recv_procnum (int *n) |
int | db__send_procedure_ok (int n) |
int | db__send_procedure_not_implemented (int n) |
int db__recv_procnum | ( | int * | n | ) |
int db__send_procedure_not_implemented | ( | int | n | ) |
int db__send_procedure_ok | ( | int | n | ) |
int db__start_procedure_call | ( | int | procnum | ) |
Definition at line 6 of file xdrprocedure.c.
References db_noproc_error(), db_protocol_error(), DB_RECV_INT, and DB_SEND_INT.