Searched refs:ttlstr (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/contrib/sdb/pgsql/
H A Dpgsqldb.c153 char *ttlstr = PQgetvalue(res, i, 0); local
158 ttl = strtol(ttlstr, &endp, 10);
207 char *ttlstr = PQgetvalue(res, i, 0); local
213 ttl = strtol(ttlstr, &endp, 10);
/bind-9.11.3/contrib/sdb/sqlite/
H A Dsqlitedb.c78 char *ttlstr = cv[0]; local
85 ttl = strtol(ttlstr, &endp, 10);
162 char *ttlstr = cv[0]; local
170 ttl = strtol(ttlstr, &endp, 10);
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c659 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local
682 ttlstr = STRTOK_R(NULL, "\t", &saveptr);
683 if (ttlstr == NULL)
704 strtoul(ttlstr, NULL, 10), data);
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c707 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local
730 ttlstr = STRTOK_R(NULL, "\t", &saveptr);
731 if (ttlstr == NULL)
752 strtoul(ttlstr, NULL, 10), data);
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c809 char *real_name, *dclass, *type, *data, *ttlstr, *buf; local
844 ttlstr = STRTOK_R(NULL, "\t", &saveptr);
845 if (ttlstr == NULL || sscanf(ttlstr, "%d", &ttlvalue) != 1)

Completed in 15 milliseconds