Home
last modified time | relevance | path

Searched refs:aclconf (Results 1 – 24 of 24) sorted by relevance

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccfg/
H A DMakefile.am7 include/isccfg/aclconf.h \
16 aclconf.c \
/dports/dns/bind911/bind-9.11.37/lib/isccfg/win32/
H A Dlibisccfg.mak.in128 -@erase "$(INTDIR)\aclconf.obj"
155 "$(INTDIR)\aclconf.obj" \
195 -@erase "$(INTDIR)\aclconf.obj"
196 -@erase "$(INTDIR)\aclconf.sbr"
226 "$(INTDIR)\aclconf.sbr" \
244 "$(INTDIR)\aclconf.obj" \
318 SOURCE=..\aclconf.c
323 "$(INTDIR)\aclconf.obj" : $(SOURCE) "$(INTDIR)"
330 "$(INTDIR)\aclconf.obj" "$(INTDIR)\aclconf.sbr" : $(SOURCE) "$(INTDIR)"
H A Dlibisccfg.dsp.in101 SOURCE=..\aclconf.c
141 SOURCE=..\include\isccfg\aclconf.h
/dports/dns/bind911/bind-9.11.37/lib/isccfg/
H A DMakefile.in38 OBJS = aclconf.@O@ dnsconf.@O@ log.@O@ namedconf.@O@ \
42 SRCS = aclconf.c dnsconf.c log.c namedconf.c \
/dports/dns/bind916/bind-9.16.27/lib/isccfg/
H A DMakefile.in38 OBJS = aclconf.@O@ dnsconf.@O@ kaspconf.@O@ log.@O@ namedconf.@O@ \
42 SRCS = aclconf.c dnsconf.c kaspconf.c log.c namedconf.c \
/dports/dns/bind-tools/bind-9.16.27/lib/isccfg/
H A DMakefile.in38 OBJS = aclconf.@O@ dnsconf.@O@ kaspconf.@O@ log.@O@ namedconf.@O@ \
42 SRCS = aclconf.c dnsconf.c kaspconf.c log.c namedconf.c \
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccfg/
H A DMakefile.in38 OBJS = aclconf.@O@ dnsconf.@O@ kaspconf.@O@ log.@O@ namedconf.@O@ \
42 SRCS = aclconf.c dnsconf.c kaspconf.c log.c namedconf.c \
/dports/dns/bind911/bind-9.11.37/lib/isccfg/include/isccfg/
H A DMakefile.in21 HEADERS = aclconf.h cfg.h dnsconf.h grammar.h log.h namedconf.h \
/dports/dns/bind916/bind-9.16.27/lib/isccfg/include/isccfg/
H A DMakefile.in23 HEADERS = aclconf.h cfg.h dnsconf.h grammar.h kaspconf.h log.h \
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccfg/include/isccfg/
H A DMakefile.in21 HEADERS = aclconf.h cfg.h dnsconf.h grammar.h kaspconf.h log.h \
/dports/dns/bind-tools/bind-9.16.27/lib/isccfg/include/isccfg/
H A DMakefile.in23 HEADERS = aclconf.h cfg.h dnsconf.h grammar.h kaspconf.h log.h \
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_unix.c197 acl_t aclfile, aclconf; in fpm_unix_set_socket_premissions() local
202 aclconf = wp->socket_acl; in fpm_unix_set_socket_premissions()
209 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_unix.c205 acl_t aclfile, aclconf; in fpm_unix_set_socket_premissions() local
210 aclconf = wp->socket_acl; in fpm_unix_set_socket_premissions()
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_unix.c197 acl_t aclfile, aclconf; in fpm_unix_set_socket_premissions() local
202 aclconf = wp->socket_acl; in fpm_unix_set_socket_premissions()
209 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_unix.c205 acl_t aclfile, aclconf; in fpm_unix_set_socket_premissions() local
210 aclconf = wp->socket_acl; in fpm_unix_set_socket_premissions()
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c205 acl_t aclfile, aclconf; in fpm_unix_set_socket_permissions() local
210 aclconf = wp->socket_acl; in fpm_unix_set_socket_permissions()
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_permissions()
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_unix.c205 acl_t aclfile, aclconf; in fpm_unix_set_socket_premissions() local
210 aclconf = wp->socket_acl; in fpm_unix_set_socket_premissions()
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_unix.c205 acl_t aclfile, aclconf; in fpm_unix_set_socket_permissions() local
210 aclconf = wp->socket_acl; in fpm_unix_set_socket_permissions()
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_permissions()
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_unix.c205 acl_t aclfile, aclconf; in fpm_unix_set_socket_premissions() local
210 aclconf = wp->socket_acl; in fpm_unix_set_socket_premissions()
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c437 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok,
6295 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok, in configure_zone() argument
6516 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, in configure_zone()
6588 !named_zone_reusable(zone, zconfig, vconfig, config, aclconf)) in configure_zone()
6672 zone, zconfig, vconfig, config, aclconf); in configure_zone()
6697 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, kasplist, in configure_zone()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c437 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok,
6295 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok, in configure_zone() argument
6516 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, in configure_zone()
6588 !named_zone_reusable(zone, zconfig, vconfig, config, aclconf)) in configure_zone()
6672 zone, zconfig, vconfig, config, aclconf); in configure_zone()
6697 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, kasplist, in configure_zone()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c439 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok,
6326 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok, in configure_zone() argument
6547 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, in configure_zone()
6619 !named_zone_reusable(zone, zconfig, vconfig, config, aclconf)) in configure_zone()
6701 zone, zconfig, vconfig, config, aclconf); in configure_zone()
6726 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, kasplist, in configure_zone()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c460 dns_viewlist_t *viewlist, cfg_aclconfctx_t *aclconf,
5343 dns_viewlist_t *viewlist, cfg_aclconfctx_t *aclconf, in configure_zone() argument
5561 CHECK(ns_zone_configure(config, vconfig, zconfig, aclconf, in configure_zone()
5724 CHECK(ns_zone_configure(config, vconfig, zconfig, aclconf, zone, raw)); in configure_zone()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c415 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok,
6048 cfg_aclconfctx_t *aclconf, bool added, bool old_rpz_ok, in configure_zone() argument
6274 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, in configure_zone()
6503 CHECK(named_zone_configure(config, vconfig, zconfig, aclconf, kasplist, in configure_zone()