Home
last modified time | relevance | path

Searched refs:ext_variables_interpreter_context (Results 1 – 1 of 1) sorted by relevance

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/variables/
H A Dext-variables-common.c829 struct ext_variables_interpreter_context { struct
844 struct ext_variables_interpreter_context *ctx = in ext_variables_interpreter_free() argument
845 (struct ext_variables_interpreter_context *)context; in ext_variables_interpreter_free()
856 static struct ext_variables_interpreter_context *
863 struct ext_variables_interpreter_context *ctx; in ext_variables_interpreter_context_create()
865 ctx = p_new(pool, struct ext_variables_interpreter_context, 1); in ext_variables_interpreter_context_create()
902 static inline struct ext_variables_interpreter_context *
906 struct ext_variables_interpreter_context *ctx; in ext_variables_interpreter_context_get()
909 ctx = (struct ext_variables_interpreter_context *) in ext_variables_interpreter_context_get()
919 struct ext_variables_interpreter_context *ctx = in sieve_ext_variables_runtime_get_storage()
[all …]