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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Dsdlz_helper.c118 char *temp_str = NULL; local
146 temp_str = right_str = isc_mem_strdup(mctx, query_str);
226 /* we don't need temp_str any more */
227 isc_mem_free(mctx, temp_str);
270 /* get rid of temp_str */
271 if (temp_str != NULL)
272 isc_mem_free(mctx, temp_str);

Completed in 692 milliseconds