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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/sysklogd/
H A Dlogger.c39 static int decode(char *name, CODE * codetab) argument
45 for (c = codetab; c->c_name; c++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c61 #define codetabof(i) codetab[i]
65 #define clear_tab_prefixof() memset(codetab, 0, 256)
96 unsigned short *codetab; local
107 codetab = xzalloc(HSIZE * sizeof(codetab[0]));
303 free(codetab);

Completed in 213 milliseconds