Lines Matching defs:pd
137 bdbhpt_parse_data(char *in, bdbhpt_parsed_data_t *pd) {
177 pd->host = tmp;
205 pd->type = tmp;
219 pd->data = tmp;
222 pd->ttl = strtol(ttlStr, &endp, 10);
223 if (*endp != '\0' || pd->ttl < 0) {
333 bdbhpt_parsed_data_t pd;
403 if (bdbhpt_parse_data(tmp, &pd) != ISC_R_SUCCESS)
406 result = dns_sdlz_putnamedrr(allnodes, pd.host,
407 pd.type, pd.ttl, pd.data);
542 bdbhpt_parsed_data_t pd;
585 if (bdbhpt_parse_data(tmp, &pd) != ISC_R_SUCCESS)
588 result = dns_sdlz_putrr(lookup, pd.type, pd.ttl, pd.data);