MkBufferC - various functions to work on buffer-data … More...
MkBufferC - various functions to work on buffer-data …
|
static |
Tcl:
→ C-API $buf CastTo typ:MkTypeE
change the type of an MkBufferC to type …
Definition at line 769 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$buf1 Cmp buf2:MkBufferC]
compare TWO MkBufferC objects like strcmp
do it for strings …
Definition at line 785 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf Copy srce:MkBufferC]
copy the MkBufferC from srce to dest …
Definition at line 691 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf Reset]
reset a MkBufferC to the length zero …
Definition at line 707 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API $buf ResetFull
reset a MkBufferC to the length zero and free allocated storage…
Definition at line 800 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf SizeAdd size:int32]
add size storage to the buf …
Definition at line 721 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf SizeNew size:int32]
alloc min size storage to the buf …
Definition at line 737 of file MkBufferC_tcl.c.
OT_ProcRet tclmkkernel_MkBufferC_Temp | ( | MkBufferC_ARGS | ) |
Tcl:
→ C-API MkBufferC [$buf Temp]
create a temporary copy of the MkBufferC buf …
Definition at line 753 of file MkBufferC_tcl.c.
|
static |
Definition at line 815 of file MkBufferC_tcl.c.