Lines Matching refs:pError
30969 static int proxyGetHostID(unsigned char *pHostID, int *pError){
30978 if( pError ){
30979 *pError = err;
30985 UNUSED_PARAMETER(pError);
31156 int pError = 0;
31170 rc = proxyGetHostID(myHostID, &pError);
31172 pFile->lastErrno = pError;
33295 static int retryIoerr(int *pnRetry, DWORD *pError){
33298 if( pError ){
33299 *pError = e;
33310 if( pError ){
33311 *pError = e;