Home
last modified time | relevance | path

Searched +defs:gc +defs:o +defs:type (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Doptions.c906 int type; member
919 pull_filter_type_name(int type) in pull_filter_type_name()
1192 struct gc_arena gc = gc_new(); in show_dhcp_option_addrs() local
1373 option_iroute(struct options *o, in option_iroute()
3624 pre_connect_restore(struct options *o, struct gc_arena *gc) in pre_connect_restore()
4381 struct options o; in usage() local
4515 struct gc_arena *gc) in parse_line()
4694 int type; member
5113 const unsigned int type, in verify_permission()
5207 const char *type, in set_user_script()
[all …]
H A Dplugin.c79 plugin_type_name(const int type) in plugin_type_name()
175 struct plugin_option *o = &list->plugins[list->n++]; in plugin_option_list_add() local
194 struct gc_arena gc = gc_new(); in plugin_option_list_print() local
198 const struct plugin_option *o = &list->plugins[i]; in plugin_option_list_print() local
233 plugin_init_item(struct plugin *p, const struct plugin_option *o) in plugin_init_item()
235 struct gc_arena gc = gc_new(); in plugin_init_item() local
394 struct gc_arena gc; in plugin_vlog() local
439 const struct plugin_option *o, in plugin_open_item()
527 const int type, in plugin_call_item()
788 const int type, in plugin_call_ssl()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilereg-dgn.cc96 coord_def gc(x + m_cx_to_gx, y + m_cy_to_gy); in load_dungeon() local
105 void DungeonRegion::pack_cursor(cursor_type type, unsigned int tile) in pack_cursor()
107 const coord_def &gc = m_cursor[type]; in pack_cursor() local
437 const int o = you.visible_igrd(you.pos()); in handle_mouse() local
557 void DungeonRegion::place_cursor(cursor_type type, const coord_def &gc) in place_cursor()
604 const coord_def gc = m_cursor[CURSOR_MOUSE]; in update_tip_text() local
818 const int o = you.visible_igrd(you.pos()); in tile_dungeon_tip() local
877 const coord_def &gc = m_cursor[CURSOR_MOUSE]; in update_alt_text() local
913 void DungeonRegion::clear_text_tags(text_tag_type type) in clear_text_tags()
918 void DungeonRegion::add_text_tag(text_tag_type type, const string &tag, in add_text_tag()
[all …]
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Doptions.c922 int type; member
935 pull_filter_type_name(int type) in pull_filter_type_name()
1149 struct gc_arena gc = gc_new(); in show_dhcp_option_addrs() local
1256 struct gc_arena gc = gc_new(); in show_p2mp_parms() local
3611 pre_pull_restore(struct options *o, struct gc_arena *gc) in pre_pull_restore()
4332 struct options o; in usage() local
4466 struct gc_arena *gc) in parse_line()
4645 int type; member
5066 const unsigned int type, in verify_permission()
5166 const char *type, in set_user_script()
[all …]
H A Dplugin.c79 plugin_type_name(const int type) in plugin_type_name()
175 struct plugin_option *o = &list->plugins[list->n++]; in plugin_option_list_add() local
194 struct gc_arena gc = gc_new(); in plugin_option_list_print() local
198 const struct plugin_option *o = &list->plugins[i]; in plugin_option_list_print() local
233 plugin_init_item(struct plugin *p, const struct plugin_option *o) in plugin_init_item()
235 struct gc_arena gc = gc_new(); in plugin_init_item() local
394 struct gc_arena gc; in plugin_vlog() local
439 const struct plugin_option *o, in plugin_open_item()
527 const int type, in plugin_call_item()
788 const int type, in plugin_call_ssl()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Doptions.c922 int type; member
935 pull_filter_type_name(int type) in pull_filter_type_name()
1149 struct gc_arena gc = gc_new(); in show_dhcp_option_addrs() local
1256 struct gc_arena gc = gc_new(); in show_p2mp_parms() local
3611 pre_pull_restore(struct options *o, struct gc_arena *gc) in pre_pull_restore()
4332 struct options o; in usage() local
4466 struct gc_arena *gc) in parse_line()
4645 int type; member
5066 const unsigned int type, in verify_permission()
5166 const char *type, in set_user_script()
[all …]
H A Dplugin.c79 plugin_type_name(const int type) in plugin_type_name()
175 struct plugin_option *o = &list->plugins[list->n++]; in plugin_option_list_add() local
194 struct gc_arena gc = gc_new(); in plugin_option_list_print() local
198 const struct plugin_option *o = &list->plugins[i]; in plugin_option_list_print() local
233 plugin_init_item(struct plugin *p, const struct plugin_option *o) in plugin_init_item()
235 struct gc_arena gc = gc_new(); in plugin_init_item() local
394 struct gc_arena gc; in plugin_vlog() local
439 const struct plugin_option *o, in plugin_open_item()
527 const int type, in plugin_call_item()
788 const int type, in plugin_call_ssl()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
245 #define PyObject_GC_Resize(type, op, n) \ argument
261 } gc; member
271 } gc; member
278 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) argument
286 #define _PyObject_GC_TRACK(o) do { \ argument
301 #define _PyObject_GC_UNTRACK(o) do { \ argument
311 #define _PyObject_GC_IS_TRACKED(o) \ argument
328 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python27/Python-2.7.18/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
245 #define PyObject_GC_Resize(type, op, n) \ argument
261 } gc; member
271 } gc; member
278 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) argument
286 #define _PyObject_GC_TRACK(o) do { \ argument
301 #define _PyObject_GC_UNTRACK(o) do { \ argument
311 #define _PyObject_GC_IS_TRACKED(o) \ argument
328 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python37/Python-3.7.12/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
169 #define PyObject_NEW(type, typeobj) \ argument
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
247 #define PyObject_GC_Resize(type, op, n) \ argument
257 } gc; member
299 #define _PyObject_GC_TRACK(o) do { \ argument
314 #define _PyObject_GC_UNTRACK(o) do { \ argument
324 #define _PyObject_GC_IS_TRACKED(o) \ argument
344 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dobjimpl.h132 #define PyObject_New(type, typeobj) \ argument
134 #define PyObject_NewVar(type, typeobj, n) \ argument
165 #define PyObject_NEW(type, typeobj) \ argument
169 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
242 #define PyObject_GC_Resize(type, op, n) \ argument
252 } gc; member
290 #define _PyObject_GC_TRACK(o) do { \ argument
305 #define _PyObject_GC_UNTRACK(o) do { \ argument
315 #define _PyObject_GC_IS_TRACKED(o) \ argument
333 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
169 #define PyObject_NEW(type, typeobj) \ argument
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
247 #define PyObject_GC_Resize(type, op, n) \ argument
257 } gc; member
295 #define _PyObject_GC_TRACK(o) do { \ argument
310 #define _PyObject_GC_UNTRACK(o) do { \ argument
320 #define _PyObject_GC_IS_TRACKED(o) \ argument
340 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
169 #define PyObject_NEW(type, typeobj) \ argument
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
247 #define PyObject_GC_Resize(type, op, n) \ argument
257 } gc; member
299 #define _PyObject_GC_TRACK(o) do { \ argument
314 #define _PyObject_GC_UNTRACK(o) do { \ argument
324 #define _PyObject_GC_IS_TRACKED(o) \ argument
344 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
245 #define PyObject_GC_Resize(type, op, n) \ argument
257 } gc; member
263 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) argument
271 #define _PyObject_GC_TRACK(o) do { \ argument
286 #define _PyObject_GC_UNTRACK(o) do { \ argument
296 #define _PyObject_GC_IS_TRACKED(o) \ argument
313 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/purple/
H A Dpurple-plugin-common.c63 #define purple_account_option_string_set_masked(o, f) purple_account_option_set_masked(o, f) argument
65 #define purple_connection_get_flags(gc) 0 argument
139 const gchar *sipe_purple_activity_to_token(guint type) in sipe_purple_activity_to_token()
183 PurpleStatusType *type; in sipe_purple_status_types() local
382 static void connect_to_core(PurpleConnection *gc, in connect_to_core()
459 static void password_required_cb(PurpleConnection *gc, in password_required_cb()
473 static void password_ok_cb(PurpleConnection *gc, in password_ok_cb()
525 void sipe_purple_close(PurpleConnection *gc) in sipe_purple_close()
642 SIPE_UNUSED_PARAMETER PurpleMediaSessionType type) in sipe_purple_initiate_media()
739 PurpleConnection *gc = SIPE_PURPLE_ACTION_TO_CONNECTION; in sipe_purple_phone_call() local
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/finch/
H A Dgntnotify.c50 notify_msg_window_destroy_cb(GntWidget *window, PurpleNotifyType type) in notify_msg_window_destroy_cb()
122 finch_notify_message(PurpleNotifyMsgType type, const char *title, in finch_notify_message()
130 static void finch_close_notify(PurpleNotifyType type, void *handle) in finch_close_notify()
210 finch_notify_emails(PurpleConnection *gc, size_t count, gboolean detailed, in finch_notify_emails()
261 finch_notify_email(PurpleConnection *gc, const char *subject, const char *from, in finch_notify_email()
299 PurpleNotifyUserInfoEntryType type = purple_notify_user_info_entry_get_type(user_info_entry); in purple_notify_user_info_get_xhtml() local
329 finch_notify_userinfo(PurpleConnection *gc, const char *who, PurpleNotifyUserInfo *user_info) in finch_notify_userinfo()
387 finch_notify_sr_new_rows(PurpleConnection *gc, in finch_notify_sr_new_rows()
392 GList *o; in finch_notify_sr_new_rows() local
405 finch_notify_searchresults(PurpleConnection *gc, const char *title, in finch_notify_searchresults()
/dports/net-im/pidgin/pidgin-2.14.8/finch/
H A Dgntnotify.c50 notify_msg_window_destroy_cb(GntWidget *window, PurpleNotifyType type) in notify_msg_window_destroy_cb()
122 finch_notify_message(PurpleNotifyMsgType type, const char *title, in finch_notify_message()
130 static void finch_close_notify(PurpleNotifyType type, void *handle) in finch_close_notify()
210 finch_notify_emails(PurpleConnection *gc, size_t count, gboolean detailed, in finch_notify_emails()
261 finch_notify_email(PurpleConnection *gc, const char *subject, const char *from, in finch_notify_email()
299 PurpleNotifyUserInfoEntryType type = purple_notify_user_info_entry_get_type(user_info_entry); in purple_notify_user_info_get_xhtml() local
329 finch_notify_userinfo(PurpleConnection *gc, const char *who, PurpleNotifyUserInfo *user_info) in finch_notify_userinfo()
387 finch_notify_sr_new_rows(PurpleConnection *gc, in finch_notify_sr_new_rows()
392 GList *o; in finch_notify_sr_new_rows() local
405 finch_notify_searchresults(PurpleConnection *gc, const char *title, in finch_notify_searchresults()
/dports/net-im/finch/pidgin-2.14.8/finch/
H A Dgntnotify.c50 notify_msg_window_destroy_cb(GntWidget *window, PurpleNotifyType type) in notify_msg_window_destroy_cb()
122 finch_notify_message(PurpleNotifyMsgType type, const char *title, in finch_notify_message()
130 static void finch_close_notify(PurpleNotifyType type, void *handle) in finch_close_notify()
210 finch_notify_emails(PurpleConnection *gc, size_t count, gboolean detailed, in finch_notify_emails()
261 finch_notify_email(PurpleConnection *gc, const char *subject, const char *from, in finch_notify_email()
299 PurpleNotifyUserInfoEntryType type = purple_notify_user_info_entry_get_type(user_info_entry); in purple_notify_user_info_get_xhtml() local
329 finch_notify_userinfo(PurpleConnection *gc, const char *who, PurpleNotifyUserInfo *user_info) in finch_notify_userinfo()
387 finch_notify_sr_new_rows(PurpleConnection *gc, in finch_notify_sr_new_rows()
392 GList *o; in finch_notify_sr_new_rows() local
405 finch_notify_searchresults(PurpleConnection *gc, const char *title, in finch_notify_searchresults()
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dmem_account.c25 NewGC *gc = GC_get_GC(); in BTC_register_new_thread() local
44 NewGC *gc = GC_get_GC(); in BTC_register_thread() local
178 NewGC *gc = GC_get_GC(); in BTC_register_root_custodian() local
323 static void release_master_btc_mark(NewGC *gc) in release_master_btc_mark()
424 int BTC_thread_mark(void *p, struct NewGC *gc) in BTC_thread_mark()
470 static void btc_overmem_abort(NewGC *gc) in btc_overmem_abort()
686 inline static void BTC_add_account_hook(int type,void *c1,void *c2,uintptr_t b) in BTC_add_account_hook()
688 NewGC *gc = GC_get_GC(); in BTC_add_account_hook() local
864 intptr_t BTC_get_memory_use(NewGC* gc, void *o) in BTC_get_memory_use()
897 NewGC *gc = GC_get_GC(); in BTC_get_account_hook() local
[all …]
H A Dnewgc.c340 static void *malloc_pages(NewGC *gc, size_t len, size_t alignment, int dirty, int type, int expect_… in malloc_pages()
358 static void *malloc_pages_maybe_fail(NewGC *gc, size_t len, size_t alignment, int dirty, int type, … in malloc_pages_maybe_fail()
385 static void free_pages(NewGC *gc, void *p, size_t len, int type, int expect_mprotect, void **src_bl… in free_pages()
1010 intptr_t GC_get_memory_use(void *o) in GC_get_memory_use()
1431 inline static mpage *create_new_medium_page(NewGC *gc, const int sz, const int pos, int type) { in create_new_medium_page()
1476 …nline static void *medium_page_realloc_dead_slot(NewGC *gc, const int sz, const int pos, const int… in medium_page_realloc_dead_slot()
1816 static intptr_t initial_word(int request_size, int type) in initial_word()
2426 static void set_backtrace_source(NewGC *gc, void *source, int type) in set_backtrace_source()
2492 # define set_backtrace_source(gc, ptr, type) /* */ argument
3625 unsigned short type = ohead->type; in GC_mark2() local
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dmem_account.c25 NewGC *gc = GC_get_GC(); in BTC_register_new_thread() local
44 NewGC *gc = GC_get_GC(); in BTC_register_thread() local
178 NewGC *gc = GC_get_GC(); in BTC_register_root_custodian() local
323 static void release_master_btc_mark(NewGC *gc) in release_master_btc_mark()
424 int BTC_thread_mark(void *p, struct NewGC *gc) in BTC_thread_mark()
470 static void btc_overmem_abort(NewGC *gc) in btc_overmem_abort()
686 inline static void BTC_add_account_hook(int type,void *c1,void *c2,uintptr_t b) in BTC_add_account_hook()
688 NewGC *gc = GC_get_GC(); in BTC_add_account_hook() local
864 intptr_t BTC_get_memory_use(NewGC* gc, void *o) in BTC_get_memory_use()
897 NewGC *gc = GC_get_GC(); in BTC_get_account_hook() local
[all …]
H A Dnewgc.c340 static void *malloc_pages(NewGC *gc, size_t len, size_t alignment, int dirty, int type, int expect_… in malloc_pages()
358 static void *malloc_pages_maybe_fail(NewGC *gc, size_t len, size_t alignment, int dirty, int type, … in malloc_pages_maybe_fail()
385 static void free_pages(NewGC *gc, void *p, size_t len, int type, int expect_mprotect, void **src_bl… in free_pages()
1010 intptr_t GC_get_memory_use(void *o) in GC_get_memory_use()
1431 inline static mpage *create_new_medium_page(NewGC *gc, const int sz, const int pos, int type) { in create_new_medium_page()
1476 …nline static void *medium_page_realloc_dead_slot(NewGC *gc, const int sz, const int pos, const int… in medium_page_realloc_dead_slot()
1816 static intptr_t initial_word(int request_size, int type) in initial_word()
2426 static void set_backtrace_source(NewGC *gc, void *source, int type) in set_backtrace_source()
2492 # define set_backtrace_source(gc, ptr, type) /* */ argument
3625 unsigned short type = ohead->type; in GC_mark2() local
[all …]
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dgconf.c70 const gchar *type; in gconfGetKey() local
128 CompOptionType type, in gconfSetValue()
207 CompOption *o, in gconfSetOption()
270 CompOptionType type, in gconfGetValue()
382 CompOption *o, in gconfReadOptionValue()
396 GConfValueType type; in gconfReadOptionValue() local
448 CompOption *o, in gconfGetOption()
566 CompObject *o) in gconfInitPluginForObject()
719 GConfCore *gc; in gconfInitCore() local
780 CompObject *o) in gconfInitObject()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/fileman_opinfo/
H A De_mod_main.c64 Evas_Object *o = data; in _opinfo_op_registry_listener() local
230 Evas_Object *o = data; in _opinfo_op_registry_free_data_delayed() local
277 _opinfo_op_registry_entry_add_cb(void *data, EINA_UNUSED int type, void *event) in _opinfo_op_registry_entry_add_cb()
281 Evas_Object *o; in _opinfo_op_registry_entry_add_cb() local
306 _opinfo_op_registry_entry_del_cb(void *data, EINA_UNUSED int type, EINA_UNUSED void *event) in _opinfo_op_registry_entry_del_cb()
351 _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style) in _gc_init()
441 Evas_Object *o; in _gc_icon() local
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c281 enum mwImSendType type; member
756 struct mwOpaque *o; in blist_store() local
913 enum mwSametimeGroupType type; in group_ensure() local
941 const char *n, *o; in group_ensure() local
2207 struct mwOpaque o = { MW_FT_LEN, buf }; in ft_send() local
2432 enum mwImSendType type, gconstpointer data) { in convo_queue()
2742 const char *type; in im_recv_mime() local
2846 enum mwImSendType type, in mw_conversation_recv()
3062 guint32 attr, struct mwOpaque *o) { in mw_place_peerSetAttribute()
3329 PurpleStatusType *type; in mw_prpl_status_types() local
[all …]

1234567891011