theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3Lite_Config_PY_API

Sq3Lite PACKAGE - configure the applicatione … More...

+ Collaboration diagram for Sq3Lite_Config_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3Lite_CompileOptionGet (OtClass_ARGS)
  Python: [static] string CompileOptionGet(N:int32) C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet pysq3lite_Sq3Lite_CompileOptionUsed (OtClass_ARGS)
  Python: [static] bool CompileOptionUsed(zOptName:string) C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet pysq3lite_Sq3Lite_MemoryHighwater (OtClass_ARGS)
  Python: [static] int64 MemoryHighwater(resetFlag:int32) C-API
Memory Allocator Statistics …
 
static OT_ProcRet pysq3lite_Sq3Lite_MemoryUsed (OtClass_ARGS)
  Python: [static] int64 MemoryUsed() C-API
Memory Allocator Statistics …
 
static OT_ProcRet pysq3lite_Sq3Lite_Threadsafe (OtClass_ARGS)
  Python: [static] Threadsafe() C-API
Test To See If The Library Is Threadsafe …
 

Detailed Description

Sq3Lite PACKAGE - configure the applicatione …

Method definition

end Sq3Lite_Enum_C_API

Function Documentation

◆ pysq3lite_Sq3Lite_CompileOptionGet()

static OT_ProcRet pysq3lite_Sq3Lite_CompileOptionGet ( OtClass_ARGS )
static

Python: [static] string CompileOptionGet(N:int32) C-API
Run-Time Library Compilation Options Diagnostics …

Definition at line 323 of file LibSq3Lite_py.c.

323 {
326 MK_I32 N = 0;
330 goto end;
331 error:
333 end:
335}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_retObj_SET_STR(nat)
#define OT_CHECK_NOARGS
#define CompileOptionGet_doc
#define OT_SETUP_hdl_static
signed int MK_I32
static MK_STRN Sq3CompileOptionGet(MK_I32 N)
Run-Time Library Compilation Options Diagnostics …

◆ pysq3lite_Sq3Lite_CompileOptionUsed()

static OT_ProcRet pysq3lite_Sq3Lite_CompileOptionUsed ( OtClass_ARGS )
static

Python: [static] bool CompileOptionUsed(zOptName:string) C-API
Run-Time Library Compilation Options Diagnostics …

Definition at line 338 of file LibSq3Lite_py.c.

338 {
341 MK_STRN zOptName = 0;
345 goto end;
346 error:
348 end:
350}
#define OT_retObj_SET_BOL(nat)
#define OT_CHECK_STRN(val)
#define CompileOptionUsed_doc
const MK_STRB * MK_STRN
static MK_BOOL Sq3CompileOptionUsed(MK_STRN zOptName)
Run-Time Library Compilation Options Diagnostics …

◆ pysq3lite_Sq3Lite_MemoryHighwater()

static OT_ProcRet pysq3lite_Sq3Lite_MemoryHighwater ( OtClass_ARGS )
static

Python: [static] int64 MemoryHighwater(resetFlag:int32) C-API
Memory Allocator Statistics …

Definition at line 353 of file LibSq3Lite_py.c.

353 {
356 MK_I32 resetFlag = 0;
360 goto end;
361 error:
363 end:
365}
#define OT_retObj_SET_I64(nat)
#define MemoryHighwater_doc
static MK_I64 Sq3MemoryHighwater(MK_I32 resetFlag)
Memory Allocator Statistics …

◆ pysq3lite_Sq3Lite_MemoryUsed()

static OT_ProcRet pysq3lite_Sq3Lite_MemoryUsed ( OtClass_ARGS )
static

Python: [static] int64 MemoryUsed() C-API
Memory Allocator Statistics …

Definition at line 368 of file LibSq3Lite_py.c.

368 {
373 goto end;
374 error:
376 end:
378}
#define OT_SETUP_NOARG(d)
#define MemoryUsed_doc
static MK_I64 Sq3MemoryUsed(void)
Memory Allocator Statistics …

◆ pysq3lite_Sq3Lite_Threadsafe()

static OT_ProcRet pysq3lite_Sq3Lite_Threadsafe ( OtClass_ARGS )
static

Python: [static] Threadsafe() C-API
Test To See If The Library Is Threadsafe …

Definition at line 381 of file LibSq3Lite_py.c.

381 {
387 goto end;
388 error:
390 end:
392}
#define OT_retObj_SET_None
#define MkErrorC_Check(mng, PROC)
#define Threadsafe_doc
static enum MkErrorE Sq3Threadsafe(void)
Test To See If The Library Is Threadsafe …