Searched refs:Tcl_ChannelTypeVersion (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/generic/
H A DmemchanInt.h117 * Pre-8.3 the Tcl_ChannelTypeVersion was not defined.
120 typedef Tcl_DriverBlockModeProc* Tcl_ChannelTypeVersion;
119 typedef Tcl_DriverBlockModeProc* Tcl_ChannelTypeVersion; typedef
H A Dfifo.c68 (Tcl_ChannelTypeVersion)BlockMode, /* Set blocking behaviour. */
H A Dnull.c72 (Tcl_ChannelTypeVersion)BlockMode, /* Set blocking behaviour. */
H A Drandom.c75 (Tcl_ChannelTypeVersion)BlockMode, /* Set blocking behaviour. */
H A Dzero.c79 (Tcl_ChannelTypeVersion)BlockMode, /* Set blocking behaviour. */
H A Dmemchan.c72 (Tcl_ChannelTypeVersion)BlockMode, /* Set blocking behaviour. */
H A Dfifo2.c110 (Tcl_ChannelTypeVersion)BlockMode, /* Set blocking behaviour. */
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dtcl.h468 typedef struct Tcl_ChannelTypeVersion_ *Tcl_ChannelTypeVersion; typedef in typeref:struct:Tcl_ChannelTypeVersion_
1387 #define TCL_CHANNEL_VERSION_1 ((Tcl_ChannelTypeVersion) 0x1)
1388 #define TCL_CHANNEL_VERSION_2 ((Tcl_ChannelTypeVersion) 0x2)
1389 #define TCL_CHANNEL_VERSION_3 ((Tcl_ChannelTypeVersion) 0x3)
1390 #define TCL_CHANNEL_VERSION_4 ((Tcl_ChannelTypeVersion) 0x4)
1391 #define TCL_CHANNEL_VERSION_5 ((Tcl_ChannelTypeVersion) 0x5)
1459 Tcl_ChannelTypeVersion version;
H A DtclIO.c95 Tcl_ChannelTypeVersion minimumVersion);
1265 assert(sizeof(Tcl_ChannelTypeVersion) == sizeof(Tcl_DriverBlockModeProc*));
10029 Tcl_ChannelTypeVersion
10073 Tcl_ChannelTypeVersion minimumVersion)
10075 Tcl_ChannelTypeVersion actualVersion = Tcl_ChannelVersion(chanTypePtr);
H A DtclDecls.h2356 EXTERN Tcl_ChannelTypeVersion Tcl_ChannelVersion(
3847 Tcl_ChannelTypeVersion (*tcl_ChannelVersion) (CONST Tcl_ChannelType *chanTypePtr); /* 399 */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dtcl.h519 typedef struct Tcl_ChannelTypeVersion_ *Tcl_ChannelTypeVersion;
1460 #define TCL_CHANNEL_VERSION_1 ((Tcl_ChannelTypeVersion) 0x1)
1461 #define TCL_CHANNEL_VERSION_2 ((Tcl_ChannelTypeVersion) 0x2)
1462 #define TCL_CHANNEL_VERSION_3 ((Tcl_ChannelTypeVersion) 0x3)
1463 #define TCL_CHANNEL_VERSION_4 ((Tcl_ChannelTypeVersion) 0x4)
1555 Tcl_ChannelTypeVersion version; /* Version of the channel type. */
518 typedef struct Tcl_ChannelTypeVersion_ *Tcl_ChannelTypeVersion; typedef in typeref:struct:Tcl_ChannelTypeVersion_
H A DtclIO.c132 Tcl_ChannelTypeVersion minimumVersion));
1170 assert(sizeof(Tcl_ChannelTypeVersion) == sizeof(Tcl_DriverBlockModeProc*));
9181 Tcl_ChannelTypeVersion
9221 Tcl_ChannelTypeVersion minimumVersion;
9223 Tcl_ChannelTypeVersion actualVersion = Tcl_ChannelVersion(chanTypePtr);
H A DtclDecls.h1269 EXTERN Tcl_ChannelTypeVersion Tcl_ChannelVersion _ANSI_ARGS_((
2111 Tcl_ChannelTypeVersion (*tcl_ChannelVersion) _ANSI_ARGS_((Tcl_ChannelType * chanTypePtr)); /* 399 */
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A DtlsIO.c209 tlsChannelType->version = (Tcl_ChannelTypeVersion)TlsBlockModeProc;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dregistry.c4685 tct->version = (Tcl_ChannelTypeVersion) TrfBlock;

Completed in 295 milliseconds