| /bind-9.11.3/lib/dns/tests/ |
| H A D | acl_test.c | 51 dns_acl_t *none = NULL; local 86 result = dns_acl_none(mctx, &none); 95 result = dns_acl_merge(notnone, none, ISC_FALSE); 102 ATF_CHECK(!dns_acl_isinsecure(none)); /* none; */ 104 ATF_CHECK(!dns_acl_isinsecure(notnone)); /* !none; */ 107 dns_acl_detach(&none);
|
| /bind-9.11.3/lib/isc/ |
| H A D | regex.c | 28 none, parse_bracket, parse_bound, enumerator in enum:__anon273 30 } state = none; 62 case none: 192 state = none; 246 state = none; 352 if (state != none)
|
| /bind-9.11.3/lib/isccfg/ |
| H A D | parser.c | 2921 static char none[] = "none"; local 2926 return (none); 2930 return (none);
|
| /bind-9.11.3/lib/samples/ |
| H A D | nsprobe.c | 60 none, enumerator in enum:__anon325 512 if (server->result_a == none) { 638 INSIST(*resultp != none); 675 none); 676 server->result_a = none; 708 server->result_a == none) || 710 server->result_aaaa == none)) { 790 server->result_a = none; 791 server->result_aaaa = none;
|
| /bind-9.11.3/bin/named/ |
| H A D | server.c | 4363 * set at the options/view level, set it to none. 4796 else if (strcasecmp(levelstr, "none") == 0) 5692 dns_acl_t *none = NULL; local 5734 CHECK(dns_acl_none(mctx, &none)); 5735 dns_zone_setqueryacl(zone, none); 5736 dns_zone_setqueryonacl(zone, none); 5737 dns_acl_detach(&none); 5759 if (none != NULL) 5760 dns_acl_detach(&none); 13029 if (strcasecmp(ptr, "none") [all...] |
| /forgerock/opendj2/ext/svnkit/lib/ |
| H A D | svnkit-javahl16-1.8.5.jar | ... .apache.subversion.javahl.ConflictDescriptor$Operation none public static final enum org.apache.subversion. ... |
| /forgerock/opendj2/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj-b2.6/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj-b2.6/ext/svnkit/ |
| H A D | svnkit-javahl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ... |
| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | jaxb1-impl.jar | META-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ... |
| /forgerock/opendj2.6.2/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj2.6.2/ext/svnkit/ |
| H A D | svnkit-javahl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ... |
| /forgerock/opendj2-jel-hg/resource/dsml/lib/ |
| H A D | jaxb1-impl.jar | META-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ... |
| /forgerock/opendj2-hg/ext/svnkit/lib/ |
| H A D | svnkit-javahl16-1.8.5.jar | ... .apache.subversion.javahl.ConflictDescriptor$Operation none public static final enum org.apache.subversion. ... |
| /forgerock/opendj2-hg/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
| H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
| /forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/ |
| H A D | ObjectMapping.java | 1573 * @return local identifier of the source object, or null if none 1582 * @return local identifier of the target object, or null if none 1679 * @return the found unqualified (local) link ID, null if none 2190 * @return all found matching target identifier(s), or a 0 length array if none. 2380 * @return JsonValue if found, null if none 2392 * @return JsonValue if found, null if none 2460 none enum constant in enum:ObjectMapping.CorrelationType 2512 type = CorrelationType.none;
|
| /forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/ |
| H A D | Routers.java | 205 public static PassThroughFilter none() { method in class:Routers
|