Searched defs:_dtdisc_s (Results 1 – 6 of 6) sorted by relevance
90 struct _dtdisc_s struct91 { int key; /* where the key begins in an object */92 int size; /* key size and type */93 int link; /* offset to Dtlink_t field */94 Dtmake_f makef; /* object constructor */95 Dtfree_f freef; /* object destructor */96 Dtcompar_f comparf;/* to compare two objects */97 Dthash_f hashf; /* to compute hash value of an object */98 Dtmemory_f memoryf;/* to allocate/free memory */99 Dtevent_f eventf; /* to process events */
118 struct _dtdisc_s struct 119 key_dtdisc_s global() argument 120 size_dtdisc_s global() argument 121 link_dtdisc_s global() argument 122 makef_dtdisc_s global() argument 123 freef_dtdisc_s global() argument 124 comparf_dtdisc_s global() argument 125 hashf_dtdisc_s global() argument 126 memoryf_dtdisc_s global() argument 127 eventf_dtdisc_s global() argument