Home
last modified time | relevance | path

Searched refs:psz16 (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Datsc_a65.c147 … char *psz16 = enlarge_to16( p_src, i_src, i_mode ); /* Maybe we can skip and feed iconv 2 by 2 */ in convert_encoding_set() local
148 if( psz16 ) in convert_encoding_set()
153 const char *p_inbuf = psz16; in convert_encoding_set()
164 free( psz16 ); in convert_encoding_set()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c1016 XChar2b *psz16=(XChar2b*)malloc((nLen+3)*sizeof(XChar2b)); local
1018 if (psz == NULL || psz16 == NULL) FailAllocMessage();
1022 gpszTmpStr16 = psz16;