Lines Matching defs:configure

1171 configure(Key, Value) when is_atom(Key) ->  function
1173 configure(Key, _) -> function
1216 configure(orbDefaultInitRef, String, Status) when is_list(String) -> function
1218 configure(orbDefaultInitRef, undefined, Status) -> function
1220 configure(orbInitRef, String, Status) when is_list(String) -> function
1222 configure(orbInitRef, undefined, Status) -> function
1225 configure(giop_version, {1, 0}, Status) -> function
1227 configure(giop_version, {1, 1}, Status) -> function
1229 configure(giop_version, {1, 2}, Status) -> function
1232 configure(iiop_timeout, infinity, Status) -> function
1234 configure(iiop_timeout, Value, Status) when is_integer(Value) andalso Value =< 1000000 -> function
1237 configure(iiop_backlog, Value, Status) when is_integer(Value) andalso Value >= 0 -> function
1240 configure(iiop_in_keepalive, true, Status) -> function
1242 configure(iiop_in_keepalive, false, Status) -> function
1245 configure(iiop_out_keepalive, true, Status) -> function
1247 configure(iiop_out_keepalive, false, Status) -> function
1250 configure(iiop_connection_timeout, infinity, Status) -> function
1252 configure(iiop_connection_timeout, Value, Status) when is_integer(Value) andalso Value =< 1000000 -> function
1255 configure(iiop_in_connection_timeout, infinity, Status) -> function
1257 configure(iiop_in_connection_timeout, Value, Status) when is_integer(Value) andalso Value =< 100000… function
1260 configure(iiop_setup_connection_timeout, infinity, Status) -> function
1262 configure(iiop_setup_connection_timeout, Value, Status) when is_integer(Value) -> function
1265 configure(iiop_max_fragments, infinity, Status) -> function
1267 configure(iiop_max_fragments, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1270 configure(iiop_max_in_requests, infinity, Status) -> function
1272 configure(iiop_max_in_requests, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1275 configure(iiop_max_in_connections, infinity, Status) -> function
1277 configure(iiop_max_in_connections, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1280 configure(objectkeys_gc_time, infinity, Status) -> function
1282 configure(objectkeys_gc_time, Value, Status) when is_integer(Value) andalso Value =< 1000000 -> function
1285 configure(orber_debug_level, Value, Status) when is_integer(Value) -> function
1290 configure(iiop_port, Value, Status) when is_integer(Value) -> function
1293 configure(nat_iiop_port, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1295 configure(nat_iiop_port, {local, Value1, Value2}, Status) when is_integer(Value1) andalso function
1300 configure(iiop_packet_size, Max, Status) when is_integer(Max) andalso Max > 0 -> function
1303 configure(interceptors, Value, Status) when is_tuple(Value) -> function
1306 configure(local_interceptors, Value, Status) when is_tuple(Value) -> function
1309 configure(domain, Value, Status) when is_list(Value) -> function
1312 configure(ip_address, Value, Status) when is_list(Value) -> function
1314 configure(ip_address, {multiple, Value}, Status) when is_list(Value) -> function
1316 configure(ip_address_local, Value, Status) when is_list(Value) -> function
1319 configure(nat_ip_address, Value, Status) when is_list(Value) -> function
1321 configure(nat_ip_address, {multiple, Value}, Status) when is_list(Value) -> function
1323 configure(nat_ip_address, {local, Value1, Value2}, Status) when is_list(Value1) andalso function
1327 configure(iiop_out_ports, {Min, Max}, Status) when is_integer(Min) andalso is_integer(Max) -> function
1329 configure(iiop_out_ports_attempts, Max, Status) when is_integer(Max) andalso Max > 0 -> function
1331 configure(iiop_out_ports_random, true, Status) -> function
1333 configure(iiop_out_ports_random, false, Status) -> function
1336 configure(lightweight, Value, Status) when is_list(Value) -> function
1339 configure(flags, Value, Status) when is_integer(Value) -> function
1342 configure(iiop_acl, Value, Status) when is_list(Value) -> function
1347 configure(iiop_ssl_in_keepalive, true, Status) -> function
1349 configure(iiop_ssl_in_keepalive, false, Status) -> function
1352 configure(iiop_ssl_out_keepalive, true, Status) -> function
1354 configure(iiop_ssl_out_keepalive, false, Status) -> function
1356 configure(iiop_ssl_accept_timeout, infinity, Status) -> function
1358 configure(iiop_ssl_accept_timeout, Value, Status) when is_integer(Value) andalso Value >= 0 -> function
1360 configure(ssl_generation, Generation, Status) when is_integer(Generation) andalso Generation >= 2 -> function
1362 configure(secure, ssl, Status) -> function
1364 configure(iiop_ssl_ip_address_local, Value, Status) when is_list(Value) -> function
1366 configure(iiop_ssl_backlog, Value, Status) when is_integer(Value) andalso Value >= 0 -> function
1368 configure(nat_iiop_ssl_port, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1370 configure(nat_iiop_ssl_port, {local, Value1, Value2}, Status) when is_integer(Value1) andalso function
1374 configure(iiop_ssl_port, Value, Status) when is_integer(Value) -> function
1378 configure(ssl_server_options, Value, Status) when is_list(Value) -> function
1380 configure(ssl_client_options, Value, Status) when is_list(Value) -> function
1384 configure(ssl_server_certfile, Value, Status) when is_list(Value) -> function
1386 configure(ssl_server_certfile, Value, Status) when is_atom(Value) -> function
1388 configure(ssl_client_certfile, Value, Status) when is_list(Value) -> function
1390 configure(ssl_client_certfile, Value, Status) when is_atom(Value) -> function
1392 configure(ssl_server_verify, Value, Status) when is_integer(Value) -> function
1394 configure(ssl_client_verify, Value, Status) when is_integer(Value) -> function
1396 configure(ssl_server_depth, Value, Status) when is_integer(Value) -> function
1398 configure(ssl_client_depth, Value, Status) when is_integer(Value) -> function
1400 configure(ssl_server_cacertfile, Value, Status) when is_list(Value) -> function
1402 configure(ssl_server_cacertfile, Value, Status) when is_atom(Value) -> function
1404 configure(ssl_client_cacertfile, Value, Status) when is_list(Value) -> function
1406 configure(ssl_client_cacertfile, Value, Status) when is_atom(Value) -> function
1408 configure(ssl_client_password, Value, Status) when is_list(Value) -> function
1410 configure(ssl_client_password, Value, Status) when is_atom(Value) -> function
1412 configure(ssl_client_keyfile, Value, Status) when is_list(Value) -> function
1414 configure(ssl_client_keyfile, Value, Status) when is_atom(Value) -> function
1416 configure(ssl_server_password, Value, Status) when is_list(Value) -> function
1418 configure(ssl_client_password, Value, Status) when is_atom(Value) -> function
1420 configure(ssl_server_keyfile, Value, Status) when is_list(Value) -> function
1422 configure(ssl_server_keyfile, Value, Status) when is_atom(Value) -> function
1424 configure(ssl_server_ciphers, Value, Status) when is_list(Value) -> function
1426 configure(ssl_server_ciphers, Value, Status) when is_atom(Value) -> function
1428 configure(ssl_client_ciphers, Value, Status) when is_list(Value) -> function
1430 configure(ssl_client_ciphers, Value, Status) when is_atom(Value) -> function
1432 configure(ssl_client_cachetimeout, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1434 configure(ssl_server_cachetimeout, Value, Status) when is_integer(Value) andalso Value > 0 -> function
1437 configure(Key, Value, _) -> function