Home
last modified time | relevance | path

Searched refs:IOENC (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.h77 COMMON(int) tellString(char **s, size_t *size, IOENC enc);
90 COMMON(IOENC) atom_to_encoding(atom_t a);
91 COMMON(atom_t) encoding_to_atom(IOENC enc);
100 int *bom, IOENC *enc);
H A Dpl-text.h56 IOENC encoding; /* how it is encoded */
89 COMMON(int) PL_text_recode(PL_chars_t *text, IOENC encoding);
H A DSWI-Stream.h191 } IOENC; typedef
211 IOENC encoding; /* character encoding used */
398 PL_EXPORT(int) Ssetenc(IOSTREAM *s, IOENC new_enc, IOENC *old_enc);
H A Dpl-text.c312 { IOENC encodings[3]; in PL_get_text__LD()
313 IOENC *enc; in PL_get_text__LD()
857 IOENC target = ((flags&REP_UTF8) ? ENC_UTF8 : in PL_mb_text()
962 native_byte_order(IOENC enc) in native_byte_order()
1232 PL_text_recode(PL_chars_t *text, IOENC encoding) in PL_text_recode()
H A Dpl-stream.c161 extern IOENC initEncoding(void);
1408 { IOENC encoding;
1626 Ssetenc(IOSTREAM *s, IOENC enc, IOENC *old) in Ssetenc()
2165 IOENC enc = ENC_ANSI; in Svfprintf()
3157 IOENC enc = ENC_UNKNOWN; in Sopen_file()
3930 IOENC enc; in SinitStreams()
H A Dpl-ctype.c863 IOENC encoding;
876 IOENC
/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dmemfile.c67 IOENC encoding; /* encoding of the data */
175 { IOENC code;
191 IOENC
205 get_encoding(term_t t, IOENC *enc) in get_encoding()
209 { IOENC encoding; in get_encoding()
228 IOENC encoding; in open_memory_file4()
423 { IOENC enc; in memory_file_to_text()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/itf/
H A Dsrcsink.c43 IOENC enc; in initialiseSourceSink()
45 enc = (IOENC)val.integer; in initialiseSourceSink()
71 IOENC code;
89 encoding_to_name(IOENC enc) in encoding_to_name()
H A Dasfile.c54 IOENC encoding; /* Stream encoding used */
164 { IOENC *ep = encoding; in pceOpen_nolock()
H A Diostream.c53 IOENC encoding; /* used encoding */
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-text.h44 IOENC encoding; /* how it is encoded */
78 extern void PL_text_recode(PL_chars_t *text, IOENC encoding);
H A Dpl-stream.h161 } IOENC; typedef
189 IOENC encoding; /* character encoding used */
368 PL_EXPORT(int) Ssetenc(IOSTREAM *s, IOENC new_enc, IOENC *old_enc);
H A Dpl-incl.h323 IOENC encoding; /* default I/O encoding */
616 extern IOENC initEncoding(void);
646 extern bool tellString(char **s, size_t *size, IOENC enc);
647 extern bool tellString(char **s, size_t *size, IOENC enc);
654 extern IOENC atom_to_encoding(atom_t);
H A Dpl-text.c202 { IOENC encodings[3]; in PL_get_text__LD()
203 IOENC *enc; in PL_get_text__LD()
652 IOENC target = ((flags&REP_UTF8) ? ENC_UTF8 : in PL_mb_text()
914 PL_text_recode(PL_chars_t *text, IOENC encoding) in PL_text_recode()
H A Dpl-stream.c159 extern IOENC initEncoding(void);
1318 { IOENC encoding;
1477 Ssetenc(IOSTREAM *s, IOENC enc, IOENC *old) in Ssetenc()
2748 IOENC enc = ENC_UNKNOWN; in Sopen_file()
3337 IOENC enc = initEncoding(); in SinitStreams()
H A Dpl-ctype.c837 IOENC encoding;
850 IOENC
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dmemfile.c108 IOENC encoding; /* encoding of the data */
563 { IOENC code;
579 static IOENC
593 get_encoding(term_t t, IOENC *enc) in get_encoding()
597 { IOENC encoding; in get_encoding()
619 IOENC encoding; in open_memory_file4()
739 get_size_mf(memfile *m, IOENC encoding, size_t *sizep) in get_size_mf()
789 IOENC size_enc; in size_memory_file()
966 mf_skip(memfile *mf, IOENC encoding, size_t from, size_t chars, size_t *end) in mf_skip()
1042 get_offset(term_t where, memfile *mf, IOENC encoding, size_t *pos) in get_offset()
[all …]
H A Dhash_stream.c95 IOENC parent_encoding; /* original encoding */
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Stream.h133 } IOENC; typedef
161 IOENC encoding; /* character encoding used */
340 PL_EXPORT(int) Ssetenc(IOSTREAM *s, IOENC new_enc, IOENC *old_enc);
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dstream.h194 } IOENC; typedef
214 IOENC encoding; /* character encoding used */
401 PL_EXPORT(int) Ssetenc(IOSTREAM *s, IOENC new_enc, IOENC *old_enc);
/dports/lang/yap/yap-6.2.2/packages/http/
H A Dstream_range.c44 IOENC parent_encoding; /* Saved encoding of parent */
H A Dhttp_chunked.c50 IOENC parent_encoding; /* Saved encoding of parent */
/dports/lang/yap/yap-6.2.2/packages/pyswip/pyswip/
H A Dcore.py545 IOENC = c_int variable
575 ("encoding",IOENC)]
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dstream_range.c57 IOENC parent_encoding; /* Saved encoding of parent */
H A Dhttp_chunked.c63 IOENC parent_encoding; /* Saved encoding of parent */

12