Searched defs:ttl_s (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c825 char *ttl_s; local
850 data = type = ttl_s = NULL;
886 if ((result = odbc_getField(stmnt, 1, &ttl_s))
894 ttl = strtol(ttl_s, &endp, 10);
916 if (ttl_s != NULL)
917 isc_mem_free(ns_g_mctx, ttl_s);
1063 char *ttl_s; local
1112 data = host = type = ttl_s = NULL;
1119 &ttl_s)) == ISC_R_SUCCESS &&
1127 ttl = strtol(ttl_s,
[all...]

Completed in 271 milliseconds