Home
last modified time | relevance | path

Searched refs:ATOM_text (Results 1 – 15 of 15) sorted by relevance

/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dmemfile.c53 static atom_t ATOM_text; variable
182 { ENC_ANSI, &ATOM_text },
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-zip.c1007 atom_t type = ATOM_text;
1022 if ( type == ATOM_text )
H A Dpl-prims.c4278 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_text, sep); in atomic_list_concat()
4287 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_text, head); in atomic_list_concat()
4326 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_text, l); in atomic_list_concat()
H A Dpl-atom.c1581 text_atom.atom_name = ATOM_text; in do_init_atoms()
/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h552 #define ATOM_text (545*2+1) macro
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dmemfile.c61 static atom_t ATOM_text; variable
570 { ENC_ANSI, &ATOM_text },
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-file.c1431 if ( type == ATOM_text )
2511 { ENC_ANSI, ATOM_text },
2595 atom_t type = ATOM_text; in openStream()
3237 { return PL_unify_atom(prop, s->flags & SIO_TEXT ? ATOM_text : ATOM_binary); in stream_type_prop()
H A Dpl-text.c263 expected = ATOM_text; in PL_get_text__LD()
/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dcrypto4pl.c49 static atom_t ATOM_text; variable
270 else if ( a == ATOM_text ) *rep = REP_MB; in get_text_representation()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c1943 if ( type == ATOM_text ) in set_stream()
3437 { ENC_ANSI, ATOM_text },
3695 } else if ( type == ATOM_text ) in stream_encoding_options()
3715 atom_t type = ATOM_text; in openStream()
4496 { return PL_unify_atom(prop, (s->flags & SIO_TEXT) ? ATOM_text : ATOM_binary); in stream_type_prop()
H A Dpl-fmt.c300 return PL_error("format", 3, NULL, ERR_TYPE, ATOM_text, format); in format_impl()
H A Dpl-text.c392 expected = ATOM_text; in PL_get_text__LD()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.h298 #define ATOM_text VLC_FOURCC( 't', 'e', 'x', 't' ) macro
H A Dlibmp4.c2835 p_box->i_handler = ATOM_text; in MP4_ReadBox_sample_mp4s()
2882 p_box->i_handler = ATOM_text; in MP4_ReadBox_sample_text()
2951 p_box->i_handler = ATOM_text; in MP4_ReadBox_sample_tx3g()
4407 case ATOM_text: in MP4_ReadBox_default()
H A Dmp4.c2872 if ( ( p_sample->i_handler != ATOM_text && in TrackCreateES()
3317 case( ATOM_text ): in MP4_TrackSetup()