Lines Matching defs:pd
120 bdb_parse_data(char *in, parsed_data_t *pd) {
136 pd->zone = tmp;
150 pd->host = tmp;
164 pd->type = tmp;
192 pd->data = tmp;
195 pd->ttl = strtol(ttlStr, &endp, 10);
196 if (*endp != '\0' || pd->ttl < 0) {
290 parsed_data_t pd;
325 if (bdb_parse_data(tmp, &pd) != ISC_R_SUCCESS)
328 result = dns_sdlz_putnamedrr(allnodes, pd.host, pd.type,
329 pd.ttl, pd.data);
461 parsed_data_t pd;
528 if (bdb_parse_data(tmp, &pd) != ISC_R_SUCCESS)
531 result = dns_sdlz_putrr(lookup, pd.type, pd.ttl, pd.data);