Lines Matching defs:Tcl_HashEntry
468 * encountered in the Tcl_HashEntry structure.
481 typedef struct Tcl_HashEntry {
482 struct Tcl_HashEntry *nextPtr; /* Pointer to next entry in this
486 struct Tcl_HashEntry **bucketPtr; /* Pointer to bucket that points to
501 } Tcl_HashEntry;
511 Tcl_HashEntry **buckets; /* Pointer to bucket array. Each
514 Tcl_HashEntry *staticBuckets[TCL_SMALL_HASH_TABLE];
534 Tcl_HashEntry *(*findProc) _ANSI_ARGS_((struct Tcl_HashTable *tablePtr,
536 Tcl_HashEntry *(*createProc) _ANSI_ARGS_((struct Tcl_HashTable *tablePtr,
549 Tcl_HashEntry *nextEntryPtr; /* Next entry to be enumerated in the
867 Tcl_HashEntry *entryPtr));
919 EXTERN Tcl_HashEntry * Tcl_FirstHashEntry _ANSI_ARGS_((
1002 EXTERN Tcl_HashEntry * Tcl_NextHashEntry _ANSI_ARGS_((