Home | History | Annotate | Download | only in libevent

Lines Matching refs:path_out

3539 	char *path_out;
3545 path_out = mm_malloc(len_out+1);
3546 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile);
3547 return path_out;