Lines Matching defs:allow
3085 const cfg_obj_t *allow;
3106 allow = cfg_tuple_get(listen_params, "allow");
3107 if (allow != NULL && cfg_obj_islist(allow)) {
3108 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,
3216 const cfg_obj_t *allow = NULL;
3234 allow = cfg_tuple_get(listen_params, "allow");
3235 if (allow != NULL && cfg_obj_islist(allow)) {
3236 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,