Searched refs:lastError (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/libxml2-26/libxml2/
H A Dtestchar.c15 int lastError; variable
18 if ((unused == NULL) && (err != NULL) && (lastError == 0)) {
19 lastError = err->code;
32 lastError = 0;
40 if ((lastError == 0) || (res != NULL))
47 if ((lastError == 0) || (res != NULL))
53 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL))
73 lastError = 0;
83 if ((lastError == 0) || (res != NULL))
94 if ((lastError
[all...]
H A DparserInternals.c1797 if (ctxt->lastError.message != NULL)
1798 xmlFree(ctxt->lastError.message);
1799 if (ctxt->lastError.file != NULL)
1800 xmlFree(ctxt->lastError.file);
1801 if (ctxt->lastError.str1 != NULL)
1802 xmlFree(ctxt->lastError.str1);
1803 if (ctxt->lastError.str2 != NULL)
1804 xmlFree(ctxt->lastError.str2);
1805 if (ctxt->lastError.str3 != NULL)
1806 xmlFree(ctxt->lastError
[all...]
H A Derror.c518 to = &ctxt->lastError;
920 if (ctxt->lastError.code == XML_ERR_OK)
922 return (&ctxt->lastError);
940 if (ctxt->lastError.code == XML_ERR_OK)
942 xmlResetError(&ctxt->lastError);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtestchar.c13 int lastError; variable
16 if ((unused == NULL) && (err != NULL) && (lastError == 0)) {
17 lastError = err->code;
30 lastError = 0;
38 if ((lastError == 0) || (res != NULL))
45 if ((lastError == 0) || (res != NULL))
51 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL))
71 lastError = 0;
81 if ((lastError == 0) || (res != NULL))
92 if ((lastError
[all...]
H A DparserInternals.c1832 if (ctxt->lastError.message != NULL)
1833 xmlFree(ctxt->lastError.message);
1834 if (ctxt->lastError.file != NULL)
1835 xmlFree(ctxt->lastError.file);
1836 if (ctxt->lastError.str1 != NULL)
1837 xmlFree(ctxt->lastError.str1);
1838 if (ctxt->lastError.str2 != NULL)
1839 xmlFree(ctxt->lastError.str2);
1840 if (ctxt->lastError.str3 != NULL)
1841 xmlFree(ctxt->lastError
[all...]
H A Derror.c511 to = &ctxt->lastError;
913 if (ctxt->lastError.code == XML_ERR_OK)
915 return (&ctxt->lastError);
933 if (ctxt->lastError.code == XML_ERR_OK)
935 xmlResetError(&ctxt->lastError);
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinLoad.c82 DWORD lastError = GetLastError();
95 FORMAT_MESSAGE_ALLOCATE_BUFFER, NULL, lastError, 0,
98 sprintf(buf, "%d %s", lastError, (char *)lpMsgBuf);
111 switch (lastError) {
131 TclWinConvertError(lastError);
81 DWORD lastError = GetLastError(); local
H A DtclWinSock.c90 int lastError; /* Error code from last message. */ member in struct:SocketInfo
720 if (events & FD_CONNECT && infoPtr->lastError != NO_ERROR) {
862 infoPtr->lastError = 0;
1190 if (infoPtr->lastError) {
1191 *errorCodePtr = infoPtr->lastError;
2308 infoPtr->lastError = Tcl_GetErrno();
2316 infoPtr->lastError = Tcl_GetErrno();
H A DtclWinSerial.c88 DWORD lastError; /* last error code, can be fetched with member in struct:SerialInfo
987 infoPtr->lastError = infoPtr->error;
1040 infoPtr->lastError = infoPtr->error;
1113 infoPtr->lastError |= CE_PTO;
1515 infoPtr->lastError = infoPtr->error = 0;
2175 SerialErrorStr(infoPtr->lastError, dsPtr);
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinLoad.c77 DWORD lastError = GetLastError();
87 FORMAT_MESSAGE_ALLOCATE_BUFFER, NULL, lastError, 0,
90 sprintf(buf, "%d %s", lastError, (char *)lpMsgBuf);
100 switch (lastError) {
120 TclWinConvertError(lastError);
76 DWORD lastError = GetLastError(); local
H A DtclWinSerial.c86 DWORD lastError; /* last error code, can be fetched with member in struct:SerialInfo
942 infoPtr->lastError = infoPtr->error; /* save last error code */
991 infoPtr->lastError = infoPtr->error; /* save last error code */
1058 infoPtr->lastError |= CE_PTO;
1446 infoPtr->lastError = infoPtr->error = 0;
2059 SerialErrorStr(infoPtr->lastError, dsPtr);
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DUniqueIDBDatabaseBackingStoreSQLite.cpp92 LOG_ERROR("Could not create IDBDatabaseInfo table in database (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
98 LOG_ERROR("Could not create ObjectStoreInfo table in database (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
104 LOG_ERROR("Could not create IndexInfo table in database (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
110 LOG_ERROR("Could not create Records table in database (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
116 LOG_ERROR("Could not create IndexRecords table in database (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
122 LOG_ERROR("Could not create KeyGenerators table in database (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
132 LOG_ERROR("Could not insert database metadata version into IDBDatabaseInfo table (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
142 LOG_ERROR("Could not insert database name into IDBDatabaseInfo table (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
154 LOG_ERROR("Could not insert default version into IDBDatabaseInfo table (%i) - %s", m_sqliteDB->lastError(), m_sqliteDB->lastErrorMsg());
161 LOG_ERROR("Could not insert default version into IDBDatabaseInfo table (%i) - %s", m_sqliteDB->lastError(), m_sqliteD
[all...]
H A DSQLiteIDBCursor.cpp364 LOG_ERROR("Could not create index cursor statement into object store records (%i) '%s'", m_statement->database()->lastError(), m_statement->database()->lastErrorMsg());
379 LOG_ERROR("Could not step index cursor statement into object store records (%i) '%s'", m_statement->database()->lastError(), m_statement->database()->lastErrorMsg());
/macosx-10.10.1/kext_tools-384.1.4/
H A DQEQuery.c55 QEQueryError lastError; member in struct:__QEQuery
342 query->lastError == kQEQueryErrorNone) {
355 return query->lastError;
452 &query->lastError);
454 query->lastError = kQEQueryErrorNoEvaluationCallback;
468 if (query->lastError != kQEQueryErrorNone) {
483 if (!QEQueryIsComplete(query) || query->lastError != kQEQueryErrorNone) {
522 query->lastError = kQEQueryErrorSyntax;
537 query->lastError = kQEQueryErrorSyntax;
548 query->lastError
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dwinnmtst.cpp190 DWORD lastError = GetLastError(); local
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError(); local
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A DtstLastError.py25 when the exception is raised, check the libxml2.lastError for
32 e = libxml2.lastError()
34 self.fail("lastError not set")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A DtstLastError.py25 when the exception is raised, check the libxml2.lastError for
32 e = libxml2.lastError()
34 self.fail("lastError not set")
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldapx.tcl868 variable lastError ""
902 set lastError $le
904 return $lastError
973 set lastError ""
1214 return [catch {uplevel 1 $script} lastError]
1268 variable lastError ""
1316 set lastError $le
1318 return $lastError
1364 set lastError [lindex $r 1]
1371 set lastError ""
[all...]
H A Dldap.tcl384 set conn(lastError) ""
630 if {[string length $conn(lastError)]} {
632 [format "Protocol error: %s" $conn(lastError)]
735 set conn(lastError) [format "Expected SEQUENCE (0x30) but got %x" $type]
744 set conn(lastError) "Server closed connection"
752 set conn(lastError) [format \
783 set conn(lastError) "Server closed connection"
788 set conn(lastError) [format \
813 set conn(lastError) "Server closed connection"
817 set conn(lastError) [forma
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecBase.cpp86 static ThreadNexus<string> lastError; local
110 lastError() = err;
111 return lastError().c_str();
117 lastError() = buf;
118 return lastError().c_str();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBase.cpp86 static ThreadNexus<string> lastError; local
110 lastError() = err;
111 return lastError().c_str();
117 lastError() = buf;
118 return lastError().c_str();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBase.cpp86 static ThreadNexus<string> lastError; local
110 lastError() = err;
111 return lastError().c_str();
117 lastError() = buf;
118 return lastError().c_str();
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ns/
H A DGSSKit.h140 - (GSSError *)lastError;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dwinnmfmt.cpp312 DWORD lastError = GetLastError(); local
314 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DDOMTreeManager.js552 var length, nodes, received = 0, lastError = null, domTreeManager = this;
557 lastError = error;
561 callback(lastError, nodes);

Completed in 688 milliseconds

12