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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c308 Node *nold = t->node; /* save old hash ... */ local
325 Node *old = nold+i;
332 if (!isdummy(nold))
333 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */
/freebsd-12-stable/crypto/openssh/
H A Dclientloop.c1793 size_t nold; member in struct:hostkeys_update_ctx
1807 for (i = 0; i < ctx->nold; i++)
1837 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1,
1839 fatal("%s: recallocarray failed nold = %zu",
1840 __func__, ctx->nold);
1842 ctx->old_keys[ctx->nold++] = l->key;
1867 for (i = 0; i < ctx->nold; i++) {
2120 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold);
2122 if (ctx->nnew == 0 && ctx->nold !
[all...]
/freebsd-12-stable/contrib/lua/src/
H A Dltable.c354 Node *nold = t->node; /* save old hash ... */ local
375 Node *old = nold + j;
383 luaM_freearray(L, nold, cast(size_t, oldhsize)); /* free old hash */

Completed in 129 milliseconds