Searched defs:arraysize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c3018 int arraysize; /* Size of the "types" array */ local
3026 arraysize = lemp->nsymbol * 2;
3027 types = (char**)malloc( arraysize * sizeof(char*) );
3028 for(i=0; i<arraysize; i++) types[i] = 0;
3056 sp->dtnum = arraysize+1;
3074 hash = (hash & 0x7fffffff)%arraysize;
3081 if( hash>=arraysize ) hash = 0;
3103 for(i=0; i<arraysize; i++){

Completed in 42 milliseconds