MkBufferC - various functions to work on buffer-data … More...
MkBufferC - various functions to work on buffer-data …
|
static |
Atl:
→ C-API MkBufferC::CastTo $buf typ:MkTypeE
change the type of an MkBufferC to type …
Definition at line 748 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API int32 [MkBufferC::Cmp $buf1 buf2:MkBufferC]
compare TWO MkBufferC objects like strcmp
do it for strings …
Definition at line 764 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::Copy $buf srce:MkBufferC]
copy the MkBufferC from srce to dest …
Definition at line 670 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::Reset $buf]
reset a MkBufferC to the length zero …
Definition at line 686 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC::ResetFull $buf
reset a MkBufferC to the length zero and free allocated storage…
Definition at line 779 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::SizeAdd $buf size:int32]
add size storage to the buf …
Definition at line 700 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::SizeNew $buf size:int32]
alloc min size storage to the buf …
Definition at line 716 of file MkBufferC_atl.c.
OT_ProcRet atlmkkernel_MkBufferC_Temp | ( | MkBufferC_ARGS | ) |
Atl:
→ C-API MkBufferC [MkBufferC::Temp $buf]
create a temporary copy of the MkBufferC buf …
Definition at line 732 of file MkBufferC_atl.c.
|
static |
Definition at line 794 of file MkBufferC_atl.c.