Searched refs:goodtab (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dstr-find.c19 int goodtab[FLEXIBLE_ARRAY_MEMBER]; member in struct:str_find_context
63 ctx->goodtab[i] = ctx->key_len;
69 if (ctx->goodtab[j] == (int)ctx->key_len)
70 ctx->goodtab[j] = len_1 - i;
75 ctx->goodtab[len_1 - suffixes[i]] = len_1 - i;
87 MALLOC_MULTIPLY(sizeof(ctx->goodtab[0]), key_len)));
158 j += I_MAX(ctx->goodtab[i], bad_value);

Completed in 24 milliseconds