| /src/external/mpl/bind/dist/contrib/gitchangelog/ |
| changelog.rc.py | 259 ## ``publish`` is a callable 262 ## the output engine. ``publish`` is a callable taking one argument 289 # publish = FileInsertIntoFirstRegexMatch( 294 publish = stdout variable
|
| relnotes.rc.py | 75 publish = stdout variable
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-keyfromlabel.c | 141 isc_stdtime_t publish = 0, activate = 0, revoke = 0; local 273 publish = strtotime(isc_commandline_argument, now, now, 446 if (setpub && setact && (activate - prepub) < publish) { 454 publish = now; 458 activate = publish + prepub; 461 publish = activate - prepub; 542 publish = activate - prepub; 543 if (publish < now) { 645 * Publish and activation dates are set to "now" by default, but 656 dst_key_settime(key, DST_TIME_PUBLISH, publish); [all...] |
| dnssec-keygen.c | 110 isc_stdtime_t publish; member in struct:keygen_ctx 379 (ctx->activate - ctx->prepub) < ctx->publish) 388 ctx->publish = ctx->now; 392 ctx->activate = ctx->publish + ctx->prepub; 395 ctx->publish = ctx->activate - ctx->prepub; 482 ctx->publish = ctx->activate - ctx->prepub; 483 if (ctx->publish < ctx->now) { 666 * For a new key without an explicit predecessor, publish 671 * predecessor's inactivation date. Publish is set to 30 687 ctx->publish); [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| nan_de.c | 34 struct nan_publish_params publish; member in struct:nan_de_service 49 /* pauseState information for Publish function */ 54 /* Publish state - channel iteration */ 246 if (srv->publish.fsd) 248 if (srv->publish.fsd_gas) 310 /* Update end times for the first operation of the publish 321 "NAN: Publish multi-channel change to %u MHz", 363 ttl = srv->type == NAN_DE_PUBLISH ? srv->publish.ttl : 396 if (!srv->publish.fsd) 429 if (srv->type == NAN_DE_PUBLISH && !srv->publish.unsolicited [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| dnssec.c | 577 isc_stdtime_t publish, active, revoke, remove; local 605 hint_publish = dst_key_is_published(key, now, &publish); 643 bool publish; local 666 publish = false; 669 publish = true; 673 publish = false; 675 return publish; 1132 isc_stdtime_t publish = 0, active = 0, revoke = 0, remove = 0; local 1136 key->hint_publish = dst_key_is_published(key->key, now, &publish); 1144 * isn't. Most likely the user wants to publish now and activate later [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dnssec.c | 617 isc_stdtime_t publish, active, revoke, remove; local 645 hint_publish = dst_key_is_published(key, now, &publish); 683 bool publish; local 706 publish = false; 709 publish = true; 713 publish = false; 715 return (publish); 1340 isc_stdtime_t publish = 0, active = 0, revoke = 0, remove = 0; local 1344 key->hint_publish = dst_key_is_published(key->key, now, &publish); 1352 * isn't. Most likely the user wants to publish now and activate later [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| route.c | 3201 // If there is not some other service published, and we are not publishing, publish. If there is a legacy (no 3202 // anycast) service published, publish a second service so as to encourage the legacy service to withdraw, because 3227 bool publish = false; local 3328 publish = true; 3330 if (publish) {
|