Lines Matching defs:pd
128 bdb_parse_data(char *in, parsed_data_t *pd) {
144 pd->zone = tmp;
158 pd->host = tmp;
172 pd->type = tmp;
200 pd->data = tmp;
203 pd->ttl = strtol(ttlStr, &endp, 10);
204 if (*endp != '\0' || pd->ttl < 0) {
298 parsed_data_t pd;
333 if (bdb_parse_data(tmp, &pd) != ISC_R_SUCCESS)
336 result = dns_sdlz_putnamedrr(allnodes, pd.host, pd.type,
337 pd.ttl, pd.data);
465 parsed_data_t pd;
530 if (bdb_parse_data(tmp, &pd) != ISC_R_SUCCESS)
533 result = dns_sdlz_putrr(lookup, pd.type, pd.ttl, pd.data);