#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <libdrizzle/drizzle_client.h>
#include <libdrizzle/drizzle_server.h>
Go to the source code of this file.
◆ DRIZZLE_RETURN_CHECK
| #define DRIZZLE_RETURN_CHECK |
( |
| __ret, |
|
|
| __function, |
|
|
| __drizzle ) |
Value:{ \
DRIZZLE_RETURN_ERROR(__function, __drizzle) \
}
Definition at line 19 of file proxy.c.
◆ DRIZZLE_RETURN_ERROR
| #define DRIZZLE_RETURN_ERROR |
( |
| __function, |
|
|
| __drizzle ) |
Value:{ \
return; \
}
const char * drizzle_error(const drizzle_st *drizzle)
Definition at line 25 of file proxy.c.
◆ proxy()
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |