Lines Matching defs:pd
141 bdbhpt_parse_data(log_t *log, char *in, bdbhpt_parsed_data_t *pd) {
181 pd->host = tmp;
209 pd->type = tmp;
223 pd->data = tmp;
226 pd->ttl = strtol(ttlStr, &endp, 10);
227 if (*endp != '\0' || pd->ttl < 0) {
334 bdbhpt_parsed_data_t pd;
404 tmp, &pd) != ISC_R_SUCCESS)
406 result = db->putnamedrr(allnodes, pd.host,
407 pd.type, pd.ttl, pd.data);
545 bdbhpt_parsed_data_t pd;
589 if (bdbhpt_parse_data(db->log, tmp, &pd) != ISC_R_SUCCESS)
592 result = db->putrr(lookup, pd.type, pd.ttl, pd.data);