Searched refs:num_alloc (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/stack/
H A Dstack.c98 (unsigned int)sizeof(char *)*sk->num_alloc);
105 ret->num_alloc=sk->num_alloc;
131 ret->num_alloc=MIN_NODES;
146 if (st->num_alloc <= st->num+1)
149 (unsigned int)sizeof(char *)*st->num_alloc*2);
153 st->num_alloc*=2;
H A Dstack.h72 int num_alloc; member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dstack.c99 (unsigned int)sizeof(char *)*sk->num_alloc);
106 ret->num_alloc=sk->num_alloc;
132 ret->num_alloc=MIN_NODES;
147 if (st->num_alloc <= st->num+1)
150 (unsigned int)sizeof(char *)*st->num_alloc*2);
154 st->num_alloc*=2;
H A Dstack.h72 int num_alloc; member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dstack.h72 int num_alloc; member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstack.h72 int num_alloc; member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_main.c413 u16 num_alloc = 0; local
463 num_alloc++;
466 if (num_alloc) {
476 return num_alloc;

Completed in 95 milliseconds