Searched refs:handlePtr (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPreserve.c339 HandleStruct *handlePtr;
341 handlePtr = (HandleStruct *) ckalloc(sizeof(HandleStruct));
342 handlePtr->ptr = ptr;
344 handlePtr->ptr2 = ptr;
346 handlePtr->refCount = 0;
347 return (TclHandle) handlePtr;
377 HandleStruct *handlePtr;
379 handlePtr = (HandleStruct *) handle;
381 if (handlePtr->refCount == 0x61616161) {
382 Tcl_Panic("using previously disposed TclHandle %x", handlePtr);
334 HandleStruct *handlePtr; local
371 HandleStruct *handlePtr; local
414 HandleStruct *handlePtr; local
455 HandleStruct *handlePtr; local
[all...]
H A DtclIOUtil.c3071 Tcl_LoadHandle *handlePtr, /* Filled with token for dynamically loaded
3097 res = TclLoadFile(interp, pathPtr, 2, symbols, procPtrs, handlePtr,
3111 *handlePtr = (Tcl_LoadHandle) clientData;
3162 Tcl_LoadHandle *handlePtr, /* Filled with token for shared library
3190 int retVal = (*proc)(interp, pathPtr, handlePtr, unloadProcPtr);
3192 if (*handlePtr == NULL) {
3200 *clientDataPtr = (ClientData)*handlePtr;
3259 ret = TclpLoadMemory(interp, buffer, size, ret, handlePtr,
3261 if (ret == TCL_OK && *handlePtr != NULL) {
3262 *clientDataPtr = (ClientData) *handlePtr;
3015 Tcl_FSLoadFile( Tcl_Interp *interp, Tcl_Obj *pathPtr, const char *sym1, const char *sym2, Tcl_PackageInitProc **proc1Ptr, Tcl_PackageInitProc **proc2Ptr, Tcl_LoadHandle *handlePtr, Tcl_FSUnloadFileProc **unloadProcPtr) argument
3104 TclLoadFile( Tcl_Interp *interp, Tcl_Obj *pathPtr, int symc, const char *symbols[], Tcl_PackageInitProc **procPtrs[], Tcl_LoadHandle *handlePtr, ClientData *clientDataPtr, Tcl_FSUnloadFileProc **unloadProcPtr) argument
[all...]
H A DtclIOGT.c43 int direction, ClientData *handlePtr);
1128 ClientData *handlePtr) /* Place to store the handle into. */
1138 direction, handlePtr);
1112 TransformGetFileHandleProc( ClientData instanceData, int direction, ClientData *handlePtr) argument
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPreserve.c343 HandleStruct *handlePtr;
345 handlePtr = (HandleStruct *) ckalloc(sizeof(HandleStruct));
346 handlePtr->ptr = ptr;
348 handlePtr->ptr2 = ptr;
350 handlePtr->refCount = 0;
351 return (TclHandle) handlePtr;
382 HandleStruct *handlePtr;
384 handlePtr = (HandleStruct *) handle;
386 if (handlePtr->refCount == 0x61616161) {
387 panic("using previously disposed TclHandle %x", handlePtr);
338 HandleStruct *handlePtr; local
376 HandleStruct *handlePtr; local
419 HandleStruct *handlePtr; local
461 HandleStruct *handlePtr; local
[all...]
H A DtclIOGT.c50 ClientData* handlePtr));
1179 TransformGetFileHandleProc (instanceData, direction, handlePtr)
1182 ClientData* handlePtr; /* Place to store the handle into */
1192 direction, handlePtr);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dload.c59 Trf_LoadLibrary (interp, libName, handlePtr, symbols, num)
62 VOID **handlePtr;
67 Functions *lib = (Functions *) handlePtr;
152 Trf_LoadFailed (handlePtr)
153 VOID **handlePtr;
155 if ((*handlePtr != NULL) && (*handlePtr != TRF_LOAD_FAILED)) {
157 dlclose(*handlePtr);
159 *handlePtr = TRF_LOAD_FAILED;
H A DtrfDecls.h38 CONST char * libName, VOID ** handlePtr,
41 EXTERN void Trf_LoadFailed _ANSI_ARGS_((VOID** handlePtr));
70 int (*trf_LoadLibrary) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * libName, VOID ** handlePtr, char ** symbols, int num)); /* 3 */
71 void (*trf_LoadFailed) _ANSI_ARGS_((VOID** handlePtr)); /* 4 */
H A Dtransform.h827 VOID** handlePtr, char** symbols, int num));
829 TRF_EXPORT (void,Trf_LoadFailed) _ANSI_ARGS_ ((VOID** handlePtr));
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXhandles.c399 * o handlePtr (O) - Buffer to return handle in. It must be big enough to
406 TclX_HandleAlloc (headerPtr, handlePtr)
408 char *handlePtr;
415 sprintf (handlePtr, "%s%d", tblHdrPtr->handleBase, entryIdx);
548 * o handlePtr (O) - Buffer to return handle in. It must be big enough to
553 TclX_WalkKeyToHandle (headerPtr, walkKey, handlePtr)
556 char *handlePtr;
560 sprintf (handlePtr, "%s%d", tblHdrPtr->handleBase, walkKey);
H A DtclExtend.h146 char *handlePtr));
165 char *handlePtr));
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSvCmd.h147 Tcl_HashEntry *handlePtr; /* Entry in handles table */ member in struct:Array
159 Tcl_HashEntry *handlePtr; /* Entry in handles table */ member in struct:Container
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/generic/
H A Dfifo.c57 ClientData* handlePtr));
493 GetFile (instanceData, direction, handlePtr)
496 ClientData* handlePtr; /* Space to the handle into */
502 /* *handlePtr = (ClientData) NULL; */
H A Dnull.c50 ClientData* handlePtr));
356 GetFile (instanceData, direction, handlePtr)
359 ClientData* handlePtr; /* Space to the handle into */
365 /* *handlePtr = (ClientData) NULL; */
H A Drandom.c54 ClientData* handlePtr));
380 GetFile (instanceData, direction, handlePtr)
383 ClientData* handlePtr; /* Space to the handle into */
389 /* *handlePtr = (ClientData) NULL; */
H A Dzero.c57 ClientData* handlePtr));
359 GetFile (instanceData, direction, handlePtr)
362 ClientData* handlePtr; /* Space to the handle into */
368 /* *handlePtr = (ClientData) NULL; */
H A Dmemchan.c60 ClientData* handlePtr));
576 GetFile (instanceData, direction, handlePtr)
579 ClientData* handlePtr; /* Space to the handle into */
585 /* *handlePtr = (ClientData) NULL; */
H A Dfifo2.c98 ClientData* handlePtr));
835 GetFile (instanceData, direction, handlePtr)
838 ClientData* handlePtr; /* Space to the handle into */
844 /* *handlePtr = (ClientData) NULL; */
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_chan.c53 int direction, ClientData *handlePtr));
421 * Returns TCL_OK with the fd in handlePtr, or TCL_ERROR if
431 ExpGetHandleProc(instanceData, direction, handlePtr)
434 ClientData *handlePtr; /* Where to store the handle. */
439 *handlePtr = (ClientData) esPtr->fdin;
442 *handlePtr = (ClientData) esPtr->fdin;
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixPipe.c58 int direction, ClientData *handlePtr));
1168 * Returns TCL_OK with the fd in handlePtr, or TCL_ERROR if
1178 PipeGetHandleProc(instanceData, direction, handlePtr)
1181 ClientData *handlePtr; /* Where to store the handle. */
1186 *handlePtr = (ClientData) GetFd(psPtr->inFile);
1190 *handlePtr = (ClientData) GetFd(psPtr->outFile);
/macosx-10.10/tcl-105/tcl_ext/tls/tls/
H A DtlsIO.c41 int direction, ClientData *handlePtr));
689 ClientData *handlePtr) /* Where to store the handle. */
693 return Tcl_GetChannelHandle(Tls_GetParent(statePtr), direction, handlePtr);
680 TlsGetHandleProc(ClientData instanceData, int direction, ClientData *handlePtr) argument
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixPipe.c57 int direction, ClientData *handlePtr);
1126 * Returns TCL_OK with the fd in handlePtr, or TCL_ERROR if there is no
1139 ClientData *handlePtr) /* Where to store the handle. */
1144 *handlePtr = (ClientData) INT2PTR(GetFd(psPtr->inFile));
1148 *handlePtr = (ClientData) INT2PTR(GetFd(psPtr->outFile));
1119 PipeGetHandleProc( ClientData instanceData, int direction, ClientData *handlePtr) argument
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinChan.c87 int direction, ClientData *handlePtr));
744 * Returns TCL_OK with the fd in handlePtr, or TCL_ERROR if
754 FileGetHandleProc(instanceData, direction, handlePtr)
757 ClientData *handlePtr; /* Where to store the handle. */
762 *handlePtr = (ClientData) infoPtr->handle;
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/
H A DcmpRead.c3049 OldHandleStruct *handlePtr;
3051 handlePtr = (OldHandleStruct *) handle;
3053 if (handlePtr->refCount == 0x61616161) {
3054 panic("using previously disposed TclHandle %x", handlePtr);
3056 if ((handlePtr->ptr != NULL)
3057 && (handlePtr->ptr != handlePtr->ptr2)) {
3059 handlePtr, handlePtr->ptr2, handlePtr
3016 OldHandleStruct *handlePtr; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinChan.c83 int direction, ClientData *handlePtr);
814 * Returns TCL_OK with the fd in handlePtr, or TCL_ERROR if there is no
827 ClientData *handlePtr) /* Where to store the handle. */
832 *handlePtr = (ClientData) infoPtr->handle;
810 FileGetHandleProc( ClientData instanceData, int direction, ClientData *handlePtr) argument
H A DtclWinConsole.c146 int direction, ClientData *handlePtr);
1016 * Returns TCL_OK with the fd in handlePtr, or TCL_ERROR if there is no
1029 ClientData *handlePtr) /* Where to store the handle. */
1033 *handlePtr = (ClientData) infoPtr->handle;
1012 ConsoleGetHandleProc( ClientData instanceData, int direction, ClientData *handlePtr) argument

Completed in 367 milliseconds

1234