Home | History | Annotate | Download | only in bzip2

Lines Matching refs:arr1

172    s->arr1 = NULL;
177 s->arr1 = BZALLOC( n * sizeof(UInt32) );
181 if (s->arr1 == NULL || s->arr2 == NULL || s->ftab == NULL) {
182 if (s->arr1 != NULL) BZFREE(s->arr1);
199 s->mtfv = (UInt16*)s->arr1;
201 s->ptr = (UInt32*)s->arr1;
476 if (s->arr1 != NULL) BZFREE(s->arr1);