Searched refs:statePtr (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/
H A DtlsIO.c250 State *statePtr = (State *) instanceData;
253 statePtr->flags |= TLS_TCL_ASYNC;
255 statePtr->flags &= ~(TLS_TCL_ASYNC);
260 return Tcl_SetChannelOption(statePtr->interp, Tls_GetParent(statePtr),
289 State *statePtr = (State *) instanceData;
291 dprintf(stderr,"\nTlsCloseProc(0x%x)", (unsigned int) statePtr);
299 Tcl_DeleteChannelHandler(Tls_GetParent(statePtr),
300 TlsChannelHandler, (ClientData) statePtr);
303 Tls_Clean(statePtr);
249 State *statePtr = (State *) instanceData; local
287 State *statePtr = (State *) instanceData; local
332 State *statePtr = (State *) instanceData; local
416 State *statePtr = (State *) instanceData; local
530 State *statePtr = (State *) instanceData; local
595 State *statePtr = (State *) instanceData; local
684 State *statePtr = (State *) instanceData; local
711 State *statePtr = (State *) instanceData; local
761 State *statePtr = (State *) clientData; local
838 State *statePtr = (State *) clientData; local
[all...]
H A Dtls.c66 static SSL_CTX *CTX_Init _ANSI_ARGS_((State *statePtr, int proto, char *key,
152 State *statePtr = (State*)SSL_get_app_data((SSL *)ssl);
156 if (statePtr->callback == (Tcl_Obj*)NULL)
159 cmdPtr = Tcl_DuplicateObj(statePtr->callback);
165 Tls_Error(statePtr, SSL_ERROR(ssl, 0));
189 Tcl_ListObjAppendElement( statePtr->interp, cmdPtr,
192 Tcl_ListObjAppendElement( statePtr->interp, cmdPtr,
193 Tcl_NewStringObj( Tcl_GetChannelName(statePtr->self), -1) );
195 Tcl_ListObjAppendElement( statePtr->interp, cmdPtr,
198 Tcl_ListObjAppendElement( statePtr
151 State *statePtr = (State*)SSL_get_app_data((SSL *)ssl); local
252 State *statePtr = (State*)SSL_get_app_data(ssl); local
336 Tls_Error(State *statePtr, char *msg) argument
403 State *statePtr = (State *) udata; local
587 State *statePtr; /* client state for ssl socket */ local
663 State *statePtr; /* client state for ssl socket */ local
1114 State *statePtr; local
1390 State *statePtr = (State *)blockPtr; local
1415 Tls_Clean(State *statePtr) argument
[all...]
H A DtlsInt.h239 EXTERN Tcl_Channel Tls_GetParent _ANSI_ARGS_((State *statePtr));
242 EXTERN void Tls_Error _ANSI_ARGS_ ((State *statePtr, char *msg));
244 EXTERN void Tls_Clean _ANSI_ARGS_ ((State *statePtr));
245 EXTERN int Tls_WaitForConnect _ANSI_ARGS_(( State *statePtr,
249 EXTERN BIO * BIO_new_tcl _ANSI_ARGS_((State* statePtr, int flags));
H A DtlsBIO.c35 BIO_new_tcl(statePtr, flags)
36 State *statePtr;
42 bio->ptr = (char*)statePtr;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgGIF.c1481 static int color(GifWriterState *statePtr,
1486 static int nuevo(GifWriterState *statePtr,
1489 static void savemap(GifWriterState *statePtr,
1531 GifWriterState state, *statePtr = &state;
1540 memset(statePtr, 0, sizeof(state));
1542 statePtr->pixelSize = blockPtr->pixelSize;
1543 statePtr->greenOffset = blockPtr->offset[1]-blockPtr->offset[0];
1544 statePtr->blueOffset = blockPtr->offset[2]-blockPtr->offset[0];
1545 statePtr->alphaOffset = blockPtr->offset[0];
1546 if (statePtr
1513 GifWriterState state, *statePtr = &state; local
1646 color( GifWriterState *statePtr, int red, int green, int blue, unsigned char mapa[MAXCOLORMAPSIZE][3]) argument
1663 nuevo( GifWriterState *statePtr, int red, int green, int blue, unsigned char mapa[MAXCOLORMAPSIZE][3]) argument
1680 savemap( GifWriterState *statePtr, Tk_PhotoImageBlock *blockPtr, unsigned char mapa[MAXCOLORMAPSIZE][3]) argument
1724 GifWriterState *statePtr = (GifWriterState *) clientData; local
1872 writeBlock( miGIFState_t *statePtr) argument
1894 blockOut( miGIFState_t *statePtr, unsigned c) argument
1906 blockFlush( miGIFState_t *statePtr) argument
1916 output( miGIFState_t *statePtr, int val) argument
1935 outputFlush( miGIFState_t *statePtr) argument
1946 didClear( miGIFState_t *statePtr) argument
1959 outputPlain( miGIFState_t *statePtr, int c) argument
2026 maxOutputClear( miGIFState_t *statePtr) argument
2033 resetOutputClear( miGIFState_t *statePtr) argument
2044 runlengthFlushFromClear( miGIFState_t *statePtr, int count) argument
2084 runlengthFlushClearOrRep( miGIFState_t *statePtr, int count) argument
2105 runlengthFlushWithTable( miGIFState_t *statePtr, int count) argument
2150 runlengthFlush( miGIFState_t *statePtr) argument
2181 miGIFState_t state, *statePtr = &state; local
[all...]
H A DtkUtil.c63 register Tk_State *statePtr = (Tk_State *) (widgRec + offset);
66 *statePtr = TK_STATE_NULL;
74 *statePtr = TK_STATE_NORMAL;
78 *statePtr = TK_STATE_DISABLED;
82 *statePtr = TK_STATE_ACTIVE;
86 *statePtr = TK_STATE_HIDDEN;
102 *statePtr = TK_STATE_NORMAL;
138 register Tk_State *statePtr = (Tk_State *) (widgRec + offset);
140 switch (*statePtr) {
241 register int *statePtr
62 register Tk_State *statePtr = (Tk_State *) (widgRec + offset); local
136 register Tk_State *statePtr = (Tk_State *) (widgRec + offset); local
237 register int *statePtr = (int *) (widgRec + offset); local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIO.c54 static int CheckChannelErrors(ChannelState *statePtr,
59 ChannelState *statePtr);
66 static int CopyAndTranslateBuffer(ChannelState *statePtr,
78 static void DiscardInputQueued(ChannelState *statePtr,
87 GetsState *statePtr);
98 static int ReadBytes(ChannelState *statePtr, Tcl_Obj *objPtr,
100 static int ReadChars(ChannelState *statePtr, Tcl_Obj *objPtr,
102 static void RecycleBuffer(ChannelState *statePtr,
108 static int TranslateInputEOL(ChannelState *statePtr, char *dst,
110 static int TranslateOutputEOL(ChannelState *statePtr, cha
286 ChannelState *statePtr; /* State of channel stack */ local
519 ChannelState *statePtr; local
559 ChannelState *statePtr; local
662 ChannelState *statePtr; /* State of Channel being deleted. */ local
750 ChannelState *statePtr = ((Channel *) chan)->state; local
837 ChannelState *statePtr; /* State of the actual channel. */ local
897 ChannelState *statePtr; /* State of the real channel. */ local
1036 ChannelState *statePtr; /* State of the real channel. */ local
1192 ChannelState *statePtr; local
1233 ChannelState *statePtr; /* The stack-level independent state info for local
1432 ChannelState *statePtr; local
1610 ChannelState *statePtr = chanPtr->state; local
1948 ChannelState *statePtr = ((Channel *) chan)->state; local
1975 ChannelState *statePtr; /* State of actual channel. */ local
2085 RecycleBuffer( ChannelState *statePtr, ChannelBuffer *bufPtr, int mustDiscard) argument
2168 DiscardOutputQueued( ChannelState *statePtr) argument
2200 CheckForDeadChannel( Tcl_Interp *interp, ChannelState *statePtr) argument
2243 ChannelState *statePtr = chanPtr->state; local
2508 ChannelState *statePtr; /* State of the channel stack. */ local
2703 ChannelState *statePtr = ((Channel *) chan)->state; local
2749 ChannelState *statePtr = chanPtr->state; local
2821 ChannelState *statePtr = ((Channel *) chan)->state; local
2857 ChannelState *statePtr = chanPtr->state; local
2922 ChannelState *statePtr; /* State of real IO channel. */ local
3092 ChannelState *statePtr; /* State of real IO channel. */ local
3197 ChannelState *statePtr; /* State info for channel */ local
3244 ChannelState *statePtr = chanPtr->state; local
3302 ChannelState *statePtr; /* State info for channel */ local
3348 ChannelState *statePtr; /* State info for channel */ local
3414 ChannelState *statePtr; /* State info for channel */ local
3460 ChannelState *statePtr = chanPtr->state; local
3557 ChannelState *statePtr = chanPtr->state; local
3787 TranslateOutputEOL( ChannelState *statePtr, char *dst, const char *src, int *dstLenPtr, int *srcLenPtr) argument
3895 ChannelState *statePtr = chanPtr->state; local
3996 ChannelState *statePtr = chanPtr->state; local
4360 ChannelState *statePtr = chanPtr->state; local
4629 ChannelState *statePtr = chanPtr->state; local
4809 ChannelState *statePtr = chanPtr->state; local
4886 ChannelState *statePtr = chanPtr->state; local
4957 ChannelState *statePtr = chanPtr->state; local
5002 ChannelState *statePtr = chanPtr->state; local
5168 ChannelState *statePtr = chanPtr->state; local
5223 ChannelState *statePtr = chanPtr->state; local
5355 ReadBytes( ChannelState *statePtr, Tcl_Obj *objPtr, int bytesToRead, int *offsetPtr) argument
5458 ReadChars( ChannelState *statePtr, Tcl_Obj *objPtr, int charsToRead, int *offsetPtr, int *factorPtr) argument
5749 TranslateInputEOL( ChannelState *statePtr, char *dstStart, const char *srcStart, int *dstLenPtr, int *srcLenPtr) argument
5926 ChannelState *statePtr; /* State of actual channel. */ local
6012 ChannelState *statePtr = chanPtr->state; local
6060 DiscardInputQueued( ChannelState *statePtr, int discardSavedBuffers) argument
6113 ChannelState *statePtr = chanPtr->state; local
6310 ChannelState *statePtr = chanPtr->state; local
6495 ChannelState *statePtr = chanPtr->state; local
6701 CheckChannelErrors( ChannelState *statePtr, int flags) argument
6801 ChannelState *statePtr = ((Channel *) chan)->state; local
6829 ChannelState *statePtr = ((Channel *) chan)->state; local
6857 ChannelState *statePtr = ((Channel *) chan)->state; local
6901 ChannelState *statePtr = ((Channel *) chan)->state; local
6978 ChannelState *statePtr; /* State of real channel structure. */ local
7024 ChannelState *statePtr = ((Channel *) chan)->state; local
7129 ChannelState *statePtr = chanPtr->state; local
7357 ChannelState *statePtr = chanPtr->state; local
7679 ChannelState *statePtr = chanPtr->state; local
7735 ChannelState *statePtr = chanPtr->state; local
7882 ChannelState *statePtr = chanPtr->state; local
7979 ChannelState *statePtr = chanPtr->state; local
8057 ChannelState *statePtr = chanPtr->state; local
8131 ChannelState *statePtr = chanPtr->state; local
8218 ChannelState *statePtr = chanPtr->state; local
8268 ChannelState *statePtr = chanPtr->state; local
8400 ChannelState *statePtr; /* State info for channel */ local
8918 ChannelState *statePtr = chanPtr->state; local
8992 CopyAndTranslateBuffer( ChannelState *statePtr, char *result, int space) argument
9316 ChannelState *statePtr = chanPtr->state; local
9608 ChannelState *statePtr = chanPtr->state; local
9696 ChannelState *statePtr; local
9782 ChannelState *statePtr; /* State of the real channel. */ local
9827 ChannelState *statePtr = ((Channel *) chan)->state; local
9855 ChannelState *statePtr; local
10392 ChannelState *statePtr = ((Channel *) chan)->state; local
10615 ChannelState *statePtr = ((Channel *) chan)->state; local
10675 ChannelState *statePtr = GET_CHANNELSTATE(srcPtr); local
10706 ChannelState *statePtr; local
10776 ChannelState *statePtr = GET_CHANNELSTATE(objPtr); local
[all...]
H A DtclResult.c79 InterpState *statePtr = (InterpState *)ckalloc(sizeof(InterpState));
81 statePtr->status = status;
82 statePtr->flags = iPtr->flags & ERR_ALREADY_LOGGED;
83 statePtr->returnLevel = iPtr->returnLevel;
84 statePtr->returnCode = iPtr->returnCode;
85 statePtr->errorInfo = iPtr->errorInfo;
86 if (statePtr->errorInfo) {
87 Tcl_IncrRefCount(statePtr->errorInfo);
89 statePtr->errorCode = iPtr->errorCode;
90 if (statePtr
78 InterpState *statePtr = (InterpState *)ckalloc(sizeof(InterpState)); local
125 InterpState *statePtr = (InterpState *)state; local
180 InterpState *statePtr = (InterpState *)state; local
218 Tcl_SaveResult( Tcl_Interp *interp, Tcl_SavedResult *statePtr) argument
292 Tcl_RestoreResult( Tcl_Interp *interp, Tcl_SavedResult *statePtr) argument
360 Tcl_DiscardResult( Tcl_SavedResult *statePtr) argument
[all...]
H A DtclEncoding.c201 Tcl_EncodingState *statePtr, char *dst, int dstLen,
208 Tcl_EncodingState *statePtr, char *dst, int dstLen,
213 Tcl_EncodingState *statePtr, char *dst, int dstLen,
230 Tcl_EncodingState *statePtr, char *dst, int dstLen,
234 int srcLen, int flags, Tcl_EncodingState *statePtr,
240 Tcl_EncodingState *statePtr, char *dst, int dstLen,
245 Tcl_EncodingState *statePtr, char *dst, int dstLen,
250 Tcl_EncodingState *statePtr, char *dst, int dstLen,
255 Tcl_EncodingState *statePtr, char *dst, int dstLen,
260 Tcl_EncodingState *statePtr, cha
1181 Tcl_ExternalToUtf( Tcl_Interp *interp, Tcl_Encoding encoding, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
1349 Tcl_UtfToExternal( Tcl_Interp *interp, Tcl_Encoding encoding, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2058 BinaryProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2119 UtfIntToUtfExtProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2167 UtfExtToUtfIntProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2216 UtfToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr, int pureNullMode) argument
2330 UnicodeToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2415 UtfToUnicodeProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2509 TableToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2618 TableFromUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2741 Iso88591ToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2820 Iso88591FromUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2960 EscapeToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
3174 EscapeFromUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
[all...]
H A DtclTest.c179 Tcl_EncodingState *statePtr, char *dst,
184 Tcl_EncodingState *statePtr, char *dst,
1834 Tcl_EncodingState *statePtr,/* Current state. */
1866 Tcl_EncodingState *statePtr,/* Current state. */
5706 ChannelState *statePtr; /* state info for channel */
5751 statePtr = chanPtr->state;
5752 chanPtr = statePtr->topChanPtr;
5756 statePtr = NULL;
5837 if (statePtr->flags & TCL_READABLE) {
5842 if (statePtr
1814 EncodingToUtfProc( ClientData clientData, const char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
1846 EncodingFromUtfProc( ClientData clientData, const char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
5642 ChannelState *statePtr; /* state info for channel */ local
6108 ChannelState *statePtr; /* state info for channel */ local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIO.c82 static int CheckChannelErrors _ANSI_ARGS_((ChannelState *statePtr,
87 ChannelState *statePtr));
97 ChannelState *statePtr, char *result,
113 static void DiscardInputQueued _ANSI_ARGS_((ChannelState *statePtr,
126 GetsState *statePtr));
135 static int ReadBytes _ANSI_ARGS_((ChannelState *statePtr,
138 static int ReadChars _ANSI_ARGS_((ChannelState *statePtr,
141 static void RecycleBuffer _ANSI_ARGS_((ChannelState *statePtr,
148 static int TranslateInputEOL _ANSI_ARGS_((ChannelState *statePtr,
151 static int TranslateOutputEOL _ANSI_ARGS_((ChannelState *statePtr,
216 ChannelState *statePtr; /* State of channel stack */ local
458 ChannelState *statePtr; local
499 ChannelState *statePtr; local
609 ChannelState *statePtr; /* State of Channel being deleted. */ local
699 ChannelState *statePtr = ((Channel *) chan)->state; local
785 ChannelState *statePtr; /* State of the actual channel. */ local
845 ChannelState *statePtr; /* State of the real channel. */ local
989 ChannelState *statePtr; /* State of the real channel. */ local
1138 ChannelState *statePtr; /* The stack-level independent state info local
1325 ChannelState *statePtr; local
1487 ChannelState *statePtr = chanPtr->state; local
1768 ChannelState *statePtr = ((Channel *) chan)->state; local
1796 ChannelState *statePtr; /* State of actual channel. */ local
2060 ChannelState *statePtr = chanPtr->state; local
2293 ChannelState *statePtr; /* state of the channel stack. */ local
2463 ChannelState *statePtr = ((Channel *) chan)->state; local
2529 ChannelState *statePtr = ((Channel *) chan)->state; local
2588 ChannelState *statePtr; /* State of real IO channel. */ local
2711 ChannelState *statePtr; /* State of real IO channel. */ local
2821 ChannelState *statePtr; /* state info for channel */ local
2868 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
2924 ChannelState *statePtr; /* state info for channel */ local
2968 ChannelState *statePtr; /* state info for channel */ local
3028 ChannelState *statePtr; /* state info for channel */ local
3074 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
3162 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
3492 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
3593 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
3923 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
4099 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
4176 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
4249 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
4293 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
4449 ChannelState* statePtr = chanPtr->state; /* state info for channel */ local
4503 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
5207 ChannelState *statePtr; /* State of actual channel. */ local
5294 ChannelState *statePtr = chanPtr->state; /* State of actual channel. */ local
5396 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
5584 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
5759 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
5982 ChannelState *statePtr = ((Channel *) chan)->state; local
6010 ChannelState *statePtr = ((Channel *) chan)->state; local
6038 ChannelState *statePtr = ((Channel *) chan)->state; local
6084 ChannelState *statePtr = ((Channel *) chan)->state; local
6163 ChannelState *statePtr; /* State of real channel structure. */ local
6209 ChannelState *statePtr = ((Channel *) chan)->state; local
6315 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
6543 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
6869 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
6927 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7075 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7174 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7253 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7333 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7424 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7476 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
7595 ChannelState *statePtr; /* state info for channel */ local
8099 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
8510 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
8803 ChannelState *statePtr = chanPtr->state; /* state info for channel */ local
8869 ChannelState *statePtr; local
8940 ChannelState *statePtr; /* State of the real channel. */ local
8984 ChannelState *statePtr = ((Channel *) chan)->state; local
9012 ChannelState *statePtr; local
[all...]
H A DtclResult.c51 Tcl_SaveResult(interp, statePtr)
53 Tcl_SavedResult *statePtr; /* Pointer to state structure. */
63 statePtr->objResultPtr = iPtr->objResultPtr;
71 statePtr->freeProc = iPtr->freeProc;
77 statePtr->result = statePtr->resultSpace;
78 strcpy(statePtr->result, iPtr->result);
79 statePtr->appendResult = NULL;
85 statePtr->appendResult = iPtr->appendResult;
86 statePtr
[all...]
H A DtclEncoding.c178 Tcl_EncodingState *statePtr, char *dst, int dstLen,
186 Tcl_EncodingState *statePtr, char *dst, int dstLen,
191 Tcl_EncodingState *statePtr, char *dst, int dstLen,
209 Tcl_EncodingState *statePtr, char *dst, int dstLen,
214 Tcl_EncodingState *statePtr, char *dst, int dstLen,
220 Tcl_EncodingState *statePtr, char *dst, int dstLen,
225 Tcl_EncodingState *statePtr, char *dst, int dstLen,
230 Tcl_EncodingState *statePtr, char *dst, int dstLen,
235 Tcl_EncodingState *statePtr, char *dst, int dstLen,
240 Tcl_EncodingState *statePtr, cha
[all...]
H A DtclTest.c163 Tcl_EncodingState *statePtr, char *dst,
168 Tcl_EncodingState *statePtr, char *dst,
1792 EncodingToUtfProc(clientData, src, srcLen, flags, statePtr, dst, dstLen,
1798 Tcl_EncodingState *statePtr;/* Current state. */
1824 EncodingFromUtfProc(clientData, src, srcLen, flags, statePtr, dst, dstLen,
1830 Tcl_EncodingState *statePtr;/* Current state. */
5345 ChannelState *statePtr; /* state info for channel */
5369 statePtr = chanPtr->state;
5370 chanPtr = statePtr->topChanPtr;
5374 statePtr
5284 ChannelState *statePtr; /* state info for channel */ local
5709 ChannelState *statePtr; /* state info for channel */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1091 typedef int (* ifunptr) (GifWriterState *statePtr);
1097 static int color(GifWriterState *statePtr, int red, int green, int blue);
1099 static void compress(GifWriterState *statePtr, int init_bits, tkimg_MFile *handle,
1102 static int nuevo(GifWriterState *statePtr, int red, int green ,int blue);
1104 static int savemap(GifWriterState *statePtr, Tk_PhotoImageBlock *blockPtr);
1106 static int ReadValue(GifWriterState *statePtr);
1285 color(statePtr, red, green, blue)
1286 GifWriterState *statePtr;
1292 for (x=(statePtr->alphaOffset != 0);x<=MAXCOLORMAPSIZE;x++) {
1293 if ((statePtr
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixChan.c56 # define GETIOSTATE(fd, statePtr) tcgetattr((fd), (statePtr))
57 # define SETIOSTATE(fd, statePtr) tcsetattr((fd), TCSADRAIN, (statePtr))
107 # define GETIOSTATE(fd, statePtr) ioctl((fd), TCGETA, (statePtr))
108 # define SETIOSTATE(fd, statePtr) ioctl((fd), TCSETAW, (statePtr))
114 # define GETIOSTATE(fd, statePtr) ioctl((fd), TIOCGETP, (statePtr))
2000 TcpState *statePtr = (TcpState *) instanceData; local
2128 TcpState *statePtr = (TcpState *) instanceData; local
2179 TcpState *statePtr = (TcpState *) instanceData; local
2220 TcpState *statePtr = (TcpState *) instanceData; local
2274 TcpState *statePtr = (TcpState *) instanceData; local
2427 TcpState *statePtr = (TcpState *) instanceData; local
2471 TcpState *statePtr = (TcpState *) instanceData; local
2512 TcpState *statePtr; local
2764 TcpState *statePtr; local
2837 TcpState *statePtr; local
2886 TcpState *statePtr; local
[all...]
H A DtclUnixPipe.c738 PipeState *statePtr = (PipeState *) ckalloc((unsigned) sizeof(PipeState));
741 statePtr->inFile = readFile;
742 statePtr->outFile = writeFile;
743 statePtr->errorFile = errorFile;
744 statePtr->numPids = numPids;
745 statePtr->pidPtr = pidPtr;
746 statePtr->isNonBlocking = 0;
778 statePtr->channel = Tcl_CreateChannel(&pipeChannelType, channelName,
779 (ClientData) statePtr, mode);
780 return statePtr
728 PipeState *statePtr = (PipeState *) ckalloc((unsigned) sizeof(PipeState)); local
[all...]
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclwstrings.swg28 Tcl_EncodingState *statePtr = 0;
32 Tcl_UtfToExternal(0, encoding, src, srcLen, flags, statePtr, dst,
56 Tcl_EncodingState *statePtr = 0;
61 Tcl_ExternalToUtf(0, encoding, src, srcLen, flags, statePtr, dst,
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixChan.c37 # define GETIOSTATE(fd, statePtr) tcgetattr((fd), (statePtr))
38 # define SETIOSTATE(fd, statePtr) tcsetattr((fd), TCSADRAIN, (statePtr))
75 # define GETIOSTATE(fd, statePtr) ioctl((fd), TCGETA, (statePtr))
76 # define SETIOSTATE(fd, statePtr) ioctl((fd), TCSETAW, (statePtr))
82 # define GETIOSTATE(fd, statePtr) ioctl((fd), TIOCGETP, (statePtr))
1813 TcpState *statePtr = (TcpState *) instanceData; local
1844 WaitForConnect( TcpState *statePtr, int *errorCodePtr) argument
1912 TcpState *statePtr = (TcpState *) instanceData; local
1963 TcpState *statePtr = (TcpState *) instanceData; local
2004 TcpState *statePtr = (TcpState *) instanceData; local
2056 TcpState *statePtr = (TcpState *) instanceData; local
2209 TcpState *statePtr = (TcpState *) instanceData; local
2253 TcpState *statePtr = (TcpState *) instanceData; local
2294 TcpState *statePtr; local
2601 TcpState *statePtr; local
2674 TcpState *statePtr; local
2722 TcpState *statePtr; local
[all...]
H A DtclUnixPipe.c744 PipeState *statePtr = (PipeState *) ckalloc((unsigned) sizeof(PipeState));
747 statePtr->inFile = readFile;
748 statePtr->outFile = writeFile;
749 statePtr->errorFile = errorFile;
750 statePtr->numPids = numPids;
751 statePtr->pidPtr = pidPtr;
752 statePtr->isNonBlocking = 0;
783 statePtr->channel = Tcl_CreateChannel(&pipeChannelType, channelName,
784 (ClientData) statePtr, mode);
785 return statePtr
734 PipeState *statePtr = (PipeState *) ckalloc((unsigned) sizeof(PipeState)); local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkInit.c21 Tcl_Interp *interp, Tcl_Obj *objPtr, int *statePtr)
23 *statePtr = TTK_BUTTON_DEFAULT_DISABLED;
25 ttkDefaultStrings, "default state", 0, statePtr);
38 Tcl_Interp *interp, Tcl_Obj *objPtr, int *statePtr)
40 *statePtr = TTK_COMPOUND_NONE;
42 ttkCompoundStrings, "compound layout", 0, statePtr);
20 Ttk_GetButtonDefaultStateFromObj( Tcl_Interp *interp, Tcl_Obj *objPtr, int *statePtr) argument
37 Ttk_GetCompoundFromObj( Tcl_Interp *interp, Tcl_Obj *objPtr, int *statePtr) argument
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkUtil.c66 register Tk_State *statePtr = (Tk_State *) (widgRec + offset);
69 *statePtr = TK_STATE_NULL;
77 *statePtr = TK_STATE_NORMAL;
81 *statePtr = TK_STATE_DISABLED;
85 *statePtr = TK_STATE_ACTIVE;
89 *statePtr = TK_STATE_HIDDEN;
106 *statePtr = TK_STATE_NORMAL;
143 register Tk_State *statePtr = (Tk_State *) (widgRec + offset);
145 if (*statePtr==TK_STATE_NORMAL) {
147 } else if (*statePtr
65 register Tk_State *statePtr = (Tk_State *) (widgRec + offset); local
141 register Tk_State *statePtr = (Tk_State *) (widgRec + offset); local
243 register int *statePtr = (int *) (widgRec + offset); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorState.cpp121 OwnPtr<InspectorState> statePtr = adoptPtr(new InspectorState(this, stateProperties)); local
122 InspectorState* state = statePtr.get();
123 m_inspectorStateMap.add(agentName, statePtr.release());
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubs.c.orig2759 Tcl_DiscardResult(statePtr)
2760 Tcl_SavedResult * statePtr;
2762 (tclStubsPtr->tcl_DiscardResult)(statePtr);
2807 Tcl_ExternalToUtf(interp, encoding, src, srcLen, flags, statePtr, dst, dstLen, srcReadPtr, dstWrotePtr, dstCharsPtr)
2813 Tcl_EncodingState * statePtr;
2820 return (tclStubsPtr->tcl_ExternalToUtf)(interp, encoding, src, srcLen, flags, statePtr, dst, dstLen, srcReadPtr, dstWrotePtr, dstCharsPtr);
2986 Tcl_RestoreResult(interp, statePtr)
2988 Tcl_SavedResult * statePtr;
2990 (tclStubsPtr->tcl_RestoreResult)(interp, statePtr);
2995 Tcl_SaveResult(interp, statePtr)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubs.c.orig2759 Tcl_DiscardResult(statePtr)
2760 Tcl_SavedResult * statePtr;
2762 (tclStubsPtr->tcl_DiscardResult)(statePtr);
2807 Tcl_ExternalToUtf(interp, encoding, src, srcLen, flags, statePtr, dst, dstLen, srcReadPtr, dstWrotePtr, dstCharsPtr)
2813 Tcl_EncodingState * statePtr;
2820 return (tclStubsPtr->tcl_ExternalToUtf)(interp, encoding, src, srcLen, flags, statePtr, dst, dstLen, srcReadPtr, dstWrotePtr, dstCharsPtr);
2986 Tcl_RestoreResult(interp, statePtr)
2988 Tcl_SavedResult * statePtr;
2990 (tclStubsPtr->tcl_RestoreResult)(interp, statePtr);
2995 Tcl_SaveResult(interp, statePtr)
[all...]

Completed in 383 milliseconds

123