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

/dovecot/src/lib/
H A Dstr-find.c8 struct str_find_context { struct
22 static void init_badtab(struct str_find_context *ctx)
33 static void init_suffixes(struct str_find_context *ctx, unsigned int *suffixes)
54 static void init_goodtab(struct str_find_context *ctx)
78 struct str_find_context *str_find_init(pool_t pool, const char *key)
80 struct str_find_context *ctx;
86 ctx = p_malloc(pool, MALLOC_ADD(sizeof(struct str_find_context),
99 void str_find_deinit(struct str_find_context **_ctx)
101 struct str_find_context *ctx = *_ctx;
109 bool str_find_more(struct str_find_context *ct
[all...]

Completed in 10 milliseconds