Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CLogicsAllowed.cpp File Reference
#include "CLogicsAllowed.hpp"
#include "core/CStringTools.hpp"
#include "core/assert.hpp"
#include "core/defines.hpp"
#include "core/parsers.hpp"
#include "core/paths.hpp"
#include "logic/defines.hpp"
#include "third_party/mdbtools/libmdb/mdbtools.h"
#include "third_party/mdbtools/sql/mdbsql.h"
#include <algorithm>
#include <cstdio>
#include <glib.h>
Include dependency graph for CLogicsAllowed.cpp:

Functions

static void prvCloseDatabase (MdbHandle *mdb)
 
static MdbHandle * prvLoadDatabase (std::string &errorText, bool &isDataLoadedOk)
 
static void prvPrintTableSchema (MdbHandle *mdb, const std::string &tableName, std::string &errorText, bool &isDataLoadedOk)
 
static int32_t strlen_utf (const char *s)
 
static void print_value (FILE *out, char *v, int32_t sz, int32_t first)
 
static void print_break (FILE *out, int32_t sz, int32_t first)
 
static void dump_results_pp (FILE *out, MdbSQL *sql)
 

Function Documentation

◆ dump_results_pp()

static void dump_results_pp ( FILE * out,
MdbSQL * sql )
static

◆ print_break()

static void print_break ( FILE * out,
int32_t sz,
int32_t first )
static

◆ print_value()

static void print_value ( FILE * out,
char * v,
int32_t sz,
int32_t first )
static

◆ prvCloseDatabase()

static void prvCloseDatabase ( MdbHandle * mdb)
static

◆ prvLoadDatabase()

static MdbHandle * prvLoadDatabase ( std::string & errorText,
bool & isDataLoadedOk )
static

◆ prvPrintTableSchema()

static void prvPrintTableSchema ( MdbHandle * mdb,
const std::string & tableName,
std::string & errorText,
bool & isDataLoadedOk )
static

◆ strlen_utf()

static int32_t strlen_utf ( const char * s)
static