HomeSort by: relevance | last modified time | path
    Searched refs:newttl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
dds.c 35 ldap_parse_refresh( LDAP *ld, LDAPMessage *res, ber_int_t *newttl )
45 assert( newttl != NULL );
47 *newttl = 0;
71 tag = ber_scanf( ber, "{i}", newttl );
75 *newttl = 0;
139 ber_int_t *newttl,
153 rc = ldap_parse_refresh( ld, res, newttl );
  /src/external/bsd/openldap/dist/clients/tools/
ldapexop.c 282 int newttl; local
284 rc = ldap_parse_refresh( ld, res, &newttl );
292 printf( "newttl=%d\n", newttl );
  /src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h 431 dns__rbtdb_setttl(dns_slabheader_t *header, dns_ttl_t newttl);
qpcache.c 963 setttl(dns_slabheader_t *header, dns_ttl_t newttl) {
966 header->ttl = newttl;
975 if (header->heap == NULL || header->heap_index == 0 || newttl == oldttl)
980 if (newttl < oldttl) {
986 if (newttl == 0) {
rbtdb.c 323 dns__rbtdb_setttl(dns_slabheader_t *header, dns_ttl_t newttl) {
326 header->ttl = newttl;
335 if (header->heap == NULL || header->heap_index == 0 || newttl == oldttl)
340 if (newttl < oldttl) {
346 if (newttl == 0) {
  /src/external/mpl/bind/dist/bin/tests/system/kasp/
tests_kasp.py 1705 return soa1 < soa2 and ttl2 == newttl
1717 newttl = 300
1732 newttl = 400
  /src/external/bsd/openldap/dist/include/
ldap.h 2452 ber_int_t *newttl ));
2467 ber_int_t *newttl,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 945 set_ttl(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, dns_ttl_t newttl) {
951 header->rdh_ttl = newttl;
956 header->rdh_ttl = newttl;
963 if (header->heap_index == 0 || newttl == oldttl) {
972 if (newttl < oldttl) {
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 2811 extern mStatus mDNS_Update (mDNS *const m, AuthRecord *const rr, mDNSu32 newttl,
mDNS.c 16169 mDNSexport mStatus mDNS_Update(mDNS *const m, AuthRecord *const rr, mDNSu32 newttl,
16181 if (newttl == 0) newttl = rr->resrec.rroriginalttl;
16207 if (RRLocalOnly(rr) || (rr->resrec.rroriginalttl == newttl && rr->resrec.rdlength == newrdlength &&
16227 rr->resrec.rroriginalttl = newttl;

Completed in 122 milliseconds