Searched refs:encoding_style (Results 1 – 2 of 2) sorted by relevance
62 enum encoding_style { enum77 static enum encoding_style encoding;
1120 int encoding_style; in get_path_encoding() local1122 apr_err = apr_filepath_encoding(&encoding_style, pool); in get_path_encoding()1130 *path_is_utf8 = (encoding_style == APR_FILEPATH_ENCODING_UTF8); in get_path_encoding()