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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dutf8.h22 int utf8_encode(const char *from, char **to);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.h37 bool utf8_encode; /* Will/Is the current url encoded in utf8 */ member in struct:iri
H A Diri.c224 if (!i->utf8_encode)
301 i->utf8_encode = opt.enable_iri;
312 i->utf8_encode = src->utf8_encode;
H A Dretr.c664 pi->utf8_encode = false;
748 iri->utf8_encode = opt.enable_iri;
813 if (!(*dt & RETROKF) && iri->utf8_encode)
815 iri->utf8_encode = false;
937 iri->utf8_encode = opt.enable_iri;
H A Drecur.c214 i->utf8_encode = pi->utf8_encode;
H A Dres.c552 i->utf8_encode = false;
H A Durl.c737 if (iri && iri->utf8_encode)
739 iri->utf8_encode = remote_to_utf8 (iri, iri->orig_url ? iri->orig_url : url, (const char **) &new_url);
740 if (!iri->utf8_encode)
929 /* Apply IDNA regardless of iri->utf8_encode status */
H A Dhttp.c2683 else if (opt.spider && !iri->utf8_encode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dvorbiscomment.c146 else if(utf8_encode(data, &converted) >= 0) {
175 else if(utf8_encode(field->field, &converted) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dutf8.c148 int utf8_encode(const char *from, char **to) function
309 int utf8_encode(const char *from, char **to) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_vorbiscomment.c221 else if(utf8_encode(data, &converted) >= 0) {
250 else if(utf8_encode(field->field, &converted) >= 0) {

Completed in 107 milliseconds