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

/dovecot/src/lib/
H A Dstr-find.h4 struct str_find_context;
6 struct str_find_context *str_find_init(pool_t pool, const char *key);
7 void str_find_deinit(struct str_find_context **ctx);
11 bool str_find_more(struct str_find_context *ctx,
15 size_t str_find_get_match_end_pos(struct str_find_context *ctx);
18 void str_find_reset(struct str_find_context *ctx);
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...]
H A Dtest-str-find.c12 struct str_find_context *ctx;
/dovecot/src/lib-mail/
H A Dmessage-search.c17 struct str_find_context *str_find_ctx;

Completed in 24 milliseconds