Home
last modified time | relevance | path

Searched refs:S_TRANS (Results 1 – 25 of 46) sorted by relevance

12

/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsroprun8.h93 #ifdef S_TRANS in TEMPLATE_NAME()
94 #if S_TRANS in TEMPLATE_NAME()
130 #if defined(S_TRANS) && defined(S_CONST) in TEMPLATE_NAME()
208 #if defined(S_TRANS) && !defined(S_CONST) in TEMPLATE_NAME()
228 #undef S_TRANS
H A Dgsroprun24.h100 #ifdef S_TRANS in TEMPLATE_NAME()
101 #if S_TRANS in TEMPLATE_NAME()
137 #if defined(S_TRANS) && defined(S_CONST) in TEMPLATE_NAME()
219 #if defined(S_TRANS) && !defined(S_CONST) in TEMPLATE_NAME()
243 #undef S_TRANS
H A Dgsroprun.c861 #define S_TRANS YES macro
903 #define S_TRANS YES macro
925 #define S_TRANS MAYBE macro
1005 #define S_TRANS MAYBE macro
1033 #define S_TRANS MAYBE macro
1202 #define S_TRANS MAYBE macro
1230 #define S_TRANS MAYBE macro
1295 #define S_TRANS MAYBE macro
1326 #define S_TRANS MAYBE macro
1461 #define S_TRANS MAYBE macro
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsroprun8.h93 #ifdef S_TRANS in TEMPLATE_NAME()
94 #if S_TRANS in TEMPLATE_NAME()
130 #if defined(S_TRANS) && defined(S_CONST) in TEMPLATE_NAME()
208 #if defined(S_TRANS) && !defined(S_CONST) in TEMPLATE_NAME()
228 #undef S_TRANS
H A Dgsroprun24.h100 #ifdef S_TRANS in TEMPLATE_NAME()
101 #if S_TRANS in TEMPLATE_NAME()
137 #if defined(S_TRANS) && defined(S_CONST) in TEMPLATE_NAME()
219 #if defined(S_TRANS) && !defined(S_CONST) in TEMPLATE_NAME()
243 #undef S_TRANS
H A Dgsroprun.c861 #define S_TRANS YES macro
903 #define S_TRANS YES macro
925 #define S_TRANS MAYBE macro
1005 #define S_TRANS MAYBE macro
1033 #define S_TRANS MAYBE macro
1202 #define S_TRANS MAYBE macro
1230 #define S_TRANS MAYBE macro
1295 #define S_TRANS MAYBE macro
1326 #define S_TRANS MAYBE macro
1461 #define S_TRANS MAYBE macro
[all …]
/dports/www/elinks/elinks-0.11.7/src/network/
H A Dstate.h27 #define is_in_connecting_state(state) (S_WAIT < (state) && (state) < S_TRANS)
28 #define is_in_transfering_state(state) ((state) >= S_TRANS)
44 S_TRANS, enumerator
H A Dstate.c34 {S_TRANS, N_("Transferring")},
/dports/www/elinks/elinks-0.11.7/src/protocol/nntp/
H A Dresponse.c122 return S_TRANS; in init_nntp_header()
329 enum connection_state state = S_TRANS; in read_nntp_response_data()
339 case S_TRANS: in read_nntp_response_data()
340 return S_TRANS; in read_nntp_response_data()
367 if (state != S_TRANS) in read_nntp_response_data()
H A Dconnection.c256 case S_TRANS: in read_nntp_data()
258 read_from_socket(conn->socket, rb, S_TRANS, read_nntp_data); in read_nntp_data()
310 read_from_socket(conn->socket, rb, S_TRANS, nntp_got_response); in nntp_got_response()
/dports/databases/galera/galera-release_25.3.35/gcomm/test/
H A Dcheck_pc.cpp171 ck_assert(pu1->pc()->state() == Proto::S_TRANS); in single_boot()
232 ck_assert(pu1->pc()->state() == Proto::S_TRANS); in double_boot()
239 ck_assert(pu2->pc()->state() == Proto::S_TRANS); in double_boot()
428 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
444 ck_assert(pu2.pc()->state() == Proto::S_TRANS); in START_TEST()
532 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
533 ck_assert(pu2.pc()->state() == Proto::S_TRANS); in START_TEST()
571 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
572 ck_assert(pu2.pc()->state() == Proto::S_TRANS); in START_TEST()
590 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
[all …]
/dports/databases/galera26/galera-release_26.4.10/gcomm/test/
H A Dcheck_pc.cpp171 ck_assert(pu1->pc()->state() == Proto::S_TRANS); in single_boot()
232 ck_assert(pu1->pc()->state() == Proto::S_TRANS); in double_boot()
239 ck_assert(pu2->pc()->state() == Proto::S_TRANS); in double_boot()
428 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
444 ck_assert(pu2.pc()->state() == Proto::S_TRANS); in START_TEST()
532 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
533 ck_assert(pu2.pc()->state() == Proto::S_TRANS); in START_TEST()
571 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
572 ck_assert(pu2.pc()->state() == Proto::S_TRANS); in START_TEST()
590 ck_assert(pu1.pc()->state() == Proto::S_TRANS); in START_TEST()
[all …]
/dports/www/elinks/elinks-0.11.7/src/protocol/bittorrent/
H A Dpeerconnect.c144 if (state == S_TRANS && peer->bittorrent) in set_bittorrent_socket_state()
145 set_connection_state(peer->bittorrent->conn, S_TRANS); in set_bittorrent_socket_state()
344 read_from_socket(peer->socket, buffer, S_TRANS, in accept_bittorrent_peer_connection()
H A Dpeerwire.c352 S_TRANS, sent_bittorrent_peer_message); in do_send_bittorrent_peer_message()
713 read_from_socket(peer->socket, buffer, S_TRANS, in sent_bittorrent_peer_handshake()
766 S_TRANS, sent_bittorrent_peer_handshake); in send_bittorrent_peer_handshake()
938 read_from_socket(peer->socket, buffer, S_TRANS, in do_read_bittorrent_peer_handshake()
948 read_from_socket(peer->socket, buffer, S_TRANS, in do_read_bittorrent_peer_handshake()
/dports/www/elinks/elinks-0.11.7/src/protocol/gopher/
H A Dgopher.c598 enum connection_state state = S_TRANS; in read_gopher_directory_data()
637 if (state != S_TRANS || conn->socket->state == SOCKET_CLOSED) in read_gopher_directory_data()
720 enum connection_state state = S_TRANS; in read_gopher_response_data()
774 if (state != S_TRANS) { in read_gopher_response_data()
779 read_from_socket(conn->socket, rb, S_TRANS, read_gopher_response_data); in read_gopher_response_data()
/dports/www/elinks/elinks-0.11.7/src/protocol/finger/
H A Dfinger.c65 read_from_socket(conn->socket, rb, S_TRANS, finger_get_response); in finger_get_response()
/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Dpc_proto.cpp378 case S_TRANS: in shift_to()
420 shift_to(S_TRANS); in handle_first_trans()
569 shift_to(S_TRANS); in handle_trans()
578 shift_to(S_TRANS); in handle_trans()
585 gcomm_assert(state() == S_TRANS); in handle_reg()
1131 else if (state() == S_TRANS) in handle_install()
1263 gcomm_assert(state() == S_TRANS); in handle_trans_install()
1581 case S_TRANS: in handle_down()
H A Dpc_proto.hpp46 S_TRANS, enumerator
58 case S_TRANS: return "TRANS"; in to_string()
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/
H A Dpc_proto.cpp407 case S_TRANS: in shift_to()
449 shift_to(S_TRANS); in handle_first_trans()
598 shift_to(S_TRANS); in handle_trans()
607 shift_to(S_TRANS); in handle_trans()
614 gcomm_assert(state() == S_TRANS); in handle_reg()
1161 else if (state() == S_TRANS) in handle_install()
1293 gcomm_assert(state() == S_TRANS); in handle_trans_install()
1611 case S_TRANS: in handle_down()
H A Dpc_proto.hpp43 S_TRANS, enumerator
55 case S_TRANS: return "TRANS"; in to_string()
/dports/www/links1/links-1.04/
H A Dfinger.c86 setcstate(c, S_TRANS); in finger_get_response()
H A Dmain.c191 if (stat->state >= 0 && stat->state < S_TRANS) return; in end_dump()
192 if (stat->state >= S_TRANS && dmp != D_SOURCE) return; in end_dump()
H A Dsched.c34 foreach(ce, queue) i += ce->state > S_WAIT && ce->state < S_TRANS; in connect_info()
37 foreach(ce, queue) i += ce->state == S_TRANS; in connect_info()
102 if ((c->state = state) == S_TRANS) { in setcstate()
862 { S_TRANS, TEXT_(T_TRANSFERRING) },
/dports/www/links/links-2.25/
H A Dfinger.c86 setcstate(c, S_TRANS); in finger_get_response()
/dports/www/elinks/elinks-0.11.7/src/protocol/ftp/
H A Dftp.c1056 enum connection_state state = conn->state != S_TRANS in ftp_got_final_response()
1089 if (conn->state != S_TRANS) in ftp_got_final_response()
1431 set_connection_state(conn, S_TRANS); in got_something_from_data_connection()
1449 set_connection_state(conn, S_TRANS); in got_something_from_data_connection()

12