Lines Matching defs:pdata
87 getzone(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
90 gethost(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
297 getzone(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey) {
307 tmp = right = malloc(pdata->size + 1);
316 strncpy(right, pdata->data, pdata->size);
317 right[pdata->size] = '\0';
346 gethost(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey) {
356 tmp = right = malloc(pdata->size + 1);
365 strncpy(right, pdata->data, pdata->size);
366 right[pdata->size] = '\0';