Home
last modified time | relevance | path

Searched defs:rock (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/dports/games/vor/vor-0.5.8/
H A Dsprite.h73 struct rock { struct
77 struct rock *next; argument
78 float x, y;
79 float dx, dy;
80 SDL_Surface *image;
81 int w, h;
82 int mask_w;
83 uint32_t *mask;
84 uint32_t area;
86 int type;
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dcharset.c301 static void convert_flush(struct convert_rock *rock) in convert_flush()
387 static void qp_flush(struct convert_rock *rock) in qp_flush()
1539 static void basic_free(struct convert_rock *rock) in basic_free()
1547 static void icu_flush(struct convert_rock *rock) in icu_flush()
1560 static void icu_free(struct convert_rock *rock) in icu_free()
1594 static void table_free(struct convert_rock *rock) in table_free()
1650 static void search_free(struct convert_rock *rock) in search_free()
1668 static void dont_free(struct convert_rock *rock) in dont_free()
1696 #define convert_free(rock) convert_nfree(rock, 0) argument
1751 struct convert_rock *rock; in convert_init() local
[all …]
/dports/games/senken/senken-0.3.0/server/
H A Dvars.c15 vars_company_getvariable(char *name, void *rock) in vars_company_getvariable()
34 vars_population_getvariable(char *name, void *rock) in vars_population_getvariable()
65 vars_getvariable(char *name, void *rock) in vars_getvariable()
H A Dutilities.c36 mapobj_t obj, void *rock) in use_cb()
93 power_production_cb(int x, int y, void *data, float dist, void *rock) in power_production_cb()
121 water_production_cb(int x, int y, void *data, float dist, void *rock) in water_production_cb()
153 garbage_production_cb(int x, int y, void *data, float dist, void *rock) in garbage_production_cb()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dcharset.c328 static void convert_flush(struct convert_rock *rock) in convert_flush()
414 static void qp_flush(struct convert_rock *rock) in qp_flush()
1565 static void buffer_trim(struct convert_rock *rock) in buffer_trim()
1580 static void basic_free(struct convert_rock *rock) in basic_free()
1588 static void icu_flush(struct convert_rock *rock) in icu_flush()
1601 static void icu_free(struct convert_rock *rock) in icu_free()
1632 static void table_free(struct convert_rock *rock) in table_free()
1704 static void dont_free(struct convert_rock *rock) in dont_free()
1732 #define convert_free(rock) convert_nfree(rock, 0) argument
1786 struct convert_rock *rock; in convert_init() local
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Drocks.c87 struct rock { struct
97 static void rock_compute (struct state *, struct rock *); argument
101 rock_reset (struct state *st, struct rock *rock) in rock_reset()
113 rock_tick (struct state *st, struct rock *rock, int d) in rock_tick()
138 rock_compute (struct state *st, struct rock *rock) in rock_compute()
161 rock_draw (struct state *st, struct rock *rock, Bool draw_p) in rock_draw()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dcharset.c328 static void convert_flush(struct convert_rock *rock) in convert_flush()
414 static void qp_flush(struct convert_rock *rock) in qp_flush()
1565 static void buffer_trim(struct convert_rock *rock) in buffer_trim()
1580 static void basic_free(struct convert_rock *rock) in basic_free()
1588 static void icu_flush(struct convert_rock *rock) in icu_flush()
1601 static void icu_free(struct convert_rock *rock) in icu_free()
1632 static void table_free(struct convert_rock *rock) in table_free()
1704 static void dont_free(struct convert_rock *rock) in dont_free()
1732 #define convert_free(rock) convert_nfree(rock, 0) argument
1786 struct convert_rock *rock; in convert_init() local
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/perl/imap/
H A Dxsutil.c65 void imclient_xs_cb(struct imclient *client, struct xsccb *rock, in imclient_xs_cb()
108 void imclient_xs_fcmdcb(struct imclient *client, struct xsccb *rock, in imclient_xs_fcmdcb()
127 void imclient_xs_callback_free(struct xsccb *rock) in imclient_xs_callback_free()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/perl/imap/
H A Dxsutil.c65 void imclient_xs_cb(struct imclient *client, struct xsccb *rock, in imclient_xs_cb()
108 void imclient_xs_fcmdcb(struct imclient *client, struct xsccb *rock, in imclient_xs_fcmdcb()
127 void imclient_xs_callback_free(struct xsccb *rock) in imclient_xs_callback_free()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/perl/imap/
H A Dxsutil.c65 void imclient_xs_cb(struct imclient *client, struct xsccb *rock, in imclient_xs_cb()
108 void imclient_xs_fcmdcb(struct imclient *client, struct xsccb *rock, in imclient_xs_fcmdcb()
127 void imclient_xs_callback_free(struct xsccb *rock) in imclient_xs_callback_free()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/sieve/
H A Dcomparator.c69 static int rel_eq(const char *text, size_t tlen, const char *pat, void *rock) in rel_eq()
76 static int rel_ne(const char *text, size_t tlen, const char *pat, void *rock) in rel_ne()
83 static int rel_gt(const char *text, size_t tlen, const char *pat, void *rock) in rel_gt()
90 static int rel_ge(const char *text, size_t tlen, const char *pat, void *rock) in rel_ge()
97 static int rel_lt(const char *text, size_t tlen, const char *pat, void *rock) in rel_lt()
104 static int rel_le(const char *text, size_t tlen, const char *pat, void *rock) in rel_le()
197 void *rock __attribute__((unused))) in octet_contains()
315 void *rock) in octet_matches()
339 void *rock) in octet_regex()
396 void *rock __attribute__((unused))) in ascii_casemap_contains()
[all …]
/dports/games/xglk/xglk/
H A Dxg_fileref.c25 static fileref_t *gli_new_fileref(char *filename, glui32 usage, glui32 rock) in gli_new_fileref()
86 fileref_t *glk_fileref_iterate(fileref_t *fref, glui32 *rock) in glk_fileref_iterate()
124 frefid_t glk_fileref_create_temp(glui32 usage, glui32 rock) in glk_fileref_create_temp()
144 glui32 rock) in glk_fileref_create_from_fileref()
163 glui32 rock) in glk_fileref_create_by_name()
214 glui32 rock) in glk_fileref_create_by_prompt()
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgtfref.c32 fileref_t *gli_new_fileref(char *filename, glui32 usage, glui32 rock) in gli_new_fileref()
113 frefid_t glk_fileref_create_temp(glui32 usage, glui32 rock) in glk_fileref_create_temp()
134 glui32 rock) in glk_fileref_create_from_fileref()
153 glui32 rock) in glk_fileref_create_by_name()
204 glui32 rock) in glk_fileref_create_by_prompt()
319 frefid_t glk_fileref_iterate(fileref_t *fref, glui32 *rock) in glk_fileref_iterate()
/dports/mail/elm/elm2.5.8/lib/
H A Dmcprt.c57 MCRockT *rock; local
80 MCRockT *rock; local
103 MCRockT *rock; local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kdc/
H A Dkdc_preauth.c353 client_keys(krb5_context context, krb5_kdcpreauth_rock rock, in client_keys()
398 request_body(krb5_context context, krb5_kdcpreauth_rock rock) in request_body()
404 fast_armor(krb5_context context, krb5_kdcpreauth_rock rock) in fast_armor()
423 client_entry(krb5_context context, krb5_kdcpreauth_rock rock) in client_entry()
463 get_cookie(krb5_context context, krb5_kdcpreauth_rock rock, in get_cookie()
470 set_cookie(krb5_context context, krb5_kdcpreauth_rock rock, in set_cookie()
500 client_name(krb5_context context, krb5_kdcpreauth_rock rock) in client_name()
787 add_pw_salt(krb5_context context, krb5_kdcpreauth_rock rock, in add_pw_salt()
869 krb5_kdcpreauth_rock rock; member
1065 krb5_kdcpreauth_rock rock; member
[all …]
/dports/security/krb5/krb5-1.19.2/src/kdc/
H A Dkdc_preauth.c353 client_keys(krb5_context context, krb5_kdcpreauth_rock rock, in client_keys()
398 request_body(krb5_context context, krb5_kdcpreauth_rock rock) in request_body()
404 fast_armor(krb5_context context, krb5_kdcpreauth_rock rock) in fast_armor()
423 client_entry(krb5_context context, krb5_kdcpreauth_rock rock) in client_entry()
463 get_cookie(krb5_context context, krb5_kdcpreauth_rock rock, in get_cookie()
470 set_cookie(krb5_context context, krb5_kdcpreauth_rock rock, in set_cookie()
500 client_name(krb5_context context, krb5_kdcpreauth_rock rock) in client_name()
787 add_pw_salt(krb5_context context, krb5_kdcpreauth_rock rock, in add_pw_salt()
860 krb5_kdcpreauth_rock rock; member
1056 krb5_kdcpreauth_rock rock; member
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/sieve/
H A Dcomparator.c72 void *rock) in rel_eq()
81 void *rock) in rel_ne()
90 void *rock) in rel_gt()
99 void *rock) in rel_ge()
108 void *rock) in rel_lt()
117 void *rock) in rel_le()
175 void *rock __attribute__((unused))) in octet_contains()
316 void *rock __attribute__((unused))) in octet_matches()
339 void *rock __attribute__((unused))) in octet_regex()
395 void *rock __attribute__((unused))) in ascii_casemap_contains()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/sieve/
H A Dcomparator.c72 void *rock) in rel_eq()
81 void *rock) in rel_ne()
90 void *rock) in rel_gt()
99 void *rock) in rel_ge()
108 void *rock) in rel_lt()
117 void *rock) in rel_le()
176 void *rock __attribute__((unused))) in octet_contains()
317 void *rock __attribute__((unused))) in octet_matches()
340 void *rock __attribute__((unused))) in octet_regex()
395 void *rock __attribute__((unused))) in ascii_casemap_contains()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dproc.c179 static int proc_foreach_helper(pid_t pid, procdata_t *func, void *rock) in proc_foreach_helper()
247 EXPORTED int proc_foreach(procdata_t *func, void *rock) in proc_foreach()
289 void *rock) in procusage_cb()
339 void *rock) in prockill_cb()
374 struct prockill_data rock = PROCKILL_INIT; in proc_killuser() local
386 struct prockill_data rock = PROCKILL_INIT; in proc_killmbox() local
398 struct prockill_data rock = PROCKILL_INIT; in proc_killusercmd() local
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dproc.c179 static int proc_foreach_helper(pid_t pid, procdata_t *func, void *rock) in proc_foreach_helper()
247 EXPORTED int proc_foreach(procdata_t *func, void *rock) in proc_foreach()
289 void *rock) in procusage_cb()
339 void *rock) in prockill_cb()
374 struct prockill_data rock = PROCKILL_INIT; in proc_killuser() local
386 struct prockill_data rock = PROCKILL_INIT; in proc_killmbox() local
398 struct prockill_data rock = PROCKILL_INIT; in proc_killusercmd() local
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dproc.c179 static int proc_foreach_helper(pid_t pid, procdata_t *func, void *rock) in proc_foreach_helper()
247 EXPORTED int proc_foreach(procdata_t *func, void *rock) in proc_foreach()
289 void *rock) in procusage_cb()
339 void *rock) in prockill_cb()
374 struct prockill_data rock = PROCKILL_INIT; in proc_killuser() local
386 struct prockill_data rock = PROCKILL_INIT; in proc_killmbox() local
398 struct prockill_data rock = PROCKILL_INIT; in proc_killusercmd() local
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/backup/
H A Dlcb_indexr.c358 void *rock; member
444 void *rock) in backup_mailbox_foreach()
808 void *rock; member
945 static int _chunk_row_cb(sqlite3_stmt *stmt, void *rock) in _chunk_row_cb()
1065 void *rock; member
1068 static int _seen_row_cb(sqlite3_stmt *stmt, void *rock) in _seen_row_cb()
1094 void *rock) in backup_seen_foreach()
1125 void *rock; member
1151 void *rock) in backup_subscription_foreach()
1181 void *rock; member
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/backup/
H A Dlcb_indexr.c358 void *rock; member
444 void *rock) in backup_mailbox_foreach()
808 void *rock; member
945 static int _chunk_row_cb(sqlite3_stmt *stmt, void *rock) in _chunk_row_cb()
1065 void *rock; member
1068 static int _seen_row_cb(sqlite3_stmt *stmt, void *rock) in _seen_row_cb()
1094 void *rock) in backup_seen_foreach()
1125 void *rock; member
1151 void *rock) in backup_subscription_foreach()
1181 void *rock; member
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/backup/
H A Dlcb_indexr.c358 void *rock; member
444 void *rock) in backup_mailbox_foreach()
808 void *rock; member
945 static int _chunk_row_cb(sqlite3_stmt *stmt, void *rock) in _chunk_row_cb()
1065 void *rock; member
1068 static int _seen_row_cb(sqlite3_stmt *stmt, void *rock) in _seen_row_cb()
1094 void *rock) in backup_seen_foreach()
1125 void *rock; member
1151 void *rock) in backup_subscription_foreach()
1181 void *rock; member
[all …]
/dports/devel/lwp/lwp-2.8/src-pt/
H A Dlwp.private_pt.h28 struct rock { struct
48 struct rock rock[MAXROCKS]; /* and the rocks themselves */ member

12345678910>>...29