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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c4279 static struct s_x4 *x4a; variable in typeref:struct:s_x4
4283 if( x4a ) return;
4284 x4a = (struct s_x4*)malloc( sizeof(struct s_x4) );
4285 if( x4a ){
4286 x4a->size = 64;
4287 x4a->count = 0;
4288 x4a->tbl = (x4node*)malloc(
4290 if( x4a->tbl==0 ){
4291 free(x4a);
4292 x4a
[all...]

Completed in 71 milliseconds