Home
last modified time | relevance | path

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

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afstomp/
H A Dafstomp.h40 void afstomp_dd_set_password(LogDriver *d, const gchar *password);
H A Dafstomp-grammar.ym80 | KW_PASSWORD '(' string ')' { afstomp_dd_set_password(last_driver, $3); free($3); }
H A Dafstomp.c77 afstomp_dd_set_password(LogDriver *d, const gchar *password) in afstomp_dd_set_password() function
H A Dafstomp-grammar.y425 | KW_PASSWORD '(' string ')' { afstomp_dd_set_password(last_driver, $3); free($3); }
H A Dafstomp-grammar.c3374 … { afstomp_dd_set_password(last_driver, (yyvsp[-1].cptr)); free((yyvsp[-1].cptr)); } in yyparse()