Home
last modified time | relevance | path

Searched defs:con (Results 1 – 25 of 5752) sorted by relevance

12345678910>>...231

/dports/databases/py-pg8000/pg8000-1.23.0/test/native/
H A Dtest_typeconversion.py56 def test_str_then_int(con): argument
66 def test_insert_null(con): argument
74 def test_int_roundtrip(con): argument
276 def test_name_out(con): argument
282 def test_oid_out(con): argument
298 def test_int2_out(con): argument
303 def test_int4_out(con): argument
308 def test_int8_out(con): argument
328 def test_char_out(con): argument
333 def test_text_out(con): argument
[all …]
H A Dtest_query.py11 def db_table(request, con): argument
27 def test_database_error(con): argument
127 def test_int_oid(con): argument
132 def test_unicode_query(con): argument
151 def test_in(con): argument
157 def test_empty_query(con): argument
162 def test_rollback_no_transaction(con): argument
177 def test_close_prepared_statement(con): argument
189 def test_no_data(con): argument
193 def test_multiple_statements(con): argument
[all …]
/dports/databases/libdrizzle/libdrizzle-0.8/libdrizzle/
H A Dconn.c39 int drizzle_con_fd(const drizzle_con_st *con) in drizzle_con_fd()
57 void drizzle_con_close(drizzle_con_st *con) in drizzle_con_close()
138 int drizzle_con_errno(const drizzle_con_st *con) in drizzle_con_errno()
158 void drizzle_con_set_options(drizzle_con_st *con, in drizzle_con_set_options()
164 void drizzle_con_add_options(drizzle_con_st *con, in drizzle_con_add_options()
174 void drizzle_con_remove_options(drizzle_con_st *con, in drizzle_con_remove_options()
193 in_port_t drizzle_con_port(const drizzle_con_st *con) in drizzle_con_port()
273 void *drizzle_con_context(const drizzle_con_st *con) in drizzle_con_context()
380 drizzle_result_st *drizzle_quit(drizzle_con_st *con, in drizzle_quit()
524 int drizzle_con_backlog(const drizzle_con_st *con) in drizzle_con_backlog()
[all …]
/dports/net/linknx/linknx-0.0.1.32/src/
H A Deibclient.c133 EIBClose (EIBConnection * con) in EIBClose()
317 CheckRequest (EIBConnection * con) in CheckRequest()
377 GetRequest (EIBConnection * con) in GetRequest()
393 EIB_Poll_Complete (EIBConnection * con) in EIB_Poll_Complete()
406 EIB_Poll_FD (EIBConnection * con) in EIB_Poll_FD()
417 EIBComplete (EIBConnection * con) in EIBComplete()
463 EIBOpenBusmonitor (EIBConnection * con) in EIBOpenBusmonitor()
547 EIBOpenVBusmonitor (EIBConnection * con) in EIBOpenVBusmonitor()
1635 EIB_MC_GetPEIType (EIBConnection * con) in EIB_MC_GetPEIType()
1749 MC_Read_complete (EIBConnection * con) in MC_Read_complete()
[all …]
/dports/devel/eris/eris-1.3.23/test/
H A DAccount_integrationtest.cpp64 TestAccount(Eris::Connection * con) : Eris::Account(con) { } in TestAccount()
238 TestConnection * con = new TestConnection("name", "localhost", in main() local
249 TestConnection * con = new TestConnection("name", "localhost", in main() local
263 TestConnection * con = new TestConnection("name", "localhost", in main() local
276 TestConnection * con = new TestConnection("name", "localhost", in main() local
287 TestConnection * con = new TestConnection("name", "localhost", in main() local
300 TestConnection * con = new TestConnection("name", "localhost", in main() local
311 TestConnection * con = new TestConnection("name", "localhost", in main() local
324 TestConnection * con = new TestConnection("name", "localhost", in main() local
336 TestConnection * con = new TestConnection("name", "localhost", in main() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/Test/
H A DTestOracleClient.cs44 static void MonoTest(OracleConnection con) in MonoTest()
819 static void CommitCursor (OracleConnection con) in CommitCursor()
1392 static void OutParmTest1(OracleConnection con) in OutParmTest1()
1528 static void OutParmTest2 (OracleConnection con) in OutParmTest2()
1663 static void OutParmTest3 (OracleConnection con) in OutParmTest3()
1805 static void OutParmTest4(OracleConnection con) in OutParmTest4()
1942 static void OutParmTest5(OracleConnection con) in OutParmTest5()
2157 static void OutParmTest6 (OracleConnection con) in OutParmTest6()
2378 static void RefCursorTests(OracleConnection con) in RefCursorTests()
2537 static void RefCursorTest1(OracleConnection con) in RefCursorTest1()
[all …]
/dports/x11/havoc/havoc-0.3.1/tsm/
H A Dtsm-screen.c465 struct tsm_screen *con; in tsm_screen_new() local
507 void tsm_screen_ref(struct tsm_screen *con) in tsm_screen_ref()
513 void tsm_screen_unref(struct tsm_screen *con) in tsm_screen_unref()
548 int tsm_screen_get_width(struct tsm_screen *con) in tsm_screen_get_width()
554 int tsm_screen_get_height(struct tsm_screen *con) in tsm_screen_get_height()
769 void tsm_screen_clear_sb(struct tsm_screen *con) in tsm_screen_clear_sb()
863 void tsm_screen_sb_reset(struct tsm_screen *con) in tsm_screen_sb_reset()
883 void tsm_screen_reset(struct tsm_screen *con) in tsm_screen_reset()
968 int tsm_screen_get_cursor_x(struct tsm_screen *con) in tsm_screen_get_cursor_x()
974 int tsm_screen_get_cursor_y(struct tsm_screen *con) in tsm_screen_get_cursor_y()
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dcon.c79 void con_free(Con *con) { in con_free()
230 void con_detach(Con *con) { in con_detach()
246 void con_focus(Con *con) { in con_focus()
287 void con_activate(Con *con) { in con_activate()
361 bool con_is_leaf(Con *con) { in con_is_leaf()
516 Con *con; member
669 Con *con; in con_by_window_id() local
684 Con *con; in con_by_con_id() local
699 bool con_exists(Con *con) { in con_exists()
709 Con *con; in con_by_frame_id() local
[all …]
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dcon.c79 void con_free(Con *con) { in con_free()
230 void con_detach(Con *con) { in con_detach()
246 void con_focus(Con *con) { in con_focus()
287 void con_activate(Con *con) { in con_activate()
361 bool con_is_leaf(Con *con) { in con_is_leaf()
516 Con *con; member
669 Con *con; in con_by_window_id() local
684 Con *con; in con_by_con_id() local
699 bool con_exists(Con *con) { in con_exists()
709 Con *con; in con_by_frame_id() local
[all …]
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/
H A Dconnection.cc86 gearman_server_con_st *con; in _server_con_create() local
179 void gearman_server_con_attempt_free(gearman_server_con_st *con) in gearman_server_con_attempt_free()
202 void gearman_server_con_free(gearman_server_con_st *con) in gearman_server_con_free()
303 const char *gearman_server_con_id(gearman_server_con_st *con) in gearman_server_con_id()
409 gearman_server_con_st *con; in gearman_server_con_to_be_freed_next() local
447 void gearman_server_con_io_add(gearman_server_con_st *con) in gearman_server_con_io_add()
486 void gearman_server_con_io_remove(gearman_server_con_st *con) in gearman_server_con_io_remove()
512 gearman_server_con_st *con= thread->io_list; in gearman_server_con_io_next() local
522 void gearman_server_con_proc_add(gearman_server_con_st *con) in gearman_server_con_proc_add()
599 gearman_server_con_st *con= NULL; in gearman_server_con_proc_next() local
[all …]
/dports/databases/fastdb/fastdb/examples/
H A Dbugdb.cpp244 bool addUserForm(WWWconnection& con) in addUserForm()
470 bool shutdown(WWWconnection& con) in shutdown()
482 bool addUser(WWWconnection& con) in addUser()
576 bool removeBug(WWWconnection& con) in removeBug()
643 bool login(WWWconnection& con) in login()
721 bool bugQuery(WWWconnection& con) in bugQuery()
816 bool userForm(WWWconnection& con) in userForm()
1148 bool bugForm(WWWconnection& con) in bugForm()
1368 bool updateBug(WWWconnection& con) in updateBug()
1438 bool addReport(WWWconnection& con) in addReport()
[all …]
H A Dclidb.cpp140 bool addManagerForm(WWWconnection& con) in addManagerForm()
166 bool addClientForm(WWWconnection& con) in addClientForm()
529 bool managerForm(WWWconnection& con) in managerForm()
619 bool login(WWWconnection& con) in login()
636 bool shutdown(WWWconnection& con) in shutdown()
644 bool addManager(WWWconnection& con) in addManager()
664 bool addClient(WWWconnection& con) in addClient()
692 bool addSegment(WWWconnection& con) in addSegment()
704 bool addHistory(WWWconnection& con) in addHistory()
752 bool editClient(WWWconnection& con) in editClient()
[all …]
/dports/databases/gigabase/gigabase/
H A Dbugdb.cpp244 bool addUserForm(WWWconnection& con) in addUserForm()
470 bool shutdown(WWWconnection& con) in shutdown()
482 bool addUser(WWWconnection& con) in addUser()
576 bool removeBug(WWWconnection& con) in removeBug()
643 bool login(WWWconnection& con) in login()
721 bool bugQuery(WWWconnection& con) in bugQuery()
816 bool userForm(WWWconnection& con) in userForm()
1147 bool bugForm(WWWconnection& con) in bugForm()
1367 bool updateBug(WWWconnection& con) in updateBug()
1437 bool addReport(WWWconnection& con) in addReport()
[all …]
H A Dclidb.cpp139 bool addManagerForm(WWWconnection& con) in addManagerForm()
165 bool addClientForm(WWWconnection& con) in addClientForm()
528 bool managerForm(WWWconnection& con) in managerForm()
618 bool login(WWWconnection& con) in login()
635 bool shutdown(WWWconnection& con) in shutdown()
643 bool addManager(WWWconnection& con) in addManager()
663 bool addClient(WWWconnection& con) in addClient()
691 bool addSegment(WWWconnection& con) in addSegment()
703 bool addHistory(WWWconnection& con) in addHistory()
751 bool editClient(WWWconnection& con) in editClient()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ceph/
H A Dmessenger_v1.c120 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
139 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
154 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
605 static int read_partial(struct ceph_connection *con, in read_partial()
696 static int verify_hello(struct ceph_connection *con) in verify_hello()
707 static int process_banner(struct ceph_connection *con) in process_banner()
958 static void process_ack(struct ceph_connection *con) in process_ack()
1208 int ceph_con_v1_try_read(struct ceph_connection *con) in ceph_con_v1_try_read()
1355 int ceph_con_v1_try_write(struct ceph_connection *con) in ceph_con_v1_try_write()
1449 void ceph_con_v1_revoke(struct ceph_connection *con) in ceph_con_v1_revoke()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ceph/
H A Dmessenger_v1.c120 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
139 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
154 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
605 static int read_partial(struct ceph_connection *con, in read_partial()
696 static int verify_hello(struct ceph_connection *con) in verify_hello()
707 static int process_banner(struct ceph_connection *con) in process_banner()
958 static void process_ack(struct ceph_connection *con) in process_ack()
1208 int ceph_con_v1_try_read(struct ceph_connection *con) in ceph_con_v1_try_read()
1355 int ceph_con_v1_try_write(struct ceph_connection *con) in ceph_con_v1_try_write()
1449 void ceph_con_v1_revoke(struct ceph_connection *con) in ceph_con_v1_revoke()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ceph/
H A Dmessenger_v1.c120 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
139 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
154 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
605 static int read_partial(struct ceph_connection *con, in read_partial()
696 static int verify_hello(struct ceph_connection *con) in verify_hello()
707 static int process_banner(struct ceph_connection *con) in process_banner()
958 static void process_ack(struct ceph_connection *con) in process_ack()
1208 int ceph_con_v1_try_read(struct ceph_connection *con) in ceph_con_v1_try_read()
1355 int ceph_con_v1_try_write(struct ceph_connection *con) in ceph_con_v1_try_write()
1449 void ceph_con_v1_revoke(struct ceph_connection *con) in ceph_con_v1_revoke()
[all …]
/dports/audio/libshout/libshout-2.4.5/src/
H A Dconnection.c44 shout_connection_t *con = userdata; in shout_cb_tls_callback() local
55 shout_connection_t *con; in shout_connection_new() local
74 int shout_connection_ref(shout_connection_t *con) in shout_connection_ref()
84 int shout_connection_unref(shout_connection_t *con) in shout_connection_unref()
232 int shout_connection__recoverable(shout_connection_t *con, shout_t *shout) in shout_connection__recoverable()
441 int shout_connection_iter(shout_connection_t *con, shout_t *shout) in shout_connection_iter()
556 int shout_connection_connect(shout_connection_t *con, shout_t *shout) in shout_connection_connect()
594 int shout_connection_disconnect(shout_connection_t *con) in shout_connection_disconnect()
646 int shout_connection_starttls(shout_connection_t *con, shout_t *shout) in shout_connection_starttls()
669 int shout_connection_set_error(shout_connection_t *con, int error) in shout_connection_set_error()
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/core/config/factory/
H A DConfigurableFactoryContextTest.java52 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetBoolean() local
66 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetNonExistingRequiredBoolean() local
76 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetNonbooleanRequiredBoolean() local
86 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetRequiredBoolean() local
97 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetInt() local
109 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetNonExitantRequiredInt() local
118 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetRequiredInt() local
128 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetString() local
139 ConfigurableFactoryContext con = new ConfigurableFactoryContext( in testGetRequiredString() local
/dports/databases/py-pg8000/pg8000-1.23.0/test/legacy/
H A Dtest_typeconversion.py36 def test_time_roundtrip(con): argument
41 def test_date_roundtrip(con): argument
47 def test_bool_roundtrip(con): argument
52 def test_null_roundtrip(con): argument
90 def test_float_roundtrip(con): argument
126 def test_long_roundtrip(con): argument
144 def test_insert_null(con): argument
152 def test_int_roundtrip(con): argument
184 def test_bytea_roundtrip(con): argument
490 def test_interval_in(con): argument
[all …]
/dports/sysutils/R-cran-processx/processx/R/
H A Dconnections.R59 conn_read_chars <- function(con, n = -1) argument
72 processx_conn_read_chars <- function(con, n = -1) { argument
83 conn_read_lines <- function(con, n = -1) argument
96 processx_conn_read_lines <- function(con, n = -1) { argument
108 conn_is_incomplete <- function(con) argument
121 processx_conn_is_incomplete <- function(con) { argument
201 conn_set_stdout <- function(con, drop = TRUE) { argument
217 conn_set_stderr <- function(con, drop = TRUE) { argument
233 conn_get_fileno <- function(con) { argument
255 close.processx_connection <- function(con, ...) { argument
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/stub/
H A Dstub.c6 struct arcan_shmif_cont* con) in arcan_shmifext_defaults()
12 struct arcan_shmif_cont* con, in arcan_shmifext_setup()
18 int arcan_shmifext_isext(struct arcan_shmif_cont* con) in arcan_shmifext_isext()
23 int arcan_shmifext_dev(struct arcan_shmif_cont* con, in arcan_shmifext_dev()
54 struct arcan_shmif_cont* con, in arcan_shmifext_export_image()
83 bool arcan_shmifext_drop(struct arcan_shmif_cont* con) in arcan_shmifext_drop()
94 struct arcan_shmif_cont* con, const char* fun) in arcan_shmifext_lookup()
104 bool arcan_shmifext_egl(struct arcan_shmif_cont* con, in arcan_shmifext_egl()
110 bool arcan_shmifext_vk(struct arcan_shmif_cont* con, in arcan_shmifext_vk()
117 struct arcan_shmif_cont* con, unsigned context) in arcan_shmifext_swap_context()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/stub/
H A Dstub.c6 struct arcan_shmif_cont* con) in arcan_shmifext_defaults()
12 struct arcan_shmif_cont* con, in arcan_shmifext_setup()
18 int arcan_shmifext_isext(struct arcan_shmif_cont* con) in arcan_shmifext_isext()
23 int arcan_shmifext_dev(struct arcan_shmif_cont* con, in arcan_shmifext_dev()
54 struct arcan_shmif_cont* con, in arcan_shmifext_export_image()
83 bool arcan_shmifext_drop(struct arcan_shmif_cont* con) in arcan_shmifext_drop()
94 struct arcan_shmif_cont* con, const char* fun) in arcan_shmifext_lookup()
104 bool arcan_shmifext_egl(struct arcan_shmif_cont* con, in arcan_shmifext_egl()
110 bool arcan_shmifext_vk(struct arcan_shmif_cont* con, in arcan_shmifext_vk()
117 struct arcan_shmif_cont* con, unsigned context) in arcan_shmifext_swap_context()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/src/core/
H A Dchannel.cc21 #include "swoole_memory.h" in arcan_shmifext_defaults()
22 #include "swoole_channel.h" in arcan_shmifext_defaults()
23 #include "swoole_lock.h" in arcan_shmifext_defaults()
24 #include "swoole_pipe.h" in arcan_shmifext_defaults()
25 in arcan_shmifext_defaults()
39 // use shared memory in arcan_shmifext_defaults()
54 Channel *object = (Channel *) mem; in arcan_shmifext_defaults()
80 return object; in arcan_shmifext_defaults()
81 } in arcan_shmifext_defaults()
82 in arcan_shmifext_defaults()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/stub/
H A Dstub.c6 struct arcan_shmif_cont* con) in arcan_shmifext_defaults()
12 struct arcan_shmif_cont* con, in arcan_shmifext_setup()
18 int arcan_shmifext_isext(struct arcan_shmif_cont* con) in arcan_shmifext_isext()
23 int arcan_shmifext_dev(struct arcan_shmif_cont* con, in arcan_shmifext_dev()
54 struct arcan_shmif_cont* con, in arcan_shmifext_export_image()
83 bool arcan_shmifext_drop(struct arcan_shmif_cont* con) in arcan_shmifext_drop()
94 struct arcan_shmif_cont* con, const char* fun) in arcan_shmifext_lookup()
104 bool arcan_shmifext_egl(struct arcan_shmif_cont* con, in arcan_shmifext_egl()
110 bool arcan_shmifext_vk(struct arcan_shmif_cont* con, in arcan_shmifext_vk()
117 struct arcan_shmif_cont* con, unsigned context) in arcan_shmifext_swap_context()
[all …]

12345678910>>...231