Searched refs:newitems (Results 1 – 1 of 1) sorted by relevance
262 unsigned int *newitems; in BN_STACK_push() local264 if ((newitems = OPENSSL_malloc(sizeof(*newitems) * newsize)) == NULL) { in BN_STACK_push()269 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()271 st->indexes = newitems; in BN_STACK_push()