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

/ast/src/lib/libdss/
H A Dcxmap.c60 static Dtdisc_t num2strdisc; local
134 num2strdisc.link = offsetof(Cxitem_t, num2str);
135 num2strdisc.key = offsetof(Cxitem_t, value);
136 num2strdisc.size = sizeof(Cxunsigned_t);
137 if (!(map->num2str = dtopen(&num2strdisc, Dtoset)))

Completed in 10 milliseconds