Searched refs:NAMETABLE_n_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnamtbpvt.h112 typedef struct NAMETABLE_n_t { struct
113 struct NAMETABLE_n_t *left; /* Subtree with names less */
114 struct NAMETABLE_n_t *right; /* Subtree with names greater */
115 struct NAMETABLE_n_t *parent;/* Parent in the tree */
122 NAMETABLE_n_t; typedef in typeref:struct:NAMETABLE_n_t
H A Dnametbl.h106 typedef struct NAMETABLE_n_t * NAMETABLE_id_t;
H A Dnametbl.c495 This = MALLOC (sizeof (NAMETABLE_n_t) + strlen (id) + 1);

Completed in 84 milliseconds