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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dlist.c107 unsigned methnum; local
310 * ('methnum' is not yet set, it is used as temporary buffer) */
313 methnum = mo;
314 mo = yr; yr = dy; dy = methnum;
317 methnum = mo;
318 mo = dy; dy = methnum;
336 methnum = find_compr_idx(G.crec.compression_method);
337 zfstrcpy(methbuf, method[methnum]);
341 } else if (methnum >= NUM_METHODS) {
H A Dzipinfo.c997 unsigned hostnum, hostver, extnum, extver, methid, methnum, xattr; variable
1049 methnum = find_compr_idx(G.crec.compression_method);
1085 if (methnum >= NUM_METHODS) {
1089 varmsg_str = LoadFarStringSmall(method[methnum]);
1883 unsigned hostnum, hostver, methid, methnum, xattr; local
1908 methnum = find_compr_idx(G.crec.compression_method);
1916 zfstrcpy(methbuf, method[methnum]);
1923 } else if (methnum >= NUM_METHODS) { /* unknown */

Completed in 171 milliseconds