Home
last modified time | relevance | path

Searched refs:szFunction (Results 1 – 21 of 21) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dtrace.c21 void traceEnter(const char * szFunction,const char * szFormat,...) in traceEnter() argument
28 fprintf(stderr,"[>> %s][at %lu] ",szFunction,getInputLineNumber()); in traceEnter()
40 void traceLeave(const char * szFunction,const char * szFormat,...) in traceLeave() argument
48 fprintf(stderr,"[<< %s][at %lu] ",szFunction,getInputLineNumber()); in traceLeave()
66 void tracePrint(const char * szFunction, const char * szFormat,...) in tracePrint() argument
71 tracePrintPrefix(szFunction); in tracePrint()
89 void tracePrintPrefix(const char * szFunction) in tracePrintPrefix() argument
96 fprintf(stderr,"[%s][at %lu] ",szFunction,getInputLineNumber()); in tracePrintPrefix()
125 void traceEnter(const char * szFunction,const char * szFormat,...) {} in traceEnter() argument
126 void traceLeave(const char * szFunction,const char * szFormat,...) {} in traceLeave() argument
[all …]
H A Dtrace.h32 void traceEnter(const char * szFunction,const char * szFormat,...);
33 void traceLeave(const char * szFunction,const char * szFormat,...);
34 void tracePrint(const char * szFunction,const char * szFormat,...);
36 void tracePrintPrefix(const char * szFunction);
/dports/devel/geany/geany-1.38/ctags/main/
H A Dtrace.c21 void traceEnter(const char * szFunction,const char * szFormat,...) in traceEnter() argument
28 fprintf(stderr,"[>> %s][at %lu] ",szFunction,getInputLineNumber()); in traceEnter()
40 void traceLeave(const char * szFunction,const char * szFormat,...) in traceLeave() argument
48 fprintf(stderr,"[<< %s][at %lu] ",szFunction,getInputLineNumber()); in traceLeave()
66 void tracePrint(const char * szFunction, const char * szFormat,...) in tracePrint() argument
71 tracePrintPrefix(szFunction); in tracePrint()
89 void tracePrintPrefix(const char * szFunction) in tracePrintPrefix() argument
96 fprintf(stderr,"[%s][at %lu] ",szFunction,getInputLineNumber()); in tracePrintPrefix()
H A Dtrace.h34 void traceEnter(const char * szFunction,const char * szFormat,...);
35 void traceLeave(const char * szFunction,const char * szFormat,...);
36 void tracePrint(const char * szFunction,const char * szFormat,...);
38 void tracePrintPrefix(const char * szFunction);
/dports/databases/py-pyodbc/pyodbc-4.0.32/src/
H A Derrors.cpp181 PyObject* RaiseErrorFromHandle(Connection *conn, const char* szFunction, HDBC hdbc, HSTMT hstmt) in RaiseErrorFromHandle() argument
185 PyObject* pError = GetErrorFromHandle(conn, szFunction, hdbc, hstmt); in RaiseErrorFromHandle()
197 PyObject* GetErrorFromHandle(Connection *conn, const char* szFunction, HDBC hdbc, HSTMT hstmt) in GetErrorFromHandle() argument
199 TRACE("In RaiseError(%s)!\n", szFunction); in GetErrorFromHandle()
295 …FromFormat("[%s] %V (%ld) (%s)", sqlstate, msgStr.Get(), "(null)", (long)nNativeError, szFunction); in GetErrorFromHandle()
H A Derrors.h15 PyObject* RaiseErrorFromHandle(Connection *conn, const char* szFunction, HDBC hdbc, HSTMT hstmt);
43 PyObject* GetErrorFromHandle(Connection *conn, const char* szFunction, HDBC hdbc, HSTMT hstmt);
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsModuleInterface.h151 void kvsRegisterFunction(const QString & szFunction, KviKvsModuleFunctionExecRoutine r);
163 void kvsUnregisterFunction(const QString & szFunction) in kvsUnregisterFunction() argument
165 m_pModuleFunctionExecRoutineDict->remove(szFunction); in kvsUnregisterFunction()
194 KviKvsModuleFunctionExecRoutine * kvsFindFunction(const QString & szFunction) in kvsFindFunction() argument
196 return m_pModuleFunctionExecRoutineDict->find(szFunction); in kvsFindFunction()
H A DKviKvsModuleInterface.cpp100 void KviKvsModuleInterface::kvsRegisterFunction(const QString & szFunction, KviKvsModuleFunctionExe… in kvsRegisterFunction() argument
102 m_pModuleFunctionExecRoutineDict->replace(szFunction, new KviKvsModuleFunctionExecRoutine(r)); in kvsRegisterFunction()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/common/portlib/win32/
H A DNdbMem.c37 void ShowLastError(const char* szContext, const char* szFunction)
52 printf("%s : %s failed : %lu : %s\n", szContext, szFunction, dwError, (char*)lpMsgBuf);
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4GameObjects.h64 …C4Value GRBroadcast(const char *szFunction, C4AulParSet *pPars, bool fPassError, bool fRejectTest)…
H A DC4GameObjects.cpp350 C4Value C4GameObjects::GRBroadcast(const char *szFunction, C4AulParSet *pPars, bool fPassError, boo… in GRBroadcast() argument
356 C4Value vResult = pObj->Call(szFunction, pPars, fPassError); in GRBroadcast()
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4ScriptHost.cpp390 C4Value C4GameScriptHost::Call(const char *szFunction, C4AulParSet *Pars, bool fPassError) in Call() argument
392 return ScenPropList._getPropList()->Call(szFunction, Pars, fPassError); in Call()
H A DC4ScriptHost.h162 C4Value Call(const char *szFunction, C4AulParSet *pPars=nullptr, bool fPassError=false);
/dports/x11/xpra/xpra-4.3/packaging/MSWindows/service/
H A DXpra-Service.cpp469 VOID SvcReportEvent(LPTSTR szFunction) in SvcReportEvent() argument
479 StringCchPrintf(Buffer, 80, TEXT("%s failed with %d"), szFunction, GetLastError()); in SvcReportEvent()
/dports/graphics/sharpconstruct/sharpconstruct-0.11/src/
H A DRenderingContext.cpp296 void * CRenderingContext::GetProcAddress(char const * szFunction) in GetProcAddress() argument
304 char * szNewFunction = new char [strlen(szFunction) + 3]; in GetProcAddress()
314 strcpy(&szNewFunction[2], szFunction); in GetProcAddress()
330 char * szNewFunction = new char [strlen(szFunction) + 4]; in GetProcAddress()
341 strcpy(&szNewFunction[3], szFunction); in GetProcAddress()
374 char * szNewFunction = new char [strlen(szFunction) + 3]; in GetProcAddress()
384 strcpy(&szNewFunction[2], szFunction); in GetProcAddress()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Game.h218 …C4Value GRBroadcast(const char *szFunction, C4AulParSet *pPars = nullptr, bool fPassError=false, b…
H A DC4Game.cpp3853 C4Value C4Game::GRBroadcast(const char *szFunction, C4AulParSet *pPars, bool fPassError, bool fReje… in GRBroadcast() argument
3855 std::string func{ szFunction }; in GRBroadcast()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/
H A DScraper.cpp258 const char *szFunction = xchain->Attribute("function"); in Run() local
259 if (szFunction) in Run()
277 std::vector<std::string> result2 = RunNoThrow(szFunction, scrURL2, http, &extras); in Run()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/vboxwrapper/
H A Dvbox_mscom_impl.cpp82 int virtualbox_check_error(HRESULT rc, char* szFunction, char* szFile, int iLine) { in virtualbox_check_error() argument
89 vboxlog_msg("Error 0x%x in %s (%s:%d)", rc, szFunction, szFile, iLine); in virtualbox_check_error()
/dports/graphics/sharpconstruct/sharpconstruct-0.11/include/
H A DRenderingContext.hpp326 static void * GetProcAddress(char const * szFunction); // cross-platform GetProcAddress()
/dports/games/openclonk/openclonk-release-8.1-src/docs/
H A Dde.po22409 #~ msgid "Calls the protected or public function szFunction in obj. You should reconsider whether t…