Searched defs:ttlstr (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/contrib/sdb/pgsql/ |
H A D | pgsqldb.c | 153 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 D | sqlitedb.c | 78 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 D | dlz_example.c | 659 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 D | driver.c | 707 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 D | dlz_mysqldyn_mod.c | 809 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 29 milliseconds