#include "ekg2-config.h"#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <sys/un.h>#include <sys/ioctl.h>#include <sys/stat.h>#include <errno.h>#include <fcntl.h>#include <limits.h>#include <locale.h>#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <unistd.h>#include "commands.h"#include "debug.h"#include "plugins.h"#include "compat/strlcpy.h"#include "sessions.h"#include "recode.h"#include "stuff.h"#include "themes.h"#include "userlist.h"#include "vars.h"#include "windows.h"#include "xmalloc.h"#include "queries.h"#include "remote-ssl.h"Definicje | |
| #define | _XOPEN_SOURCE 600 |
| #define | __EXTENSIONS__ |
Funkcje | |
| void | ekg_loop () |
| static int | rc_input_new_pipe (const char *path) |
| static int | rc_input_new_inet (const char *path, int type) |
| static int | rc_input_new_inet_ssl (const char *path, int type) |
| static int | rc_input_new_unix (const char *path) |
| int | remote_connect (const char *path) |
| static void | xstrtr (char *text, char from, char to) |
| static string_t | remote_what_to_write (char *what, va_list ap) |
| static int | remote_writefd (int fd, char *what,...) |
| EXPORTNOT int | remote_request (char *what,...) |
| static char ** | array_make_fast (const char *string, char sep, int *arrcnt) |
| static void | plugin_params_array_add (plugins_params_t **array, plugins_params_t *param) |
| static int | remote_read_line (int type, int fd, const char *watch, void *data) |
| static int | remote_read (int type, int fd, watch_type_t watch, void *data) |
| static int | remote_write (int type, int fd, const char *watch, void *data) |
| int | remote_connect2 (int fd, const char *password) |
| int | remote_connect3 () |
| static char * | recalc (unsigned int i) |
| void | remote_print_stats () |
Zmienne | |
| static int | login_OK |
| static int | commands_OK |
| static int | variables_OK |
| static int | formats_OK |
| static int | plugins_OK |
| static int | sessions_OK |
| static int | windows_OK |
| static int | userlist_OK |
| static int | ui_config_OK |
| static int | backlog_OK |
| static int | remote_fd |
| static unsigned int | read_total |
| static unsigned int | write_total |
| int | remote_mail_count |
| #define __EXTENSIONS__ |
| #define _XOPEN_SOURCE 600 |
| static char** array_make_fast | ( | const char * | string, | |
| char | sep, | |||
| int * | arrcnt | |||
| ) | [static] |
| void ekg_loop | ( | ) |
| static void plugin_params_array_add | ( | plugins_params_t ** | array, | |
| plugins_params_t * | param | |||
| ) | [static] |
| static int rc_input_new_inet | ( | const char * | path, | |
| int | type | |||
| ) | [static] |
| static int rc_input_new_inet_ssl | ( | const char * | path, | |
| int | type | |||
| ) | [static] |
| static int rc_input_new_pipe | ( | const char * | path | ) | [static] |
| static int rc_input_new_unix | ( | const char * | path | ) | [static] |
| static char* recalc | ( | unsigned int | i | ) | [static] |
| int remote_connect | ( | const char * | path | ) |
| int remote_connect2 | ( | int | fd, | |
| const char * | password | |||
| ) |
| int remote_connect3 | ( | ) |
| void remote_print_stats | ( | ) |
| static int remote_read | ( | int | type, | |
| int | fd, | |||
| watch_type_t | watch, | |||
| void * | data | |||
| ) | [static] |
| static int remote_read_line | ( | int | type, | |
| int | fd, | |||
| const char * | watch, | |||
| void * | data | |||
| ) | [static] |
| EXPORTNOT int remote_request | ( | char * | what, | |
| ... | ||||
| ) |
| static string_t remote_what_to_write | ( | char * | what, | |
| va_list | ap | |||
| ) | [static] |
| static int remote_write | ( | int | type, | |
| int | fd, | |||
| const char * | watch, | |||
| void * | data | |||
| ) | [static] |
| static int remote_writefd | ( | int | fd, | |
| char * | what, | |||
| ... | ||||
| ) | [static] |
| static void xstrtr | ( | char * | text, | |
| char | from, | |||
| char | to | |||
| ) | [static] |
int backlog_OK [static] |
int commands_OK [static] |
int formats_OK [static] |
int login_OK [static] |
int plugins_OK [static] |
unsigned int read_total [static] |
int remote_fd [static] |
int sessions_OK [static] |
int ui_config_OK [static] |
int userlist_OK [static] |
int variables_OK [static] |
int windows_OK [static] |
unsigned int write_total [static] |
1.7.1