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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3927 static struct s_x2 *x2a; variable in typeref:struct:s_x2
3931 if( x2a ) return;
3932 x2a = (struct s_x2*)malloc( sizeof(struct s_x2) );
3933 if( x2a ){
3934 x2a->size = 128;
3935 x2a->count = 0;
3936 x2a->tbl = (x2node*)malloc(
3938 if( x2a->tbl==0 ){
3939 free(x2a);
3940 x2a
[all...]

Completed in 2010 milliseconds