ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | oradata_T |
Macros | |
#define | ORADATA_LEN 256 |
#define | ORA_LOCK() MUTEX_LOCK(&st_mutex) |
#define | ORA_UNLOCK() MUTEX_UNLOCK(&st_mutex) |
#define | KEYVALUE "^[a-z0-9_-]+=[^ \t]+" |
#define | VC_LOCK() |
#define | VC_UNLOCK() |
Functions | |
void | dump_oradata_table () |
bool | load_oradata_table (char *cfdir, char *fname) |
int | count_oradata (char *id, char *type, char *data, bool find, double *odds) |
double | vector_compare (double *a, double *b, int dim) |
char * | realcleanup_text_buf (char *buf, size_t size) |
#define KEYVALUE "^[a-z0-9_-]+=[^ \t]+" |
Definition at line 112 of file ze-oracle.c.
#define ORA_LOCK | ( | ) | MUTEX_LOCK(&st_mutex) |
Definition at line 49 of file ze-oracle.c.
#define ORA_UNLOCK | ( | ) | MUTEX_UNLOCK(&st_mutex) |
Definition at line 50 of file ze-oracle.c.
#define ORADATA_LEN 256 |
Definition at line 33 of file ze-oracle.c.
#define VC_LOCK | ( | ) |
Definition at line 321 of file ze-oracle.c.
#define VC_UNLOCK | ( | ) |
Definition at line 322 of file ze-oracle.c.