Searched refs:errorString (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | process.c | 1076 char *errorString = NULL; local in function:ProcessConnectionSetup 1082 swap, 0, NULL, &authDataLen, &authData, &errorString); 1114 free (errorString); 1153 char *errorString = NULL; local in function:ProcessAuthRequired 1192 errorString = strdup(tempstr); 1195 errorReply->error_message = errorString; 1222 errorString = strdup(tempstr); 1225 errorReply->error_message = errorString; 1262 swap, authDataLen, authData, &replyDataLen, &replyData, &errorString); 1290 ICE_AuthRequired, errorString); 1346 char *errorString = NULL; local in function:ProcessAuthReply 1637 char *errorString = NULL; local in function:ProcessAuthNextPhase 2116 char *errorString = NULL; local in function:ProcessProtocolSetup [all...] |
| /xsrc/external/mit/xfindproxy/dist/ |
| H A D | xfindproxy.c | 151 char errorString[255]; local in function:main 253 managerAddress, NULL, 0, 0, 256, errorString)) == NULL) 256 "Could not open ICE connection to proxy manager: %s", errorString); 263 &vendor, &release, 256, errorString); 270 errorString);
|
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | pmdb.c | 184 char errorString[256]; local in function:ConnectToProxy 197 sizeof(errorString), errorString); 225 sizeof(errorString), errorString) 230 serviceName, proxyAddress, errorString);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_compiler.cpp | 1275 char *errorString; local in function:d3d12_validation_tools::validate_and_sign 1277 errorString = reinterpret_cast<char*>(printBlobUtf8->GetBufferPointer()); 1279 errorString[printBlobUtf8->GetBufferSize() - 1] = 0; 1282 errorString);
|
Completed in 6 milliseconds