NAME

Trf_SafeInit - Initialize extension in SAFE interpreter.

SYNOPSIS

#include <generic/transform.h>

int Trf_SafeInit(Tcl_Interp *interp);

PARAMETERS

Tcl_Interp *interp
Interpreter to initialize.

DESCRIPTION

Same as --> Trf_Init. The only security relevant operations are reading from and writing to a file. As Tcl-Handles are given to these commands it is assumed that they were checked and cleared beforehand.

SEE ALSO

Trf_Init , Trf_IsInitialized , Trf_CreateOptions , Trf_DeleteOptions , Trf_CheckOptions , Trf_SetOption , Trf_SetObjOption , Trf_QueryOptions , Trf_SeekQueryOptions , Trf_WriteProc , Trf_CreateCtrlBlock , Trf_DeleteCtrlBlock , Trf_TransformCharacter , Trf_TransformBuffer , Trf_FlushTransformation , Trf_ClearCtrlBlock , Trf_QueryMaxRead , Trf_Register , Trf_ConverterOptions , Trf_MDStart , Trf_MDUpdate , Trf_MDUpdateBuf , Trf_MDFinal , Trf_MDCheck , Trf_RegisterMessageDigest , Trf_LoadLibrary , Trf_XorBuffer , Trf_ShiftRegister , Trf_FlipRegisterShort , Trf_FlipRegisterLong , Trf_InitStubs