Home
last modified time | relevance | path

Searched defs:con (Results 26 – 50 of 8696) sorted by relevance

12345678910>>...348

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/redis-0.10.0/tests/
H A Dtest_basic.rs37 let con = ctx.connection(); in test_args() localVariable
51 let con = ctx.connection(); in test_getset() localVariable
66 let con = ctx.connection(); in test_incr() localVariable
75 let con = ctx.connection(); in test_info() localVariable
91 let con = ctx.connection(); in test_hash_ops() localVariable
118 let con = ctx.connection(); in test_set_ops() localVariable
145 let con = ctx.connection(); in test_scan() localVariable
161 let con = ctx.connection(); in test_optionals() localVariable
183 let con = ctx.connection(); in test_json() localVariable
197 let con = ctx.connection(); in test_scanning() localVariable
[all …]
/dports/math/R-cran-dplyr/dplyr/R/
H A Ddbplyr.R56 db_list_tables <- function(con) UseMethod("db_list_tables") argument
61 db_has_table <- function(con, table) UseMethod("db_has_table") argument
77 db_begin <- function(con, ...) UseMethod("db_begin") argument
81 db_commit <- function(con, ...) UseMethod("db_commit") argument
85 db_rollback <- function(con, ...) UseMethod("db_rollback") argument
101 db_insert_into <- function(con, table, values, ...) { argument
120 db_drop_table <- function(con, table, force = FALSE, ...) { argument
130 db_explain <- function(con, sql, ...) { argument
136 db_query_fields <- function(con, sql, ...) { argument
142 db_query_rows <- function(con, sql, ...) { argument
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_screen.c85 static void inc_age(struct tsm_screen *con) in inc_age()
93 void tsm_screen_inc_age(struct tsm_screen *con) in tsm_screen_inc_age()
501 struct tsm_screen *con; in tsm_screen_new() local
546 void tsm_screen_ref(struct tsm_screen *con) in tsm_screen_ref()
555 void tsm_screen_unref(struct tsm_screen *con) in tsm_screen_unref()
754 struct tsm_screen *con, tsm_symbol_t* out) in tsm_attr_at_cursor()
768 int tsm_screen_get_word(struct tsm_screen *con, in tsm_screen_get_word()
908 void tsm_screen_clear_sb(struct tsm_screen *con) in tsm_screen_clear_sb()
1006 void tsm_screen_sb_reset(struct tsm_screen *con) in tsm_screen_sb_reset()
1034 void tsm_screen_reset(struct tsm_screen *con) in tsm_screen_reset()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_screen.c85 static void inc_age(struct tsm_screen *con) in inc_age()
93 void tsm_screen_inc_age(struct tsm_screen *con) in tsm_screen_inc_age()
501 struct tsm_screen *con; in tsm_screen_new() local
546 void tsm_screen_ref(struct tsm_screen *con) in tsm_screen_ref()
555 void tsm_screen_unref(struct tsm_screen *con) in tsm_screen_unref()
754 struct tsm_screen *con, tsm_symbol_t* out) in tsm_attr_at_cursor()
768 int tsm_screen_get_word(struct tsm_screen *con, in tsm_screen_get_word()
908 void tsm_screen_clear_sb(struct tsm_screen *con) in tsm_screen_clear_sb()
1006 void tsm_screen_sb_reset(struct tsm_screen *con) in tsm_screen_sb_reset()
1034 void tsm_screen_reset(struct tsm_screen *con) in tsm_screen_reset()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_screen.c85 static void inc_age(struct tsm_screen *con) in inc_age()
93 void tsm_screen_inc_age(struct tsm_screen *con) in tsm_screen_inc_age()
501 struct tsm_screen *con; in tsm_screen_new() local
546 void tsm_screen_ref(struct tsm_screen *con) in tsm_screen_ref()
555 void tsm_screen_unref(struct tsm_screen *con) in tsm_screen_unref()
754 struct tsm_screen *con, tsm_symbol_t* out) in tsm_attr_at_cursor()
768 int tsm_screen_get_word(struct tsm_screen *con, in tsm_screen_get_word()
908 void tsm_screen_clear_sb(struct tsm_screen *con) in tsm_screen_clear_sb()
1006 void tsm_screen_sb_reset(struct tsm_screen *con) in tsm_screen_sb_reset()
1034 void tsm_screen_reset(struct tsm_screen *con) in tsm_screen_reset()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/screen/
H A Dtsm_screen.c85 static void inc_age(struct tsm_screen *con) in inc_age()
93 void tsm_screen_inc_age(struct tsm_screen *con) in tsm_screen_inc_age()
501 struct tsm_screen *con; in tsm_screen_new() local
546 void tsm_screen_ref(struct tsm_screen *con) in tsm_screen_ref()
555 void tsm_screen_unref(struct tsm_screen *con) in tsm_screen_unref()
754 struct tsm_screen *con, tsm_symbol_t* out) in tsm_attr_at_cursor()
768 int tsm_screen_get_word(struct tsm_screen *con, in tsm_screen_get_word()
908 void tsm_screen_clear_sb(struct tsm_screen *con) in tsm_screen_clear_sb()
1006 void tsm_screen_sb_reset(struct tsm_screen *con) in tsm_screen_sb_reset()
1034 void tsm_screen_reset(struct tsm_screen *con) in tsm_screen_reset()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/redis-0.17.0/tests/
H A Dtest_basic.rs31 let mut con = ctx.connection(); in test_args() localVariable
45 let mut con = ctx.connection(); in test_getset() localVariable
60 let mut con = ctx.connection(); in test_incr() localVariable
69 let mut con = ctx.connection(); in test_info() localVariable
85 let mut con = ctx.connection(); in test_hash_ops() localVariable
112 let mut con = ctx.connection(); in test_set_ops() localVariable
139 let mut con = ctx.connection(); in test_scan() localVariable
159 let mut con = ctx.connection(); in test_optionals() localVariable
181 let mut con = ctx.connection(); in test_scanning() localVariable
208 let mut con = ctx.connection(); in test_filtered_scanning() localVariable
[all …]
/dports/polish/kadu/kadu-4.3/plugins/mpd_mediaplayer/
H A Dmpd-mediaplayer.cpp57 mpd_connection *con = mpdConnect(); in getTitle() local
82 mpd_connection *con = mpdConnect(); in getArtist() local
107 mpd_connection *con = mpdConnect(); in getAlbum() local
132 mpd_connection *con = mpdConnect(); in getFile() local
158 mpd_connection *con = mpdConnect(); in getLength() local
183 mpd_connection *con = mpdConnect(); in getCurrentPos() local
201 mpd_connection *con = mpdConnect(); in isPlaying() local
221 mpd_connection *con = mpdConnect(); in isActive() local
233 mpd_connection *con = mpdConnect(); in getPlayListTitles() local
252 mpd_connection *con = mpdConnect(); in getPlayListFiles() local
[all …]
/dports/databases/libdrizzle/libdrizzle-0.8/libdrizzle/
H A Dhandshake.c22 drizzle_return_t drizzle_handshake_server_read(drizzle_con_st *con) in drizzle_handshake_server_read()
33 drizzle_return_t drizzle_handshake_client_write(drizzle_con_st *con) in drizzle_handshake_client_write()
48 drizzle_return_t drizzle_handshake_server_write(drizzle_con_st *con) in drizzle_handshake_server_write()
59 drizzle_return_t drizzle_handshake_client_read(drizzle_con_st *con) in drizzle_handshake_client_read()
74 drizzle_return_t drizzle_state_handshake_server_read(drizzle_con_st *con) in drizzle_state_handshake_server_read()
192 drizzle_return_t drizzle_state_handshake_server_write(drizzle_con_st *con) in drizzle_state_handshake_server_write()
288 drizzle_return_t drizzle_state_handshake_client_read(drizzle_con_st *con) in drizzle_state_handshake_client_read()
433 drizzle_return_t drizzle_state_handshake_client_write(drizzle_con_st *con) in drizzle_state_handshake_client_write()
508 drizzle_return_t drizzle_state_handshake_result_read(drizzle_con_st *con) in drizzle_state_handshake_result_read()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ceph/
H A Dmessenger_v2.c106 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv()
194 static int ceph_tcp_send(struct ceph_connection *con) in ceph_tcp_send()
222 static void reset_in_kvecs(struct ceph_connection *con) in reset_in_kvecs()
319 static void free_conn_bufs(struct ceph_connection *con) in free_conn_bufs()
353 static bool con_secure(struct ceph_connection *con) in con_secure()
691 static int setup_crypto(struct ceph_connection *con, in setup_crypto()
1241 static int prepare_hello(struct ceph_connection *con) in prepare_hello()
1453 static int prepare_ack(struct ceph_connection *con) in prepare_ack()
2752 static void finish_skip(struct ceph_connection *con) in finish_skip()
2854 static void queue_data(struct ceph_connection *con) in queue_data()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ceph/
H A Dmessenger_v2.c106 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv()
194 static int ceph_tcp_send(struct ceph_connection *con) in ceph_tcp_send()
222 static void reset_in_kvecs(struct ceph_connection *con) in reset_in_kvecs()
319 static void free_conn_bufs(struct ceph_connection *con) in free_conn_bufs()
353 static bool con_secure(struct ceph_connection *con) in con_secure()
691 static int setup_crypto(struct ceph_connection *con, in setup_crypto()
1241 static int prepare_hello(struct ceph_connection *con) in prepare_hello()
1453 static int prepare_ack(struct ceph_connection *con) in prepare_ack()
2752 static void finish_skip(struct ceph_connection *con) in finish_skip()
2854 static void queue_data(struct ceph_connection *con) in queue_data()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ceph/
H A Dmessenger_v2.c106 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv()
194 static int ceph_tcp_send(struct ceph_connection *con) in ceph_tcp_send()
222 static void reset_in_kvecs(struct ceph_connection *con) in reset_in_kvecs()
319 static void free_conn_bufs(struct ceph_connection *con) in free_conn_bufs()
353 static bool con_secure(struct ceph_connection *con) in con_secure()
691 static int setup_crypto(struct ceph_connection *con, in setup_crypto()
1241 static int prepare_hello(struct ceph_connection *con) in prepare_hello()
1453 static int prepare_ack(struct ceph_connection *con) in prepare_ack()
2752 static void finish_skip(struct ceph_connection *con) in finish_skip()
2854 static void queue_data(struct ceph_connection *con) in queue_data()
[all …]
/dports/ftp/R-cran-curl/curl/tests/testthat/
H A Dtest-blockopen.R28 con <- curl(httpbin("delay/1")) globalVar
37 con <- curl(httpbin("get")) globalVar
44 con <- curl(httpbin("status/418"), handle = h) globalVar
52 con <- curl(httpbin("status/418"), handle = h) globalVar
59 con <- curl("http://this.is.invalid.co.za") globalVar
65 con <- curl("http://240.0.0.1") globalVar
71 con <- curl("http://8.8.8.8:666") globalVar
H A Dtest-connection.R6 con <- curl(httpbin("deflate"), handle = h) globalVar
13 con <- curl(httpbin("gzip"), handle = h) globalVar
23 con <- curl(httpbin("get?test=blabla"), handle = h) globalVar
27 con <- curl(httpbin("status/418")) globalVar
32 con <- curl(httpbin("status/418"), handle = h) globalVar
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/src/
H A Ddbqueries.rs35 let con = db.get()?; in get_sources() localVariable
46 let con = db.get()?; in get_podcasts() localVariable
57 let con = db.get()?; in get_podcasts_filter() localVariable
69 let con = db.get()?; in get_episodes() localVariable
80 let con = db.get()?; in get_downloaded_episodes() localVariable
103 let con = db.get()?; in get_played_cleaner_episodes() localVariable
115 let con = db.get()?; in get_episode_from_rowid() localVariable
126 let con = db.get()?; in get_episode_widget_from_rowid() localVariable
149 let con = db.get()?; in get_episode_local_uri_from_id() localVariable
164 let con = db.get()?; in get_episodes_widgets_filter_limit() localVariable
[all …]
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A Ddeserialize.R39 readObject <- function(con) { argument
63 readString <- function(con) { argument
71 readInt <- function(con) { argument
75 readDouble <- function(con) { argument
83 readType <- function(con) { argument
87 readDate <- function(con) { argument
91 readTime <- function(con) { argument
96 readArray <- function(con) { argument
112 readList <- function(con) { argument
129 readEnv <- function(con) { argument
[all …]
H A Dserialize.R89 writeVoid <- function(con) { argument
93 writeJobj <- function(con, value) { argument
106 writeInt <- function(con, value) { argument
138 writeRaw <- function(con, batch) { argument
143 writeType <- function(con, class) { argument
165 writeArray <- function(con, arr) { argument
185 writeList <- function(con, list) { argument
193 writeEnv <- function(con, env) { argument
204 writeDate <- function(con, date) { argument
208 writeTime <- function(con, time) { argument
[all …]
/dports/devel/libtsm/libtsm-3/src/
H A Dtsm_screen.c141 static void inc_age(struct tsm_screen *con) in inc_age()
544 struct tsm_screen *con; in tsm_screen_new() local
592 void tsm_screen_ref(struct tsm_screen *con) in tsm_screen_ref()
601 void tsm_screen_unref(struct tsm_screen *con) in tsm_screen_unref()
812 int tsm_screen_set_margins(struct tsm_screen *con, in tsm_screen_set_margins()
841 void tsm_screen_set_max_sb(struct tsm_screen *con, in tsm_screen_set_max_sb()
885 void tsm_screen_clear_sb(struct tsm_screen *con) in tsm_screen_clear_sb()
982 void tsm_screen_sb_reset(struct tsm_screen *con) in tsm_screen_sb_reset()
1005 void tsm_screen_reset(struct tsm_screen *con) in tsm_screen_reset()
1114 void tsm_screen_set_tabstop(struct tsm_screen *con) in tsm_screen_set_tabstop()
[all …]
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dconnections.c47 connection *con; in connections_get_new_connection() local
63 static void connection_del(server *srv, connection *con) { in connection_del()
76 static void connection_close(connection *con) { in connection_close()
500 connection * const con = calloc(1, sizeof(*con)); in connection_init() local
536 connection *con; in connections_pool_clear() local
546 connection *con; in connections_free() local
554 static void connection_reset(connection *con) { in connection_reset()
792 connection * restrict con = context; in connection_handle_fdevent() local
915 connection *con; in connection_accepted() local
1386 connection_state_machine (connection * const con) in connection_state_machine()
[all …]
/dports/devel/R-cran-withr/withr/tests/testthat/
H A Dtest-connection.R12 with_connection(list(con = file(tmp, "w")), { nameattr
25 with_connection(list(con = file(tmp, "w"), con2 = file(tmp2, "w")), { nameattr
38 con <- "foo" globalVar
39 with_connection(list(con = file(tmp, "w")), { nameattr
50 con <- file(tmp, "w") globalVar
52 with_connection(list(con = file(tmp2, "w")), { nameattr
69 con <- local_connection(file(tmp, "w")) functionVar
/dports/databases/libdrizzle-redux/libdrizzle-5.1.4/libdrizzle/
H A Dhandshake.cc51 drizzle_return_t drizzle_handshake_server_read(drizzle_st *con) in drizzle_handshake_server_read()
62 drizzle_return_t drizzle_handshake_client_write(drizzle_st *con) in drizzle_handshake_client_write()
83 drizzle_return_t drizzle_state_handshake_server_read(drizzle_st *con) in drizzle_state_handshake_server_read()
220 drizzle_return_t drizzle_state_handshake_server_write(drizzle_st *con) in drizzle_state_handshake_server_write()
327 drizzle_return_t drizzle_state_handshake_client_read(drizzle_st *con) in drizzle_state_handshake_client_read()
478 int drizzle_compile_capabilities(drizzle_st *con) in drizzle_compile_capabilities()
517 drizzle_return_t drizzle_state_handshake_client_write(drizzle_st *con) in drizzle_state_handshake_client_write()
604 drizzle_return_t drizzle_state_handshake_ssl_client_write(drizzle_st *con) in drizzle_state_handshake_ssl_client_write()
640 drizzle_return_t drizzle_state_handshake_result_read(drizzle_st *con) in drizzle_state_handshake_result_read()
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DSignalMultiplexer.cpp42 const Connection& con = i.next(); in setCurrentObject() local
50 for (const Connection& con : asConst(m_connections)) { in setCurrentObject() local
58 for (const Connection& con : asConst(m_connections)) { in setCurrentObject() local
68 Connection con; in connect() local
83 Connection con; in connect() local
100 const Connection& con = i.next(); in disconnect() local
117 const Connection& con = i.next(); in disconnect() local
128 void SignalMultiplexer::connect(const Connection& con) in connect()
139 void SignalMultiplexer::disconnect(const Connection& con) in disconnect()
/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DSignalMultiplexer.cpp42 const Connection& con = i.next(); in setCurrentObject() local
50 for (const Connection& con : asConst(m_connections)) { in setCurrentObject() local
58 for (const Connection& con : asConst(m_connections)) { in setCurrentObject() local
68 Connection con; in connect() local
83 Connection con; in connect() local
100 const Connection& con = i.next(); in disconnect() local
117 const Connection& con = i.next(); in disconnect() local
128 void SignalMultiplexer::connect(const Connection& con) in connect()
140 void SignalMultiplexer::disconnect(const Connection& con) in disconnect()
/dports/databases/R-cran-RSQLite/RSQLite/tests/testthat/
H A Dtest-dbWriteTable.R6 con <- dbConnect(SQLite()) globalVar
15 con <- dbConnect(SQLite()) globalVar
29 con <- dbConnect(SQLite(), tempfile()) globalVar
41 con <- dbConnect(SQLite()) globalVar
53 con <- dbConnect(SQLite()) globalVar
65 con <- dbConnect(SQLite()) globalVar
78 con <- dbConnect(SQLite()) globalVar
89 con <- dbConnect(SQLite()) globalVar
102 con <- dbConnect(SQLite()) globalVar
115 con <- dbConnect(SQLite()) globalVar
[all …]
/dports/databases/py-pg8000/pg8000-1.23.0/test/legacy/
H A Dtest_query.py15 def db_table(request, con): argument
63 def test_parallel_open_portals(con): argument
240 def test_no_previous_tpc(con): argument
248 def test_tpc_recover(con): argument
257 def test_tpc_prepare(con): argument
271 def test_rollback_no_transaction(con): argument
292 def test_context_manager_class(con): argument
300 def test_close_prepared_statement(con): argument
312 def test_setinputsizes(con): argument
320 def test_setinputsizes_class(con): argument
[all …]

12345678910>>...348