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