Home
last modified time | relevance | path

Searched refs:aenv (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-result.h155 #define sieve_result_error(aenv, ...) \ argument
161 #define sieve_result_global_error(aenv, ...) \ argument
167 #define sieve_result_warning(aenv, ...) \ argument
174 #define sieve_result_global_warning(aenv, ...) \ argument
180 #define sieve_result_log(aenv, ...) \ argument
186 #define sieve_result_global_log(aenv, ...) \ argument
193 #define sieve_result_global_log_error(aenv, ...) \ argument
200 #define sieve_result_global_log_warning(aenv, ...) \ argument
207 #define sieve_result_event_log(aenv, event, ...) \ argument
214 #define sieve_result_critical(aenv, ...) \ argument
[all …]
H A Dcmd-redirect.c327 return sieve_result_mail_error(aenv, mail, in act_redirect_send()
447 aenv, mail, in act_redirect_get_duplicate_id()
453 aenv, mail, in act_redirect_get_duplicate_id()
458 aenv, mail, in act_redirect_get_duplicate_id()
467 pool_t pool = sieve_result_pool(aenv->result); in act_redirect_get_duplicate_id()
502 aenv, mail, "failed to read header field " in act_redirect_check_loop_header()
539 pool_t pool = sieve_result_pool(aenv->result); in act_redirect_start()
612 aenv, "not forwarding message to <%s>: " in act_redirect_execute()
651 aenv, trans->dupeid, strlen(trans->dupeid), in act_redirect_commit()
657 sieve_action_create_finish_event(aenv)-> in act_redirect_commit()
[all …]
H A Dsieve-actions.c40 event_create_passthrough(aenv->event)-> in sieve_action_create_finish_event()
369 pool_t pool = sieve_result_pool(aenv->result); in sieve_act_store_get_storage_error()
512 sieve_result_warning(aenv, in act_store_keywords_create()
635 aenv, &trans->keywords, mail->box, TRUE); in act_store_execute()
662 e_debug(aenv->event, in act_store_execute()
772 if (!aenv->action->keep) { in act_store_log_status()
774 aenv, "store into mailbox %s aborted", in act_store_log_status()
783 sieve_action_create_finish_event(aenv)-> in act_store_log_status()
786 sieve_result_event_log(aenv, e->event(), in act_store_log_status()
1043 sieve_result_global_error(aenv, in sieve_action_do_reject_mail()
[all …]
H A Dsieve-actions.h67 int (*start)(const struct sieve_action_exec_env *aenv,
69 int (*execute)(const struct sieve_action_exec_env *aenv,
71 int (*commit)(const struct sieve_action_exec_env *aenv,
75 void (*finish)(const struct sieve_action_exec_env *aenv,
142 const struct sieve_action_exec_env *aenv,
145 const struct sieve_action_exec_env *aenv,
148 const struct sieve_action_exec_env *aenv,
152 const struct sieve_action_exec_env *aenv,
269 const struct sieve_execute_env *eenv = aenv->exec_env; in sieve_action_duplicate_check_available()
279 const struct sieve_execute_env *eenv = aenv->exec_env; in sieve_action_duplicate_check()
[all …]
H A Dext-reject.c521 pool_t pool = sieve_result_pool(aenv->result); in act_reject_start()
534 const struct sieve_execute_env *eenv = aenv->exec_env; in act_reject_execute()
536 (struct act_reject_context *)aenv->action->context; in act_reject_execute()
540 sender = sieve_message_get_sender(aenv->msgctx); in act_reject_execute()
545 aenv, "not sending reject message (skipped)"); in act_reject_execute()
557 aenv, "not sending reject message " in act_reject_execute()
565 aenv, "not sending reject message to <>"); in act_reject_execute()
581 (struct act_reject_context *)aenv->action->context; in act_reject_commit()
586 sender = sieve_message_get_sender(aenv->msgctx); in act_reject_commit()
592 if ((ret = sieve_action_reject_mail(aenv, recipient, in act_reject_commit()
[all …]
H A Dsieve-result.c1377 struct sieve_result *result = aenv->result; in sieve_action_execution_update()
1472 struct sieve_result *result = aenv->result; in sieve_result_implicit_keep_execute()
2204 .event = aenv->event, in sieve_result_error()
2225 .event = aenv->event, in sieve_result_global_error()
2245 .event = aenv->event, in sieve_result_warning()
2267 .event = aenv->event, in sieve_result_global_warning()
2290 .event = aenv->event, in sieve_result_log()
2313 .event = aenv->event, in sieve_result_global_log()
2335 .event = aenv->event, in sieve_result_global_log_error()
2358 .event = aenv->event, in sieve_result_global_log_warning()
[all …]
H A Dcmd-discard.c72 act_discard_execute(const struct sieve_action_exec_env *aenv, void *tr_context,
157 act_discard_execute(const struct sieve_action_exec_env *aenv, in act_discard_execute() argument
160 const struct sieve_execute_env *eenv = aenv->exec_env; in act_discard_execute()
164 struct event_passthrough *e = sieve_action_create_finish_event(aenv); in act_discard_execute()
166 sieve_result_event_log(aenv, e->event(), in act_discard_execute()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/editorconfig/libeditorconfig/
H A Deditorconfig.c106 &aenv->name_values[i], &aenv->spnvp); in reset_special_property_name_value_pointers()
147 if (aenv->name_values == NULL) { in array_editorconfig_name_value_add()
151 if (aenv->name_values == NULL) in array_editorconfig_name_value_add()
155 aenv->current_value_count = 0; in array_editorconfig_name_value_add()
163 aenv->name_values, aenv->current_value_count, name_lwr); in array_editorconfig_name_value_add()
174 if (aenv->current_value_count >= aenv->max_value_count) { in array_editorconfig_name_value_add()
187 aenv->name_values = new_values; in array_editorconfig_name_value_add()
194 set_name_value(&aenv->name_values[aenv->current_value_count], in array_editorconfig_name_value_add()
196 ++ aenv->current_value_count; in array_editorconfig_name_value_add()
209 free(aenv->name_values[i].name); in array_editorconfig_name_value_clear()
[all …]
/dports/editors/editorconfig-core-c/editorconfig-core-c-0.12.5/src/lib/
H A Deditorconfig.c106 &aenv->name_values[i], &aenv->spnvp); in reset_special_property_name_value_pointers()
143 if (aenv->name_values == NULL) { in array_editorconfig_name_value_add()
147 if (aenv->name_values == NULL) in array_editorconfig_name_value_add()
151 aenv->current_value_count = 0; in array_editorconfig_name_value_add()
159 aenv->name_values, aenv->current_value_count, name_lwr); in array_editorconfig_name_value_add()
170 if (aenv->current_value_count >= aenv->max_value_count) { in array_editorconfig_name_value_add()
183 aenv->name_values = new_values; in array_editorconfig_name_value_add()
190 set_name_value(&aenv->name_values[aenv->current_value_count], in array_editorconfig_name_value_add()
192 ++ aenv->current_value_count; in array_editorconfig_name_value_add()
205 free(aenv->name_values[i].name); in array_editorconfig_name_value_clear()
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03H02_Macro_6partials.csd18 aenv expseg 1,p3*(1/$Ratio1),0.001,1,0.001
19 a1 poscil iamp*aenv,$Frq*$Ratio1,gisine
20 aenv expseg 1,p3*(1/$Ratio2),0.001,1,0.001
21 a2 poscil iamp*aenv,$Frq*$Ratio2,gisine
22 aenv expseg 1,p3*(1/$Ratio3),0.001,1,0.001
23 a3 poscil iamp*aenv,$Frq*$Ratio3,gisine
24 aenv expseg 1,p3*(1/$Ratio4),0.001,1,0.001
25 a4 poscil iamp*aenv,$Frq*$Ratio4,gisine
26 aenv expseg 1,p3*(1/$Ratio5),0.001,1,0.001
27 a5 poscil iamp*aenv,$Frq*$Ratio5,gisine
[all …]
H A D03F07_Event_by_condition.csd41 aenv transeg 1, p3, -10, 0
42 outs asig*aenv, asig*aenv
47 aenv transeg 1, p3, -10, 0
48 outs asig*aenv, asig*aenv
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/plugins/sieve-extprograms/
H A Dcmd-pipe.c104 act_pipe_commit(const struct sieve_action_exec_env *aenv,
350 pool_t pool = sieve_result_pool(aenv->result); in act_pipe_start()
363 const struct sieve_action *action = aenv->action; in act_pipe_execute()
370 sieve_message_get_mail(aenv->msgctx)); in act_pipe_execute()
381 aenv, mail, "failed to read input message"); in act_pipe_execute()
393 const struct sieve_action *action = aenv->action; in act_pipe_commit()
410 sieve_action_create_finish_event(aenv)-> in act_pipe_commit()
414 sieve_result_event_log(aenv, e->event(), in act_pipe_commit()
424 aenv, in act_pipe_commit()
430 aenv->ehandler, NULL, in act_pipe_commit()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/vacation/
H A Dcmd-vacation.c998 aenv, msgdata->mail, in _get_full_reply_recipient()
1043 aenv, msgdata->mail, in act_vacation_get_default_subject()
1152 aenv, msgdata->mail, in act_vacation_send()
1263 aenv, "vacation action aborted: " in act_vacation_commit()
1293 aenv, in act_vacation_commit()
1322 aenv, in act_vacation_commit()
1334 aenv, mail, in act_vacation_commit()
1341 aenv, "discarding vacation response " in act_vacation_commit()
1352 aenv, mail, in act_vacation_commit()
1396 aenv, mail, in act_vacation_commit()
[all …]
/dports/databases/db5/db-5.3.28/test/tcl/
H A Drepmgr110.tcl63 set aenv [berkdb_env -home $dira]
64 set requests0 [stat_field $aenv rep_stat "Client service requests"]
83 [stat_field $aenv rep_stat "Client service requests"] $requests0
110 [stat_field $aenv rep_stat "Role"] "master"
132 set initial_gen [stat_field $aenv rep_stat "Generation number"]
145 [stat_field $aenv rep_stat "Generation number"] $initial_gen
181 set initial_value [stat_field $aenv rep_stat "Elections held"]
192 set elections [stat_field $aenv rep_stat "Elections held"]
195 $aenv close
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drepmgr110.tcl70 set aenv [berkdb_env -home $dira]
71 set requests0 [stat_field $aenv rep_stat "Client service requests"]
90 [stat_field $aenv rep_stat "Client service requests"] $requests0
117 [stat_field $aenv rep_stat "Role"] "master"
139 set initial_gen [stat_field $aenv rep_stat "Generation number"]
152 [stat_field $aenv rep_stat "Generation number"] $initial_gen
188 set initial_value [stat_field $aenv rep_stat "Elections held"]
199 set elections [stat_field $aenv rep_stat "Elections held"]
203 $aenv close
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dpolynomial.csd30 aenv linseg 0, .001, 1.0, idur - .051, 1.0, .05, 0 ; declicking envelope
34 outs aenv*aout*iamp, aenv*aout*iamp
45 aenv linseg 0, .001, 1.0, idur - .051, 1.0, .05, 0 ; declicking envelope
49 outs aenv*aout*iamp, aenv*aout*iamp
60 aenv linseg 0, .001, 1.0, idur - .051, 1.0, .05, 0 ; declicking envelope
67 outs aenv*aout*iamp, aenv*aout*iamp
H A Dgrain3.csd60 aenv linseg 0, 0.01, 1, p3 - 0.05, 1, 0.04, 0, 1, 0
62 out aenv * 2250 * (a1 - a2)
82 aenv linseg 0, 0.01, 1, p3 - 0.05, 1, 0.04, 0, 1, 0
84 out aenv * 1500 * a1
102 aenv linseg 0, 0.01, 1, p3 - 0.05, 1, 0.04, 0, 1, 0
104 out aenv * 10000 * (a1 - a2)
/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dpadsynth_gen.csd18 aenv madsr iattack, idecay, isustain, irelease
22 asig = aenv * asig
36 aenv madsr iattack, idecay, isustain, irelease
40 asig = aenv * asig
54 aenv madsr iattack, idecay, isustain, irelease
58 asig = aenv * asig
72 aenv madsr iattack, idecay, isustain, irelease
76 asig = aenv * asig
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DMatch.hs14 :: forall acc env aenv a r.
17 -> PreOpenExp acc env aenv a
18 -> Maybe (PreOpenExp acc env aenv a)
33 swizzle :: PreOpenExp acc env aenv (a',a') -> PreOpenExp acc env aenv (a',a')
/dports/audio/csound/csound-6.15.0/tests/regression/
H A Dbugadsr.csd12 aenv xadsr 0.1, 0.1, 0.5, 1, 0
13 aosc oscili aenv, 440, giSine, 0
19 aenv expseg 0.001, 0.1, 1, 0.1, 0.5, p3-1.21, 0.5, 1, 0.001
20 aosc oscili aenv, 440, giSine, 0
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/notify/
H A Dcmd-notify.c737 aenv, "notify action specifies no recipients; " in act_notify_send()
745 aenv, "notify action has no means to send mail"); in act_notify_send()
793 sieve_message_get_sender(aenv->msgctx) != NULL) { in act_notify_send()
828 aenv, "failed to send mail notification to %s: " in act_notify_send()
833 aenv, "failed to send mail notification to %s: " in act_notify_send()
839 sieve_action_create_finish_event(aenv)-> in act_notify_send()
842 sieve_result_event_log(aenv, e->event(), in act_notify_send()
865 aenv, mail, in act_notify_commit()
877 sender = sieve_message_get_sender(aenv->msgctx); in act_notify_commit()
883 aenv, in act_notify_commit()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/vnd.dovecot/report/
H A Dcmd-report.c453 const struct sieve_execute_env *eenv = aenv->exec_env; in act_report_send()
455 struct sieve_message_context *msgctx = aenv->msgctx; in act_report_send()
471 aenv, "report action has no means to send mail"); in act_report_send()
479 aenv, msgdata->mail, in act_report_send()
611 return sieve_result_mail_error(aenv, msgdata->mail, in act_report_send()
639 aenv, "failed to send `%s' report to <%s>: %s " in act_report_send()
646 aenv, "failed to send `%s' report to <%s>: %s " in act_report_send()
656 sieve_action_create_finish_event(aenv)-> in act_report_send()
662 sieve_result_event_log(aenv, e->event(), in act_report_send()
675 const struct sieve_action *action = aenv->action; in act_report_commit()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/mailbox/
H A Dtag-mailbox-create.c48 const struct sieve_action_exec_env *aenv,
122 const struct sieve_action_exec_env *aenv, void *tr_context, in seff_mailbox_create_pre_execute() argument
126 const struct sieve_execute_env *eenv = aenv->exec_env; in seff_mailbox_create_pre_execute()
138 sieve_act_store_get_storage_error(aenv, trans); in seff_mailbox_create_pre_execute()
158 sieve_act_store_get_storage_error(aenv, trans); in seff_mailbox_create_pre_execute()
178 sieve_act_store_get_storage_error(aenv, trans); in seff_mailbox_create_pre_execute()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/Koenig-Essay/csds/
H A DE01_a.csd28 aenv expseg .001 , .005, 1 , p3-.01 ,1, .005,.001
30 aout = a1 * aenv
50 aenv expseg .001 , .005, .8 , p3-.01 ,.8 ,.005,.001
53 aout = aout * aenv
78 aenv linseg 1 , p3-.01, 1 , .01 , 0
80 aout = afilt * aenv
H A DE01_b.csd28 aenv expseg .001 , .005, 1 , p3-.01 ,1, .005,.001
30 aout = a1 * aenv
50 aenv expseg .001 , .005, .8 , p3-.01 ,.8 ,.005,.001
53 aout = aout * aenv
78 aenv linseg 1 , p3-.01, 1 , .01 , 0
80 aout = afilt * aenv

12345678910>>...14