Home
last modified time | relevance | path

Searched refs:bywho (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/global/
H A Dkis_memory_leak_tracker.h52 void reference(const void* what, const void* bywho, const char* whatName = 0);
53 void dereference(const void* what, const void* bywho);
58 void reference(const _T_* what, const void* bywho);
60 void dereference(const _T_* what, const void* bywho);
69 void KisMemoryLeakTracker::reference(const _T_* what, const void* bywho) in reference() argument
71 reference((void*)what, bywho, typeid(what).name()); in reference()
75 void KisMemoryLeakTracker::dereference(const _T_* what, const void* bywho) in dereference() argument
77 dereference((void*)what, bywho); in dereference()
H A Dkis_memory_leak_tracker.cpp129 void KisMemoryLeakTracker::reference(const void* what, const void* bywho, const char* whatName) in reference() argument
144 d->whatWhoWhen[what].infos[bywho] = info; in reference()
151 void KisMemoryLeakTracker::dereference(const void* what, const void* bywho) in dereference() argument
156 delete whoWhen[bywho]; in dereference()
157 whoWhen.remove(bywho); in dereference()
212 void KisMemoryLeakTracker::reference(const void* what, const void* bywho, const char* whatName) in reference() argument
215 Q_UNUSED(bywho); in reference()
219 void KisMemoryLeakTracker::dereference(const void* what, const void* bywho) in dereference() argument
222 Q_UNUSED(bywho); in dereference()
/dports/irc/gruftistats/gruftistats-0.2.4/
H A Dircstats.h81 char* bywho[NUM_RANDOM]; member
H A Dircstats.c99 void addrandom(some_random_stuff* p, char* text, char* bywho);
146 p->random[i] = p->bywho[i] = NULL; in clearrandom()
168 table_index_bg, font2, i+1, table_nick_bg, font2, p->bywho[i], table_2_bg, font1); in do_random_table()
1105 void addrandom(some_random_stuff* p, char* text, char* bywho) in addrandom() argument
1127 if (p->bywho[i]) free(p->bywho[i]); in addrandom()
1129 p->bywho[i] = strdup(bywho); in addrandom()
/dports/irc/dancer/dancer-4.16/src/
H A Dserver.c260 char bywho[MIDBUFFER]; in OnNotice() local
265 bywho, channelbuffer, modebuffer)) { in OnNotice()
267 modebuffer, channelbuffer, bywho, from); in OnNotice()
/dports/irc/eggdrop/eggdrop-1.9.1/doc/
H A Dtcl-commands.doc1224 sublist of the form {<ban> <bywho> <age>}. age is seconds from the
1232 a sublist of the form {<exempts> <bywho> <age>}. age is seconds from
1240 a sublist of the form {<invites> <bywho> <age>}. age is seconds from
/dports/irc/eggdrop/eggdrop-1.9.1/doc/sphinx_source/mainDocs/
H A Dtcl-commands.rst1187 …urrent bans on the channel. Each element is a sublist of the form {<ban> <bywho> <age>}. age is se…
1195 …exempts on the channel. Each element is a sublist of the form {<exempts> <bywho> <age>}. age is se…
1203 …invites on the channel. Each element is a sublist of the form {<invites> <bywho> <age>}. age is se…