Lines Matching defs:keyword
379 int flags, ilbadm_key_code_t keyword)
432 if ((keyword == ILB_KEY_SERVER) && (strchr(val, ':') != NULL) &&
832 i_store_val(char *val, void *store, ilbadm_key_code_t keyword)
846 switch (keyword) {
850 storep = i_new_storep(store, keyword);
878 switch (keyword) {
881 * the proxy-src keyword is only valid for full NAT topology
1020 "specified first"), ilbadm_key_to_opt(keyword));
1083 ilbadm_key_code_t keyword;
1099 * 5. match the keyword to the list we were passed in
1130 keyword = i_match_key(key, keylist);
1131 if (keyword == ILB_KEY_BAD) {
1132 ilbadm_err(gettext("bad keyword %s"), key);
1139 rc = i_store_val(val, store, keyword);