OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DictNode
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
dict-list.h
49
#define
DictNode
DictListNode
69
typedef struct
DictNode
DictNode
;
81
DictNode
*dictSearch( Dict *dict, DictKey key );
82
DictNode
*dictInsertBefore( Dict *dict,
DictNode
*node, DictKey key );
83
void dictDelete( Dict *dict,
DictNode
*node );
95
struct
DictNode
{
97
DictNode
*next;
98
DictNode
*prev
[
all
...]
dict.h
51
#define
DictNode
DictListNode
71
typedef struct
DictNode
DictNode
;
83
DictNode
*dictSearch( Dict *dict, DictKey key );
84
DictNode
*dictInsertBefore( Dict *dict,
DictNode
*node, DictKey key );
85
void dictDelete( Dict *dict,
DictNode
*node );
97
struct
DictNode
{
99
DictNode
*next;
100
DictNode
*prev
[
all
...]
Completed in 56 milliseconds