Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dltable.c308 Node *nold = t->node; /* save old hash ... */ in luaH_resize() local
325 Node *old = nold+i; in luaH_resize()
332 if (!isdummy(nold)) in luaH_resize()
333 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */ in luaH_resize()
/external/syslinux/com32/lua/src/
Dltable.c309 Node *nold = t->node; /* save old hash ... */ in luaH_resize() local
326 Node *old = nold+i; in luaH_resize()
333 if (!isdummy(nold)) in luaH_resize()
334 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */ in luaH_resize()
/external/openssh/
Dclientloop.c2200 size_t nold; member
2214 for (i = 0; i < ctx->nold; i++) in hostkeys_update_ctx_free()
2245 if ((tmp = reallocarray(ctx->old_keys, ctx->nold + 1, in hostkeys_find()
2248 __func__, ctx->nold); in hostkeys_find()
2250 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2275 for (i = 0; i < ctx->nold; i++) { in update_known_hosts()
2518 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold); in client_input_hostkeys()
2520 if (ctx->nnew == 0 && ctx->nold != 0) { in client_input_hostkeys()