theSq3Lite 10.0
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 320 of file LibSq3Lite_py.c.

320 {
323 MK_I32 N = 0;
327 goto end;
328 error:
330 end:
332}
#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 335 of file LibSq3Lite_py.c.

335 {
338 MK_STRN zOptName = 0;
342 goto end;
343 error:
345 end:
347}
#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 350 of file LibSq3Lite_py.c.

350 {
353 MK_I32 resetFlag = 0;
357 goto end;
358 error:
360 end:
362}
#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 365 of file LibSq3Lite_py.c.

365 {
370 goto end;
371 error:
373 end:
375}
#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 378 of file LibSq3Lite_py.c.

378 {
384 goto end;
385 error:
387 end:
389}
#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 …