HomeSort by: relevance | last modified time | path
    Searched refs:errorString (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libICE/dist/src/
process.c 1076 char *errorString = NULL;
1082 swap, 0, NULL, &authDataLen, &authData, &errorString);
1114 free (errorString);
1153 char *errorString = NULL;
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);
    [all...]
  /xsrc/external/mit/xfindproxy/dist/
xfindproxy.c 151 char errorString[255];
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/
pmdb.c 184 char errorString[256];
197 sizeof(errorString), errorString);
225 sizeof(errorString), errorString)
230 serviceName, proxyAddress, errorString);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_compiler.cpp 1275 char *errorString;
1277 errorString = reinterpret_cast<char*>(printBlobUtf8->GetBufferPointer());
1279 errorString[printBlobUtf8->GetBufferSize() - 1] = 0;
1282 errorString);

Completed in 6 milliseconds