Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c3054 int arraysize; /* Size of the "types" array */ local
3062 arraysize = lemp->nsymbol * 2;
3063 types = (char**)malloc( arraysize * sizeof(char*) );
3064 for(i=0; i<arraysize; i++) types[i] = 0;
3092 sp->dtnum = arraysize+1;
3110 hash = (hash & 0x7fffffff)%arraysize;
3117 if( hash>=arraysize ) hash = 0;
3139 for(i=0; i<arraysize; i++){