Lines Matching refs:error
53 * Do not set the error code, because the ERR code uses LHASH
54 * and we want to avoid possible endless error loop.
113 lh->error = 0;
115 return NULL; /* 'lh->error++' already done in 'expand' */
121 lh->error++;
143 lh->error = 0;
168 if (lh->error != 0)
169 lh->error = 0;
226 lh->error++;
267 /* fputs("realloc error in lhash",stderr); */
268 lh->error++;
386 return lh->error;