Home
last modified time | relevance | path

Searched defs:ErrorString (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.h54 typedef String ErrorString; typedef
66 void clearProfiles(ErrorString*) { resetState(); } in clearProfiles() argument
71 void isEnabled(ErrorString*, bool* result) { *result = enabled(); } in isEnabled() argument
72 void start(ErrorString*) { startUserInitiatedProfiling(); } in start() argument
73 void stop(ErrorString*) { stopUserInitiatedProfiling(); } in stop() argument
H A DInspectorDOMStorageAgent.cpp92 void InspectorDOMStorageAgent::enable(ErrorString*) in enable() argument
104 void InspectorDOMStorageAgent::disable(ErrorString*) in disable() argument
112 void InspectorDOMStorageAgent::getDOMStorageEntries(ErrorString*, int storageId, RefPtr<InspectorAr… in getDOMStorageEntries() argument
129 void InspectorDOMStorageAgent::setDOMStorageItem(ErrorString*, int storageId, const String& key, co… in setDOMStorageItem() argument
139 void InspectorDOMStorageAgent::removeDOMStorageItem(ErrorString*, int storageId, const String& key,… in removeDOMStorageItem() argument
H A DInspectorDebuggerAgent.cpp131 void InspectorDebuggerAgent::setBreakpointsActive(ErrorString*, bool active) in setBreakpointsActive() argument
155 void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString*, const String& url, int lineNumber, co… in setBreakpointByUrl() argument
212 void InspectorDebuggerAgent::removeBreakpoint(ErrorString*, const String& breakpointId) in removeBreakpoint() argument
278 void InspectorDebuggerAgent::getScriptSource(ErrorString*, const String& sourceID, String* scriptSo… in getScriptSource() argument
301 void InspectorDebuggerAgent::pause(ErrorString*) in pause() argument
307 void InspectorDebuggerAgent::resume(ErrorString*) in resume() argument
313 void InspectorDebuggerAgent::stepOver(ErrorString*) in stepOver() argument
318 void InspectorDebuggerAgent::stepInto(ErrorString*) in stepInto() argument
323 void InspectorDebuggerAgent::stepOut(ErrorString*) in stepOut() argument
H A DInspectorProfilerAgent.cpp117 void InspectorProfilerAgent::collectGarbage(WebCore::ErrorString*) in collectGarbage()
140 void InspectorProfilerAgent::enable(ErrorString*) in enable() argument
148 void InspectorProfilerAgent::disable(ErrorString*) in disable() argument
183 void InspectorProfilerAgent::getProfileHeaders(ErrorString*, RefPtr<InspectorArray>* headers) in getProfileHeaders() argument
208 void InspectorProfilerAgent::getProfile(ErrorString*, const String& type, unsigned uid, RefPtr<Insp… in getProfile() argument
229 void InspectorProfilerAgent::removeProfile(ErrorString*, const String& type, unsigned uid) in removeProfile() argument
359 void InspectorProfilerAgent::takeHeapSnapshot(ErrorString*, bool detailed) in takeHeapSnapshot() argument
H A DInspectorConsoleAgent.cpp82 void InspectorConsoleAgent::enable(ErrorString*, int* consoleMessageExpireCount) in enable() argument
93 void InspectorConsoleAgent::disable(ErrorString*) in disable() argument
98 void InspectorConsoleAgent::clearConsoleMessages(ErrorString*) in clearConsoleMessages() argument
226 void InspectorConsoleAgent::setMonitoringXHREnabled(ErrorString*, bool enabled) in setMonitoringXHREnabled() argument
231 void InspectorConsoleAgent::addInspectedNode(ErrorString*, int nodeId) in addInspectedNode() argument
H A DInspectorDebuggerAgent.h58 typedef String ErrorString; typedef
71 void enable(ErrorString*) { enable(false); } in enable() argument
72 void disable(ErrorString*) { disable(); } in disable() argument
H A DInspectorPageAgent.cpp274 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source) in addScriptToEvaluateOnLoad() argument
279 void InspectorPageAgent::removeAllScriptsToEvaluateOnLoad(ErrorString*) in removeAllScriptsToEvaluateOnLoad() argument
284 void InspectorPageAgent::reload(ErrorString*, const bool* const optionalIgnoreCache) in reload() argument
289 void InspectorPageAgent::open(ErrorString*, const String& url, const bool* const inNewWindow) in open() argument
338 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<InspectorArray>* cookies, WTF::String* coo… in getCookies() argument
382 void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& domain) in deleteCookie() argument
395 void InspectorPageAgent::getResourceTree(ErrorString*, RefPtr<InspectorObject>* object) in getResourceTree() argument
/dports/net/libnpupnp/libnpupnp-4.1.5/src/api/
H A Dupnptools.cpp55 struct ErrorString { struct
66 static constexpr struct ErrorString ErrorMessages[] = { argument
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Derror.cpp46 void ErrorString(uint32_t errorNumber) in ErrorString() function
55 void ErrorString(uint32_t errorNumber, std::string additional) in ErrorString() function
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/smtp/
H A Dsmtp_config.c708 static int ProcessPorts(SMTPConfig *config, char *ErrorString, int ErrStrLen, char **saveptr) in ProcessPorts()
812 static int ProcessCmds(SMTPConfig *config, char *ErrorString, in ProcessCmds()
1001 static int ProcessMaxMimeDepth(SMTPConfig *config, char *ErrorString, int ErrStrLen, char **saveptr) in ProcessMaxMimeDepth()
1050 static int ProcessLogDepth(SMTPConfig *config, char *ErrorString, int ErrStrLen, char **saveptr) in ProcessLogDepth()
1128 static int ProcessAltMaxCmdLen(SMTPConfig *config, char *ErrorString, int ErrStrLen, char **saveptr) in ProcessAltMaxCmdLen()
1222 static int ProcessXlink2State(SMTPConfig *config, char *ErrorString, int ErrStrLen, char **saveptr) in ProcessXlink2State()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/
H A DPeiTestPoint.c16 CHAR16 *ErrorString; in InternalGetTestPointInfoSize() local
114 CHAR16 *ErrorString; in InternalTestPointIsValidTable() local
425 IN CHAR16 *ErrorString, in InternalTestPointRecordErrorString()
490 IN CHAR16 *ErrorString in TestPointLibAppendErrorString()
521 IN CHAR16 *ErrorString in TestPointLibSetErrorString()
H A DDxeTestPoint.c153 CHAR16 *ErrorString; in InternalTestPointIsValidTable() local
498 IN CHAR16 *ErrorString, in InternalTestPointRecordErrorString()
560 IN CHAR16 *ErrorString in TestPointLibAppendErrorString()
591 IN CHAR16 *ErrorString in TestPointLibSetErrorString()
H A DSmmTestPoint.c172 CHAR16 *ErrorString; in InternalTestPointIsValidTable() local
521 IN CHAR16 *ErrorString, in InternalTestPointRecordErrorString()
583 IN CHAR16 *ErrorString in TestPointLibAppendErrorString()
614 IN CHAR16 *ErrorString in TestPointLibSetErrorString()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsnort_httpinspect.c341 char *ErrorString, int ErrStrLen, in ProcessIISUnicodeMap()
486 char *ErrorString, int ErrStrLen, in ProcessOversizeDir()
520 char *ErrorString, int ErrStrLen, char **saveptr) in ProcessHttpMemcap()
559 char *ErrorString, int ErrStrLen, char **saveptr) in ProcessMaxGzipMem()
705 char *ErrorString, int ErrStrLen, char **saveptr) in ProcessGlobalConf()
828 static inline int _ProcessProfileErr(int iRet, char* ErrorString, in _ProcessProfileErr()
872 char *ErrorString, int ErrStrLen, in ProcessProfile()
970 char *ErrorString, int ErrStrLen, char **saveptr) in ProcessPorts()
1710 char *ErrorString, int ErrStrLen ) in Is_Field_Prec_Unique()
1877 char *ErrorString, int ErrStrLen, char **saveptr) in ProcessXFF_HeaderList()
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/KabylakeSiliconPkg/Hsti/Dxe/
H A DHstiSiliconDxe.c130 IN CHAR16 *ErrorString in BuildHstiErrorString()
171 CHAR16 *ErrorString; in UpdateData() local
232 CHAR16 *ErrorString; in DumpHsti() local
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dsnort_ftptelnet.c401 char *ErrorString, int ErrStrLen) in ProcessConfOpt()
487 char *ErrorString, int ErrStrLen) in ProcessInspectType()
551 char *ErrorString, int ErrStrLen) in ProcessFTPGlobalConf()
632 char *ErrorString, int ErrStrLen) in ProcessPorts()
726 char *ErrorString, int ErrStrLen) in ProcessTelnetAYTThreshold()
832 char *ErrorString, int ErrStrLen) in ProcessTelnetConf()
992 char *ErrorString, int ErrStrLen, in ProcessFTPCmdList()
1168 char *ErrorString, int ErrStrLen) in ProcessFTPDataChanCmdsList()
1316 char *ErrorString, int ErrStrLen) in ProcessFTPDirCmdsList()
1423 char *ErrorString, int ErrStrLen) in ProcessFTPIgnoreDataChan()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c159 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
508 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
570 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
600 IN CHAR16 *ErrorString in HstiLibSetErrorString()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/DxeHstiLib/
H A DHstiDxe.c153 CHAR16 *ErrorString; in InternalHstiIsValidTable() local
503 IN CHAR16 *ErrorString, in InternalHstiRecordErrorString()
567 IN CHAR16 *ErrorString in HstiLibAppendErrorString()
597 IN CHAR16 *ErrorString in HstiLibSetErrorString()

12345678910>>...36