Home
last modified time | relevance | path

Searched refs:a_void (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/err/
H A Derr_def.c249 static unsigned long err_hash(const void *a_void);
251 static int err_cmp(const void *a_void, const void *b_void);
255 static int pid_cmp(const void *a_void,const void *pid_void);
565 static unsigned long err_hash(const void *a_void) in err_hash() argument
569 l=((const ERR_STRING_DATA *)a_void)->error; in err_hash()
575 static int err_cmp(const void *a_void, const void *b_void) in err_cmp() argument
577 return((int)(((const ERR_STRING_DATA *)a_void)->error - in err_cmp()
582 static unsigned long pid_hash(const void *a_void) in pid_hash() argument
584 return(((const ERR_STATE *)a_void)->pid*13); in pid_hash()
588 static int pid_cmp(const void *a_void, const void *b_void) in pid_cmp() argument
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/err/
H A Derr_def.c255 static unsigned long err_hash(const void *a_void);
257 static int err_cmp(const void *a_void, const void *b_void);
261 static int pid_cmp(const void *a_void, const void *pid_void);
562 static unsigned long err_hash(const void *a_void) in err_hash() argument
566 l = ((const ERR_STRING_DATA *)a_void)->error; in err_hash()
572 static int err_cmp(const void *a_void, const void *b_void) in err_cmp() argument
574 return ((int)(((const ERR_STRING_DATA *)a_void)->error - in err_cmp()
579 static unsigned long pid_hash(const void *a_void) in pid_hash() argument
581 return (((const ERR_STATE *)a_void)->pid * 13); in pid_hash()
585 static int pid_cmp(const void *a_void, const void *b_void) in pid_cmp() argument
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/proxy/
H A Dmapid.c89 if (identifier->a_void == 0)
117 identifier->a_void = 0;
128 identifier->a_void = 0;
134 identifier->a_void = 0;
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/
H A Dmem_dbg.c253 static int mem_cmp(const void *a_void, const void *b_void) in mem_cmp() argument
256 const char *a=(const char *)((const MEM *)a_void)->addr, in mem_cmp()
262 return((const char *)((const MEM *)a_void)->addr in mem_cmp()
268 static unsigned long mem_hash(const void *a_void) in mem_hash() argument
272 ret=(unsigned long)((const MEM *)a_void)->addr; in mem_hash()
279 static int app_info_cmp(const void *a_void, const void *b_void) in app_info_cmp() argument
281 return(((const APP_INFO *)a_void)->thread in app_info_cmp()
286 static unsigned long app_info_hash(const void *a_void) in app_info_hash() argument
290 ret=(unsigned long)((const APP_INFO *)a_void)->thread; in app_info_hash()
H A Dex_data.c251 static unsigned long ex_hash_cb(const void *a_void) in ex_hash_cb() argument
253 return ((const EX_CLASS_ITEM *)a_void)->class_index; in ex_hash_cb()
255 static int ex_cmp_cb(const void *a_void, const void *b_void) in ex_cmp_cb() argument
257 return (((const EX_CLASS_ITEM *)a_void)->class_index - in ex_cmp_cb()
286 static void def_cleanup_cb(void *a_void) in def_cleanup_cb() argument
288 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; in def_cleanup_cb()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/
H A Dmem_dbg.c243 static int mem_cmp(const void *a_void, const void *b_void) in mem_cmp() argument
246 const char *a = (const char *)((const MEM *)a_void)->addr, in mem_cmp()
255 return ((const char *)((const MEM *)a_void)->addr in mem_cmp()
261 static unsigned long mem_hash(const void *a_void) in mem_hash() argument
265 ret = (unsigned long)((const MEM *)a_void)->addr; in mem_hash()
272 static int app_info_cmp(const void *a_void, const void *b_void) in app_info_cmp() argument
274 return (((const APP_INFO *)a_void)->thread in app_info_cmp()
279 static unsigned long app_info_hash(const void *a_void) in app_info_hash() argument
283 ret = (unsigned long)((const APP_INFO *)a_void)->thread; in app_info_hash()
H A Dex_data.c256 static unsigned long ex_hash_cb(const void *a_void) in ex_hash_cb() argument
258 return ((const EX_CLASS_ITEM *)a_void)->class_index; in ex_hash_cb()
261 static int ex_cmp_cb(const void *a_void, const void *b_void) in ex_cmp_cb() argument
263 return (((const EX_CLASS_ITEM *)a_void)->class_index - in ex_cmp_cb()
299 static void def_cleanup_cb(void *a_void) in def_cleanup_cb() argument
301 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; in def_cleanup_cb()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gl/
H A Dgl_menu.c61 if (item->identifier.a_void && !item->selected) in menu_set_all()
78 if (item->identifier.a_void && item->selected) in menu_unset_all()
95 if (!item->identifier.a_void) in menu_invert_all()
236 if (item->identifier.a_void) in sdlgl_process_menu_window()
276 if (index <= 1 && item && item->identifier.a_void) in sdlgl_process_menu_window()
321 if (item->identifier.a_void) in sdlgl_process_menu_window()
524 if (item->identifier.a_void) in draw_menu_items()
607 if (attr == ATR_NONE && !identifier->a_void) in Sdlgl_add_menu()
659 any.a_void = 0; /* not selectable */ in Sdlgl_end_menu()
685 if (item->identifier.a_void) in Sdlgl_end_menu()
[all …]
/dports/security/libressl-static/libressl-3.3.5/crypto/objects/
H A Do_names.c35 static unsigned long obj_name_hash(const void *a_void);
37 static int obj_name_cmp(const void *a_void, const void *b_void);
94 obj_name_cmp(const void *a_void, const void *b_void)
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
114 obj_name_hash(const void *a_void)
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
/dports/security/libressl/libressl-3.4.3/crypto/objects/
H A Do_names.c35 static unsigned long obj_name_hash(const void *a_void);
37 static int obj_name_cmp(const void *a_void, const void *b_void);
94 obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
114 obj_name_hash(const void *a_void) in obj_name_hash() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/objects/
H A Do_names.c35 static unsigned long obj_name_hash(const void *a_void);
37 static int obj_name_cmp(const void *a_void, const void *b_void);
94 obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
114 obj_name_hash(const void *a_void) in obj_name_hash() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/objects/
H A Do_names.c35 static unsigned long obj_name_hash(const void *a_void);
37 static int obj_name_cmp(const void *a_void, const void *b_void);
94 obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
114 obj_name_hash(const void *a_void) in obj_name_hash() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/www/obhttpd/libressl-3.4.1/crypto/objects/
H A Do_names.c35 static unsigned long obj_name_hash(const void *a_void);
37 static int obj_name_cmp(const void *a_void, const void *b_void);
94 obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
114 obj_name_hash(const void *a_void) in obj_name_hash() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/objects/
H A Do_names.c45 static unsigned long obj_name_hash(const void *a_void);
47 static int obj_name_cmp(const void *a_void,const void *b_void);
111 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
114 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
133 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument
136 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/objects/
H A Do_names.c49 static unsigned long obj_name_hash(const void *a_void);
51 static int obj_name_cmp(const void *a_void, const void *b_void);
114 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
133 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument
136 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/objects/
H A Do_names.c49 static unsigned long obj_name_hash(const void *a_void);
51 static int obj_name_cmp(const void *a_void, const void *b_void);
114 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
133 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument
136 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/objects/
H A Do_names.c49 static unsigned long obj_name_hash(const void *a_void);
51 static int obj_name_cmp(const void *a_void, const void *b_void);
114 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
133 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument
136 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/objects/
H A Do_names.c49 static unsigned long obj_name_hash(const void *a_void);
51 static int obj_name_cmp(const void *a_void, const void *b_void);
114 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
133 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument
136 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/objects/
H A Do_names.c48 static unsigned long obj_name_hash(const void *a_void);
50 static int obj_name_cmp(const void *a_void, const void *b_void);
110 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument
113 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
129 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument
132 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dopenssl.c139 static unsigned long MS_CALLBACK hash(const void *a_void);
141 static int MS_CALLBACK cmp(const void *a_void,const void *b_void);
530 static int MS_CALLBACK cmp(const void *a_void, const void *b_void) in cmp() argument
532 return(strncmp(((const FUNCTION *)a_void)->name, in cmp()
537 static unsigned long MS_CALLBACK hash(const void *a_void) in hash() argument
539 return(lh_strhash(((const FUNCTION *)a_void)->name)); in hash()
/dports/devel/log4c/log4c-1.2.4/examples/
H A Dapplication_3.h7 #define log4c_category_log_userinfo(a_category, a_void, a_priority, a_format, args...) \ argument
8 helper(a_category, __FILE__, __LINE__, __FUNCTION__, a_void, a_priority, a_format , ## args );
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/conf/
H A Dconf_api.c81 static int cmp_conf(const void *a_void,const void *b_void);
253 static int cmp_conf(const void *a_void,const void *b_void) in cmp_conf() argument
256 CONF_VALUE *a = (CONF_VALUE *)a_void; in cmp_conf()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/conf/
H A Dconf_api.c84 static int cmp_conf(const void *a_void, const void *b_void);
256 static int cmp_conf(const void *a_void, const void *b_void) in cmp_conf() argument
259 CONF_VALUE *a = (CONF_VALUE *)a_void; in cmp_conf()
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/X11/
H A Dwinmenu.c126 if (!menu_info->is_active || curr->identifier.a_void == 0) {
279 if (curr->identifier.a_void != 0 && curr->gselector == ch) {
298 if (curr->identifier.a_void != 0 && curr->selector == ch) break;
412 if (curr->identifier.a_void != 0)
436 if (curr->identifier.a_void != 0)
459 if (curr->identifier.a_void != 0)
480 if (curr->identifier.a_void != 0 && strstri(curr->str, match)) {
503 if (curr->identifier.a_void != 0 && strstri(curr->str, match)) {
614 if (identifier->a_void) {
747 *boolp = (curr->identifier.a_void != 0);
/dports/games/nethack33/nethack-3.3.1/win/X11/
H A Dwinmenu.c126 if (!menu_info->is_active || curr->identifier.a_void == 0) {
279 if (curr->identifier.a_void != 0 && curr->gselector == ch) {
298 if (curr->identifier.a_void != 0 && curr->selector == ch) break;
412 if (curr->identifier.a_void != 0)
436 if (curr->identifier.a_void != 0)
459 if (curr->identifier.a_void != 0)
480 if (curr->identifier.a_void != 0 && strstri(curr->str, match)) {
503 if (curr->identifier.a_void != 0 && strstri(curr->str, match)) {
614 if (identifier->a_void) {
744 *boolp = (curr->identifier.a_void != 0);

12345678910>>...14