Lines Matching defs:ttl_s
834 char *ttl_s;
859 data = type = ttl_s = NULL;
895 if ((result = odbc_getField(stmnt, 1, &ttl_s))
903 ttl = strtol(ttl_s, &endp, 10);
925 if (ttl_s != NULL)
926 isc_mem_free(ns_g_mctx, ttl_s);
1069 char *ttl_s;
1118 data = host = type = ttl_s = NULL;
1125 &ttl_s)) == ISC_R_SUCCESS &&
1133 ttl = strtol(ttl_s, &endp, 10);
1150 if (ttl_s != NULL)
1151 isc_mem_free(ns_g_mctx, ttl_s);