Searched refs:keyStr (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_bdbhpt_driver.c544 char *keyStr = NULL; local
556 key.data = keyStr = malloc((key.size + 1) * sizeof(char));
558 if (keyStr == NULL)
561 strcpy(keyStr, zone);
562 strcat(keyStr, " ");
563 strcat(keyStr, name);
600 if (keyStr != NULL)
601 free(keyStr);
/bind-9.11.3/contrib/dlz/modules/bdbhpt/
H A Ddlz_bdbhpt_dynamic.c547 char *keyStr = NULL; local
560 key.data = keyStr = malloc((key.size + 1) * sizeof(char));
562 if (keyStr == NULL)
565 strcpy(keyStr, zone);
566 strcat(keyStr, " ");
567 strcat(keyStr, name);
602 if (keyStr != NULL)
603 free(keyStr);

Completed in 45 milliseconds