Home
last modified time | relevance | path

Searched refs:session_t (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.h47 set_ignore_next(session_t *ps) { in set_ignore_next()
994 register_cm(session_t *ps);
1168 fork_after(session_t *ps);
1222 init_atoms(session_t *ps);
1228 swopti_init(session_t *ps);
1282 vsync_wait(session_t *ps);
1288 init_dbe(session_t *ps);
1294 redir_start(session_t *ps);
1297 redir_stop(session_t *ps);
1314 mainloop(session_t *ps);
[all …]
H A Ddbus.h110 cdbus_signal(session_t *ps, const char *name,
118 cdbus_signal_noarg(session_t *ps, const char *name) { in cdbus_signal_noarg()
137 cdbus_reply(session_t *ps, DBusMessage *srcmsg,
142 cdbus_reply_errm(session_t *ps, DBusMessage *msg);
151 cdbus_reply_noarg(session_t *ps, DBusMessage *srcmsg) { in cdbus_reply_noarg()
229 cdbus_process(session_t *ps, DBusMessage *msg);
232 cdbus_process_list_win(session_t *ps, DBusMessage *msg);
235 cdbus_process_win_get(session_t *ps, DBusMessage *msg);
238 cdbus_process_win_set(session_t *ps, DBusMessage *msg);
241 cdbus_process_find_win(session_t *ps, DBusMessage *msg);
[all …]
H A Dcommon.h1055 } session_t; typedef
1266 extern session_t *ps_g;
1958 find_focused(session_t *ps) { in find_focused()
2135 force_repaint(session_t *ps);
2138 vsync_init(session_t *ps);
2141 vsync_deinit(session_t *ps);
2157 glx_destroy(session_t *ps);
2166 glx_init_blur(session_t *ps);
2435 cdbus_init(session_t *ps);
2438 cdbus_destroy(session_t *ps);
[all …]
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dsession.cc34 session_t session = session_t();
40 session_t::session_t() in session_t() function in session_t
54 session_t::~session_t() in ~session_t()
151 bool session_t::renderInProgress() in renderInProgress()
156 bool session_t::renderResumed() in renderResumed()
161 bool session_t::renderFinished() in renderFinished()
166 bool session_t::renderAborted() in renderAborted()
171 int session_t::totalPasses() in totalPasses()
176 int session_t::currentPass() in currentPass()
181 float session_t::currentPassPercent() in currentPassPercent()
[all …]
/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h28 typedef struct session session_t; typedef
280 int win_update_name(session_t *ps, struct managed_win *w);
281 int win_get_role(session_t *ps, struct managed_win *w);
304 bool win_get_class(session_t *ps, struct managed_win *w);
374 struct win *add_win_top(session_t *ps, xcb_window_t id);
377 struct win *fill_win(session_t *ps, struct win *win);
381 void restack_bottom(session_t *ps, struct win *w);
383 void restack_top(session_t *ps, struct win *w);
391 void win_ev_stop(session_t *ps, const struct win *w);
402 struct win *find_win(session_t *ps, xcb_window_t id);
[all …]
H A Dpicom.h41 void add_damage(session_t *ps, const region_t *damage);
45 void circulate_win(session_t *ps, xcb_circulate_notify_event_t *ce);
47 void update_refresh_rate(session_t *ps);
49 void root_damaged(session_t *ps);
51 void cxinerama_upd_scrs(session_t *ps);
53 void queue_redraw(session_t *ps);
55 void discard_ignore(session_t *ps, unsigned long sequence);
57 void set_root_flags(session_t *ps, uint64_t flags);
59 void quit(session_t *ps);
61 xcb_window_t session_get_target_window(session_t *);
[all …]
H A Dopengl.h76 bool glx_init(session_t *ps, bool need_render);
78 void glx_destroy(session_t *ps);
80 void glx_on_root_change(session_t *ps);
82 bool glx_init_blur(session_t *ps);
92 void glx_release_pixmap(session_t *ps, glx_texture_t *ptex);
94 void glx_paint_pre(session_t *ps, region_t *preg) attr_nonnull(1, 2);
103 void glx_set_clip(session_t *ps, const region_t *reg);
114 unsigned char *glx_take_screenshot(session_t *ps, int *out_length);
119 static inline bool glx_has_context(session_t *ps) { in glx_has_context()
126 static inline bool ensure_glx_context(session_t *ps) { in ensure_glx_context()
[all …]
H A Ddbus.h16 typedef struct session session_t; typedef
29 bool cdbus_init(session_t *ps, const char *uniq_name);
34 void cdbus_destroy(session_t *ps);
37 void cdbus_ev_win_added(session_t *ps, struct win *w);
40 void cdbus_ev_win_destroyed(session_t *ps, struct win *w);
43 void cdbus_ev_win_mapped(session_t *ps, struct win *w);
46 void cdbus_ev_win_unmapped(session_t *ps, struct win *w);
49 void cdbus_ev_win_focusout(session_t *ps, struct win *w);
52 void cdbus_ev_win_focusin(session_t *ps, struct win *w);
H A Drender.h15 typedef struct session session_t; typedef
28 void render(session_t *ps, int x, int y, int dx, int dy, int w, int h, double opacity,
31 void paint_one(session_t *ps, struct managed_win *w, const region_t *reg_paint);
33 void paint_all(session_t *ps, struct managed_win *const t, bool ignore_damage);
37 void free_paint(session_t *ps, paint_t *ppaint);
38 void free_root_tile(session_t *ps);
40 bool init_render(session_t *ps);
41 void deinit_render(session_t *ps);
43 int maximum_buffer_age(session_t *);
H A Ddbus.c92 bool cdbus_init(session_t *ps, const char *uniq) { in cdbus_init()
194 void cdbus_destroy(session_t *ps) { in cdbus_destroy()
239 session_t *ps = data; in cdbus_callback_add_timeout()
257 session_t *ps = data; in cdbus_callback_remove_timeout()
269 session_t *ps = data; in cdbus_callback_timeout_toggled()
323 session_t *ps = data; in cdbus_callback_add_watch()
345 session_t *ps = data; in cdbus_callback_remove_watch()
355 session_t *ps = data; in cdbus_callback_watch_toggled()
1060 void queue_redraw(session_t *ps);
1223 session_t *ps = ud; in cdbus_process()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dsession.h76 explicit session_t();
77 virtual ~session_t() { in ~session_t()
78 TRACE_DTOR(session_t); in ~session_t()
139 OPTION(session_t, day_break);
151 (session_t, price_exp_, // -Z
155 (session_t, file_, // -f
157 CTOR(session_t, file_) {}
172 OPTION(session_t, explicit);
174 OPTION(session_t, pedantic);
176 OPTION(session_t, price_db_);
[all …]
H A Dsession.cc43 void set_session_context(session_t * session) in set_session_context()
61 session_t::session_t() in session_t() function in ledger::session_t
66 TRACE_CTOR(session_t, ""); in session_t()
193 journal_t * session_t::read_journal_files() in read_journal_files()
244 void session_t::close_journal_files() in close_journal_files()
253 journal_t * session_t::get_journal() in get_journal()
268 value_t session_t::fn_min(call_scope_t& args) in fn_min()
272 value_t session_t::fn_max(call_scope_t& args) in fn_max()
277 value_t session_t::fn_int(call_scope_t& args) in fn_int()
281 value_t session_t::fn_str(call_scope_t& args) in fn_str()
[all …]
H A Dpy_session.cc56 class_< session_t, boost::noncopyable > ("Session") in export_session()
57 .def("read_journal", &session_t::read_journal, in export_session()
59 .def("read_journal_from_string", &session_t::read_journal_from_string, in export_session()
61 .def("read_journal_files", &session_t::read_journal_files, in export_session()
63 .def("close_journal_files", &session_t::close_journal_files) in export_session()
64 .def("journal", &session_t::get_journal, in export_session()
69 object(ptr(static_cast<session_t *>(python_session.get()))); in export_session()
/dports/x11-wm/skippy-xd/skippy-xd-397216c/src/
H A Dwm.h62 void wm_get_atoms(session_t *ps);
64 bool wm_check_netwm(session_t *ps);
65 bool wm_check_gnome(session_t *ps);
67 wm_check(session_t *ps) { in wm_check()
83 dlist *wm_get_stack(session_t *ps);
85 long wm_get_current_desktop(session_t *ps);
92 Window wm_get_focused(session_t *ps);
125 wm_close_window_ewmh(session_t *ps, Window wid) { in wm_close_window_ewmh()
132 wm_shade_window_ewmh(session_t *ps, Window wid) { in wm_shade_window_ewmh()
156 wm_activate_window(session_t *ps, Window wid) { in wm_activate_window()
[all …]
/dports/games/minetest/minetest-5.4.1/src/
H A Dserver.h312 Address getPeerAddress(session_t peer_id);
331 void DenySudoAccess(session_t peer_id);
338 void DisconnectPeer(session_t peer_id);
347 void SendMovePlayer(session_t peer_id);
349 void SendPlayerFov(session_t peer_id);
351 void SendMinimapModes(session_t peer_id,
400 void SendMovement(session_t peer_id);
401 void SendHP(session_t peer_id, u16 hp);
418 void SendPlayerHP(session_t peer_id);
467 void sendRequestedMedia(session_t peer_id,
[all …]
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dsession.cpp28 zmq::session_t::session_t (class io_thread_t *io_thread_, in session_t() function in zmq::session_t
46 zmq::session_t::~session_t () in ~session_t()
55 void zmq::session_t::proceed_with_term () in proceed_with_term()
83 bool zmq::session_t::read (::zmq_msg_t *msg_) in read()
105 void zmq::session_t::flush () in flush()
111 void zmq::session_t::clean_pipes () in clean_pipes()
210 void zmq::session_t::process_plug () in process_plug()
274 void zmq::session_t::detach () in detach()
324 void zmq::session_t::timer_event (int id_) in timer_event()
333 bool zmq::session_t::register_session (const blob_t &name_, session_t *session_) in register_session()
[all …]
H A Dsession.hpp33 class session_t : class
42 session_t (class io_thread_t *io_thread_,
79 bool register_session (const blob_t &name_, class session_t *session_);
82 ~session_t ();
144 session_t (const session_t&);
145 const session_t &operator = (const session_t&);
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dsession.cpp27 zmq::session_t::session_t (class io_thread_t *io_thread_, in session_t() function in zmq::session_t
45 zmq::session_t::~session_t () in ~session_t()
54 void zmq::session_t::proceed_with_term () in proceed_with_term()
82 bool zmq::session_t::read (::zmq_msg_t *msg_) in read()
104 void zmq::session_t::flush () in flush()
110 void zmq::session_t::clean_pipes () in clean_pipes()
209 void zmq::session_t::process_plug () in process_plug()
273 void zmq::session_t::detach () in detach()
323 void zmq::session_t::timer_event (int id_) in timer_event()
332 bool zmq::session_t::register_session (const blob_t &name_, session_t *session_) in register_session()
[all …]
H A Dsession.hpp32 class session_t : class
41 session_t (class io_thread_t *io_thread_,
78 bool register_session (const blob_t &name_, class session_t *session_);
81 ~session_t ();
143 session_t (const session_t&);
144 const session_t &operator = (const session_t&);
/dports/net/py-DTLSSocket/DTLSSocket-0.1.12/DTLSSocket/tinydtls/
H A Dsession.h32 } session_t; typedef
41 } session_t; typedef
57 } session_t; typedef
67 void dtls_session_init(session_t *sess);
77 session_t* dtls_new_session(struct sockaddr *addr, socklen_t addrlen);
85 void dtls_free_session(session_t *sess);
96 struct sockaddr* dtls_session_addr(session_t *sess, socklen_t *addrlen);
102 int dtls_session_equals(const session_t *a, const session_t *b);
H A Dsession.c43 _dtls_address_equals_impl(const session_t *a, in _dtls_address_equals_impl()
44 const session_t *b) { in _dtls_address_equals_impl()
68 dtls_session_init(session_t *sess) { in dtls_session_init()
70 memset(sess, 0, sizeof(session_t)); in dtls_session_init()
90 session_t*
92 session_t *sess; in dtls_new_session()
94 sess = malloc(sizeof(session_t)); in dtls_new_session()
106 dtls_free_session(session_t *sess) { in dtls_free_session()
112 dtls_session_addr(session_t *sess, socklen_t *addrlen) { in dtls_session_addr()
121 dtls_session_equals(const session_t *a, const session_t *b) { in dtls_session_equals()
H A Ddtls.h90 session_t *session, uint8 *buf, size_t len);
105 session_t *session, uint8 *buf, size_t len);
119 int (*event)(struct dtls_context_t *ctx, session_t *session,
146 const session_t *session,
175 const session_t *session,
205 const session_t *session,
265 int dtls_connect(dtls_context_t *ctx, const session_t *dst);
283 int dtls_close(dtls_context_t *ctx, const session_t *remote);
285 int dtls_renegotiate(dtls_context_t *ctx, const session_t *dst);
299 int dtls_write(struct dtls_context_t *ctx, session_t *session,
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/OpenIPMI/
H A Dlanserv.h72 typedef struct session_s session_t; typedef
77 int (*init)(lanserv_data_t *lan, session_t *session);
78 void (*cleanup)(lanserv_data_t *lan, session_t *session);
79 int (*add)(lanserv_data_t *lan, session_t *session,
87 int (*init)(lanserv_data_t *lan, session_t *session);
89 int (*encrypt)(lanserv_data_t *lan, session_t *session,
97 int (*init)(lanserv_data_t *lan, session_t *session);
98 int (*set2)(lanserv_data_t *lan, session_t *session,
101 int (*check3)(lanserv_data_t *lan, session_t *session,
103 int (*set4)(lanserv_data_t *lan, session_t *session,
[all …]
/dports/devel/rsvndump/rsvndump-0.6/src/
H A Dsession.h59 } session_t; typedef
63 extern session_t session_create();
66 extern void session_free(session_t *session);
69 extern char session_open(session_t *session);
72 extern char session_close(session_t *session);
75 extern char session_check_reparent(session_t *session, svn_revnum_t rev);
78 extern const char *session_obfuscate(session_t *session, struct apr_pool_t *pool, const char *path);
81 extern const char *session_obfuscate_once(session_t *session, struct apr_pool_t *pool, const char *…
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dsession.c28 static void session_free(session_t *s);
43 session_t *s = (session_t *)elem; in session_exit()
52 session_t *s; in start_session()
59 s = (session_t*) xcalloc(1, sizeof(*s)); in start_session()
67 session_t *
70 return (session_t *) session_list.prev; in curr_session()
108 session_free(session_t *s) in session_free()

12345678910>>...12