ze-filter  (ze-filter-0.8.0-develop-180218)
ze-oracle.c File Reference
#include <ze-sys.h>
#include "ze-filter.h"

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)
 

Macro Definition Documentation

◆ KEYVALUE

#define KEYVALUE   "^[a-z0-9_-]+=[^ \t]+"

Definition at line 112 of file ze-oracle.c.

◆ ORA_LOCK

#define ORA_LOCK ( )    MUTEX_LOCK(&st_mutex)

Definition at line 49 of file ze-oracle.c.

◆ ORA_UNLOCK

#define ORA_UNLOCK ( )    MUTEX_UNLOCK(&st_mutex)

Definition at line 50 of file ze-oracle.c.

◆ ORADATA_LEN

#define ORADATA_LEN   256

Definition at line 33 of file ze-oracle.c.

◆ VC_LOCK

#define VC_LOCK ( )

Definition at line 321 of file ze-oracle.c.

◆ VC_UNLOCK

#define VC_UNLOCK ( )

Definition at line 322 of file ze-oracle.c.