Home
last modified time | relevance | path

Searched refs:ERL_PORT_EXT (Results 1 – 25 of 63) sorted by relevance

123

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/decode/
H A Ddecode_port.c31 if (tag != ERL_PORT_EXT && tag != ERL_NEW_PORT_EXT) return -1; in ei_decode_port()
36 if (tag == ERL_PORT_EXT) in ei_decode_port()
43 s += (tag == ERL_PORT_EXT ? 5 : 8); in ei_decode_port()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/src/decode/
H A Ddecode_port.c31 if (tag != ERL_PORT_EXT && tag != ERL_NEW_PORT_EXT) return -1; in ei_decode_port()
36 if (tag == ERL_PORT_EXT) in ei_decode_port()
43 s += (tag == ERL_PORT_EXT ? 5 : 8); in ei_decode_port()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/decode/
H A Ddecode_port.c31 if (tag != ERL_PORT_EXT && tag != ERL_NEW_PORT_EXT) return -1; in ei_decode_port()
36 if (tag == ERL_PORT_EXT) in ei_decode_port()
43 s += (tag == ERL_PORT_EXT ? 5 : 8); in ei_decode_port()
H A Ddecode_skip.c41 case ERL_PORT_EXT: in ei_skip_term()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/encode/
H A Dencode_port.c28 const char tag = p->creation > 3 ? ERL_NEW_PORT_EXT : ERL_PORT_EXT; in ei_encode_port()
42 if (tag == ERL_PORT_EXT) { in ei_encode_port()
48 *index += 4 + (tag == ERL_PORT_EXT ? 1 : 4); in ei_encode_port()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/encode/
H A Dencode_port.c28 const char tag = p->creation > 3 ? ERL_NEW_PORT_EXT : ERL_PORT_EXT; in ei_encode_port()
42 if (tag == ERL_PORT_EXT) { in ei_encode_port()
48 *index += 4 + (tag == ERL_PORT_EXT ? 1 : 4); in ei_encode_port()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_port.c34 case ERL_PORT_EXT: in ei_decode_port()
51 case ERL_PORT_EXT: in ei_decode_port()
66 case ERL_PORT_EXT: in ei_decode_port()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_port.c34 case ERL_PORT_EXT: in ei_decode_port()
51 case ERL_PORT_EXT: in ei_decode_port()
66 case ERL_PORT_EXT: in ei_decode_port()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_port.c34 case ERL_PORT_EXT: in ei_decode_port()
51 case ERL_PORT_EXT: in ei_decode_port()
66 case ERL_PORT_EXT: in ei_decode_port()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_port.c34 case ERL_PORT_EXT: in ei_decode_port()
51 case ERL_PORT_EXT: in ei_decode_port()
66 case ERL_PORT_EXT: in ei_decode_port()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/src/misc/
H A Dei_decode_term.c66 case ERL_PORT_EXT: in ei_decode_ei_term()
68 term->ei_type = ERL_PORT_EXT; in ei_decode_ei_term()
H A Dget_type.c77 *type = ERL_PORT_EXT; in ei_get_type()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/src/misc/
H A Dei_decode_term.c66 case ERL_PORT_EXT: in ei_decode_ei_term()
68 term->ei_type = ERL_PORT_EXT; in ei_decode_ei_term()
H A Dget_type.c78 *type = ERL_PORT_EXT; in ei_get_type()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/src/misc/
H A Dei_decode_term.c66 case ERL_PORT_EXT: in ei_decode_ei_term()
68 term->ei_type = ERL_PORT_EXT; in ei_decode_ei_term()
H A Dget_type.c78 *type = ERL_PORT_EXT; in ei_get_type()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/src/misc/
H A Dei_decode_term.c66 case ERL_PORT_EXT: in ei_decode_ei_term()
68 term->ei_type = ERL_PORT_EXT; in ei_decode_ei_term()
H A Dget_type.c78 *type = ERL_PORT_EXT; in ei_get_type()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/src/misc/
H A Dei_decode_term.c66 case ERL_PORT_EXT: in ei_decode_ei_term()
68 term->ei_type = ERL_PORT_EXT; in ei_decode_ei_term()
H A Dget_type.c78 *type = ERL_PORT_EXT; in ei_get_type()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/c_src/
H A Dic_get_type.c57 case ERL_PORT_EXT: in ic_get_type()
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/c_src/
H A Dic_get_type.c57 case ERL_PORT_EXT: in ic_get_type()
/dports/lang/erlang/corba-5.0.2/lib/ic/c_src/
H A Dic_get_type.c57 case ERL_PORT_EXT: in ic_get_type()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/misc/
H A Dget_type.c76 *type = ERL_PORT_EXT; in ei_get_type()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/misc/
H A Dget_type.c83 *type = ERL_PORT_EXT; in ei_get_type_internal()

123