Lines Matching defs:allow
1092 const cfg_obj_t *allow;
1113 allow = cfg_tuple_get(listen_params, "allow");
1114 if (allow != NULL && cfg_obj_islist(allow)) {
1115 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,
1184 const cfg_obj_t *allow = NULL;
1202 allow = cfg_tuple_get(listen_params, "allow");
1203 if (allow != NULL && cfg_obj_islist(allow)) {
1204 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,