Home
last modified time | relevance | path

Searched refs:ttl_s (Results 1 – 6 of 6) sorted by relevance

/dports/dns/bind-tools/bind-9.16.27/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c725 char *ttl_s; in odbc_process_rs() local
749 data = type = ttl_s = NULL; in odbc_process_rs()
794 ttl = strtol(ttl_s, &endp, 10); in odbc_process_rs()
816 if (ttl_s != NULL) { in odbc_process_rs()
817 isc_mem_free(named_g_mctx, ttl_s); in odbc_process_rs()
953 char *ttl_s; in odbc_allnodes() local
1002 data = host = type = ttl_s = NULL; in odbc_allnodes()
1008 if ((result = odbc_getField(stmnt, 1, &ttl_s)) == in odbc_allnodes()
1018 ttl = strtol(ttl_s, &endp, 10); in odbc_allnodes()
1035 if (ttl_s != NULL) { in odbc_allnodes()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c746 char *ttl_s; in odbc_process_rs() local
770 data = type = ttl_s = NULL; in odbc_process_rs()
815 ttl = strtol(ttl_s, &endp, 10); in odbc_process_rs()
837 if (ttl_s != NULL) { in odbc_process_rs()
838 isc_mem_free(named_g_mctx, ttl_s); in odbc_process_rs()
974 char *ttl_s; in odbc_allnodes() local
1023 data = host = type = ttl_s = NULL; in odbc_allnodes()
1029 if ((result = odbc_getField(stmnt, 1, &ttl_s)) == in odbc_allnodes()
1039 ttl = strtol(ttl_s, &endp, 10); in odbc_allnodes()
1056 if (ttl_s != NULL) { in odbc_allnodes()
[all …]
/dports/dns/bind916/bind-9.16.27/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c725 char *ttl_s; in odbc_process_rs() local
749 data = type = ttl_s = NULL; in odbc_process_rs()
794 ttl = strtol(ttl_s, &endp, 10); in odbc_process_rs()
816 if (ttl_s != NULL) { in odbc_process_rs()
817 isc_mem_free(named_g_mctx, ttl_s); in odbc_process_rs()
953 char *ttl_s; in odbc_allnodes() local
1002 data = host = type = ttl_s = NULL; in odbc_allnodes()
1008 if ((result = odbc_getField(stmnt, 1, &ttl_s)) == in odbc_allnodes()
1018 ttl = strtol(ttl_s, &endp, 10); in odbc_allnodes()
1035 if (ttl_s != NULL) { in odbc_allnodes()
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c825 char *ttl_s; in odbc_process_rs() local
850 data = type = ttl_s = NULL; in odbc_process_rs()
894 ttl = strtol(ttl_s, &endp, 10); in odbc_process_rs()
916 if (ttl_s != NULL) in odbc_process_rs()
917 isc_mem_free(ns_g_mctx, ttl_s); in odbc_process_rs()
1063 char *ttl_s; in odbc_allnodes() local
1112 data = host = type = ttl_s = NULL; in odbc_allnodes()
1119 &ttl_s)) == ISC_R_SUCCESS && in odbc_allnodes()
1127 ttl = strtol(ttl_s, &endp, 10); in odbc_allnodes()
1144 if (ttl_s != NULL) in odbc_allnodes()
[all …]
/dports/www/varnish-libvmod-dynamic/libvmod-dynamic-1bf8f07/src/
H A Dvmod_dynamic.c819 dynamic_ttl_parse(const char *ttl_s) in dynamic_ttl_parse() argument
821 switch (ttl_s[0]) { in dynamic_ttl_parse()
826 assert(ttl_s[0] == 'm'); in dynamic_ttl_parse()
827 switch (ttl_s[1]) { in dynamic_ttl_parse()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DmDNS.c8576 mDNSu32 ttl_s = soa->min; in mDNSCoreReceiveNoUnicastAnswers() local
8580 if (ttl_s > m->rec.r.resrec.rroriginalttl && m->rec.r.resrec.name->c[0]) in mDNSCoreReceiveNoUnicastAnswers()
8581 ttl_s = m->rec.r.resrec.rroriginalttl; in mDNSCoreReceiveNoUnicastAnswers()
8582 if (negttl < ttl_s) negttl = ttl_s; in mDNSCoreReceiveNoUnicastAnswers()