tclBinary.c File Reference#include "tclInt.h" #include "tommath.h" #include <math.h> Go to the source code of this file.
Define Documentation
Definition at line 53 of file tclBinary.c.
Definition at line 33 of file tclBinary.c.
Definition at line 34 of file tclBinary.c.
Definition at line 126 of file tclBinary.c. Referenced by Tcl_SetByteArrayLength(), and Tcl_SetByteArrayObj().
Definition at line 128 of file tclBinary.c. Referenced by Tcl_GetByteArrayFromObj(), and Tcl_SetByteArrayLength().
Definition at line 130 of file tclBinary.c. Referenced by Tcl_SetByteArrayLength(), and Tcl_SetByteArrayObj().
Function Documentation
Definition at line 559 of file tclBinary.c. References BINARY_ALL, BINARY_NOCOUNT, Tcl_AppendResult(), Tcl_DbNewByteArrayObj(), Tcl_DecrRefCount, TCL_ERROR, Tcl_GetByteArrayFromObj(), Tcl_GetIndexFromObj(), Tcl_InitHashTable(), TCL_LEAVE_ERR_MSG, Tcl_ListObjAppendElement(), Tcl_NewByteArrayObj(), Tcl_NewLongObj(), Tcl_NewObj(), Tcl_ObjSetVar2(), TCL_OK, TCL_ONE_WORD_KEYS, Tcl_ResetResult(), Tcl_SetByteArrayLength(), Tcl_SetObjLength(), Tcl_SetObjResult(), Tcl_UniCharToUtf(), TCL_UTF_MAX, Tcl_UtfToUniChar(), Tcl_WrongNumArgs(), TclGetString, TclGetStringFromObj, TclListObjGetElements, and UCHAR.
Definition at line 230 of file tclBinary.c. References Tcl_NewByteArrayObj(). Referenced by Tcl_BinaryObjCmd().
Definition at line 306 of file tclBinary.c. References ByteArray::bytes, GET_BYTEARRAY, tclByteArrayType, Tcl_Obj::typePtr, and ByteArray::used. Referenced by Tcl_BinaryObjCmd(), Tcl_EncodingObjCmd(), Tcl_WriteObj(), TclExecuteByteCode(), and TclStringMatchObj().
Definition at line 168 of file tclBinary.c. References Tcl_SetByteArrayObj(), and TclNewObj. Referenced by Tcl_BinaryObjCmd(), Tcl_DbNewByteArrayObj(), Tcl_EncodingObjCmd(), and TclExecuteByteCode().
Definition at line 347 of file tclBinary.c. References ByteArray::allocated, BYTEARRAY_SIZE, ByteArray::bytes, ckrealloc, GET_BYTEARRAY, SET_BYTEARRAY, Tcl_InvalidateStringRep(), Tcl_IsShared, Tcl_Panic(), tclByteArrayType, Tcl_Obj::typePtr, and ByteArray::used. Referenced by Tcl_BinaryObjCmd().
Definition at line 263 of file tclBinary.c. References ByteArray::allocated, BYTEARRAY_SIZE, ByteArray::bytes, ckalloc, SET_BYTEARRAY, Tcl_InvalidateStringRep(), Tcl_IsShared, Tcl_Panic(), tclByteArrayType, TclFreeIntRep, Tcl_Obj::typePtr, and ByteArray::used. Referenced by Tcl_NewByteArrayObj().
Variable DocumentationInitial value: {
"bytearray",
FreeByteArrayInternalRep,
DupByteArrayInternalRep,
UpdateStringOfByteArray,
SetByteArrayFromAny
}
Definition at line 101 of file tclBinary.c. Referenced by Tcl_GetByteArrayFromObj(), Tcl_SetByteArrayLength(), Tcl_SetByteArrayObj(), TclExecuteByteCode(), TclInitObjSubsystem(), and TclStringMatchObj().
Generated on Wed Mar 12 12:18:28 2008 by 1.5.1 |