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

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_win.c61 char *folder_utf8;
75 folder_utf8 = apr_palloc(pool, outlength);
78 folder_utf8, outbytes, NULL, NULL);
86 folder_utf8[outbytes] = '\0';
87 *folder = folder_utf8;
60 char *folder_utf8; local

Completed in 107 milliseconds