Home
last modified time | relevance | path

Searched refs:htab (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlzf_c.c102 , LZF_STATE htab in lzf_compress() argument
107 LZF_STATE htab; in lzf_compress() local
134 memset (htab, 0, sizeof (htab)); in lzf_compress()
145 hslot = htab + IDX (hval); in lzf_compress()
236 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
241 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
250 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c211 Table *htab = NULL; in adjust_varargs() local
221 htab = luaH_new(L, nvar, 1); /* create `arg' table */ in adjust_varargs()
223 setobj2n(L, luaH_setnum(L, htab, i+1), L->top - nvar + i); in adjust_varargs()
225 setnvalue(luaH_setstr(L, htab, luaS_newliteral(L, "n")), cast_num(nvar)); in adjust_varargs()
236 if (htab) { in adjust_varargs()
237 sethvalue(L, L->top++, htab); in adjust_varargs()
238 lua_assert(iswhite(obj2gco(htab))); in adjust_varargs()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c278 iphtable_t htab, *iph, *oiph; local
282 if (op->iplo_size != sizeof(htab)) {
286 err = COPYIN(op->iplo_struct, &htab, sizeof(htab));
293 if (htab.iph_unit != unit) {
297 if (htab.iph_size < 1) {
322 *iph = htab;