theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Config_TCL_API

Sq3Lite PACKAGE - configure the applicatione … More...

+ Collaboration diagram for Sq3Lite_Config_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3Lite_CompileOptionGet (OtClass_ARGS)
  Tcl: (static) string [Sq3Lite CompileOptionGet N:int32] C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet tclsq3lite_Sq3Lite_CompileOptionUsed (OtClass_ARGS)
  Tcl: (static) bool [Sq3Lite CompileOptionUsed zOptName:string] C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet tclsq3lite_Sq3Lite_MemoryHighwater (OtClass_ARGS)
  Tcl: (static) int64 [Sq3Lite MemoryHighwater resetFlag:int32] C-API
Memory Allocator Statistics …
 
static OT_ProcRet tclsq3lite_Sq3Lite_MemoryUsed (OtClass_ARGS)
  Tcl: (static) int64 [Sq3Lite MemoryUsed] C-API
Memory Allocator Statistics …
 
static OT_ProcRet tclsq3lite_Sq3Lite_Threadsafe (OtClass_ARGS)
  Tcl: (static) Sq3Lite Threadsafe C-API
Test To See If The Library Is Threadsafe …
 

Detailed Description

Sq3Lite PACKAGE - configure the applicatione …

end Sq3Lite_Enum_C_API

Function Documentation

◆ tclsq3lite_Sq3Lite_CompileOptionGet()

static OT_ProcRet tclsq3lite_Sq3Lite_CompileOptionGet ( OtClass_ARGS )
static

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

Definition at line 2994 of file LibSq3Lite_tcl.c.

2994 {
2997 MK_I32 N = 0;
3001 goto end;
3002 error:
3004 end:
3006}
#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 …

◆ tclsq3lite_Sq3Lite_CompileOptionUsed()

static OT_ProcRet tclsq3lite_Sq3Lite_CompileOptionUsed ( OtClass_ARGS )
static

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

Definition at line 3009 of file LibSq3Lite_tcl.c.

3009 {
3012 MK_STRN zOptName = 0;
3016 goto end;
3017 error:
3019 end:
3021}
#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 …

◆ tclsq3lite_Sq3Lite_MemoryHighwater()

static OT_ProcRet tclsq3lite_Sq3Lite_MemoryHighwater ( OtClass_ARGS )
static

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

Definition at line 3024 of file LibSq3Lite_tcl.c.

3024 {
3027 MK_I32 resetFlag = 0;
3028 OT_CHECK_REQUIRED(OT_CHECK_NI4 (resetFlag))
3031 goto end;
3032 error:
3034 end:
3036}
#define OT_retObj_SET_I64(nat)
#define MemoryHighwater_doc
static MK_I64 Sq3MemoryHighwater(MK_I32 resetFlag)
Memory Allocator Statistics …

◆ tclsq3lite_Sq3Lite_MemoryUsed()

static OT_ProcRet tclsq3lite_Sq3Lite_MemoryUsed ( OtClass_ARGS )
static

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

Definition at line 3039 of file LibSq3Lite_tcl.c.

3039 {
3044 goto end;
3045 error:
3047 end:
3049}
#define OT_SETUP_NOARG(d)
#define MemoryUsed_doc
static MK_I64 Sq3MemoryUsed(void)
Memory Allocator Statistics …

◆ tclsq3lite_Sq3Lite_Threadsafe()

static OT_ProcRet tclsq3lite_Sq3Lite_Threadsafe ( OtClass_ARGS )
static

Tcl: (static) Sq3Lite Threadsafe C-API
Test To See If The Library Is Threadsafe …

Definition at line 3052 of file LibSq3Lite_tcl.c.

3052 {
3058 goto end;
3059 error:
3061 end:
3063}
#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 …