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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dunormalize.c84 static idn_result_t decompose(workbuf_t *wb, unsigned long c, int compat);
85 static void get_class(workbuf_t *wb);
86 static void reorder(workbuf_t *wb);
87 static void compose(workbuf_t *wb);
88 static idn_result_t flush_before_cur(workbuf_t *wb,
90 static void workbuf_init(workbuf_t *wb);
91 static void workbuf_free(workbuf_t *wb);
92 static idn_result_t workbuf_extend(workbuf_t *wb);
93 static idn_result_t workbuf_append(workbuf_t *wb, unsigned long c);
94 static void workbuf_shift(workbuf_t *wb, in
110 workbuf_t wb; local
216 decompose(workbuf_t *wb, unsigned long c, int compat) argument
245 get_class(workbuf_t *wb) argument
254 reorder(workbuf_t *wb) argument
275 compose(workbuf_t *wb) argument
326 flush_before_cur(workbuf_t *wb, unsigned long **top, size_t *tolenp) argument
339 workbuf_init(workbuf_t *wb) argument
348 workbuf_free(workbuf_t *wb) argument
356 workbuf_extend(workbuf_t *wb) argument
373 workbuf_append(workbuf_t *wb, unsigned long c) argument
383 workbuf_shift(workbuf_t *wb, int shift) argument
398 workbuf_removevoid(workbuf_t *wb) argument
[all...]

Completed in 238 milliseconds