Searched refs:errorString (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Dprocess.c1076 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 Dxfindproxy.c151 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 Dpmdb.c184 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 Dd3d12_compiler.cpp1275 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