Searched defs:pdata (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/ |
H A D | dlzbdb.c | 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) { argument 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) { argument 356 tmp = right = malloc(pdata->size + 1); 365 strncpy(right, pdata [all...] |
Completed in 757 milliseconds