Home
last modified time | relevance | path

Searched refs:FunctionPT (Results 1 – 9 of 9) sorted by relevance

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dfdcalls.c79 assert(FunctionPT != NULL); in fdtable_add()
92 FDTableS_NEW->Function = (const char *const) FunctionPT; in fdtable_add()
162 if (FD != NULL) { fdtable_add(FD, FilePT, Line, FunctionPT, PathPT, ModePT); } in fdcalls_fopen()
170 …(const char *const FilePT, const unsigned short int Line, const char *const FunctionPT, FILE *FD) { in fdcalls_fclose() argument
181 … "Wild FD %p from function %s (%s:%d) passed to function fclose().", FD, FunctionPT, FilePT, Line); in fdcalls_fclose()
193 …nt Socket, const char *const FilePT, const unsigned short int Line, const char *const FunctionPT) { in socktable_add() argument
199 assert(FunctionPT != NULL); in socktable_add()
210 SockTableS_NEW->Function = (const char *const) FunctionPT; in socktable_add()
280 if (FD > ERROR) { socktable_add(FD, FilePT, Line, FunctionPT); } in fdcalls_open()
295 if (Socket > ERROR) { socktable_add(Socket, FilePT, Line, FunctionPT); } in fdcalls_socket()
[all …]
H A Dmemcalls.c85 assert(FunctionPT != NULL); in memtable_add()
96 MemTableS_NEW->Function = (const char *const) FunctionPT; in memtable_add()
123 … - Pointer: %p - File: %s - Line: %d - Function: %s", __FUNCTION__, PTR, FilePT, Line, FunctionPT); in memtable_add()
176 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const size_t Me… in memcalls_malloc() argument
205 memtable_add(MemPTR, FilePT, Line, FunctionPT, MemSize); in memcalls_malloc()
283 memtable_add(NewPTR, FilePT, Line, FunctionPT, MemSize); in memcalls_realloc()
294 void *PTR = memcalls_malloc(FilePT, Line, FunctionPT, MemSize); in memcalls_calloc()
302 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, void *const Mem… in memcalls_free() argument
310 …File: %s - Line: %d - Function: %s - Pointer: %p", __FUNCTION__, FilePT, Line, FunctionPT, MemPTR); in memcalls_free()
346 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *Str… in memcalls_strdup() argument
[all …]
H A Dfdcalls.h127 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *con…
131 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *con…
132 …e(const char *const FilePT, const unsigned short int Line, const char *const FunctionPT, FILE *FD);
133 …int Socket, const char *const FilePT, const unsigned short int Line, const char *const FunctionPT);
138 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *Pat…
141 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, signed short in…
142 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, signed short in…
145 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, signed short in…
H A Dmemcalls.h47 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const size_t Me…
48 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, void *const Old…
49 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const size_t El…
50 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, void *const Mem…
51 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *Str…
H A Dstrcalls.h82 char *mystrrealloc(const char *FilePT, const unsigned long int Line, const char *const FunctionPT, …
85 …wm(const char *FilePT, const unsigned long int Line, const char *const FunctionPT, const char *Pat…
H A Dmemcalls_private.h70 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const size_t Si…
H A Dsyscalls.h88 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *con…
H A Dstrcalls.c137 char *mystrrealloc(const char *FilePT, const unsigned long int Line, const char *const FunctionPT, … in mystrrealloc() argument
173 NewPointer = memcalls_realloc(FilePT, Line, FunctionPT, OldPointer, NewLen); in mystrrealloc()
227 …wm(const char *FilePT, const unsigned long int Line, const char *const FunctionPT, const char *Pat… in mystrwm() argument
271 …if ((tolower((int) *DummyPT) == tolower((int) *PatternPT)) && (mystrwm(FilePT, Line, FunctionPT, P… in mystrwm()
H A Dsyscalls.c921 …t char *const FilePT, const unsigned short int Line, const char *const FunctionPT, const char *con… in debugprint() argument
928 assert(FunctionPT != NULL); in debugprint()
937 …*** FILE: %s LINE: %d FUNCTION: %s *** %s%s", dtstamp(), FilePT, Line, FunctionPT, TextLine, LINEF… in debugprint()
943 …*** FILE: %s LINE: %d FUNCTION: %s *** %s%s", dtstamp(), FilePT, Line, FunctionPT, TextLine, LINEF… in debugprint()
944 …"*** DEBUG *** FILE: %s LINE: %d FUNCTION: %s *** %s%s", FilePT, Line, FunctionPT, TextLine, LINEF… in debugprint()