Lines Matching refs:serror

44     jdwpError serror = JDWP_ERROR(NONE);
51 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
59 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
61 serror = map2jdwpError(
69 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
71 serror = map2jdwpError(
79 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
81 serror = map2jdwpError(
93 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
96 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
99 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
102 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
104 serror = map2jdwpError(
113 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
116 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
118 serror = map2jdwpError(
126 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
128 serror = map2jdwpError(
138 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
141 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
144 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
146 serror = map2jdwpError(
155 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
157 serror = map2jdwpError(
165 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
167 serror = map2jdwpError(
176 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
178 serror = map2jdwpError(
187 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
190 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
193 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) )
195 serror = map2jdwpError(
202 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) {
205 serror = map2jdwpError(
211 serror = JDWP_ERROR(ILLEGAL_ARGUMENT);
214 if ( serror != JDWP_ERROR(NONE) )
217 return serror;
233 jdwpError serror;
267 serror = JDWP_ERROR(NONE);
280 serror = readAndSetFilters(getEnv(), in, node, filterCount);
281 if (serror == JDWP_ERROR(NONE)) {
284 serror = map2jdwpError(error);
285 if (serror == JDWP_ERROR(NONE)) {
291 if (serror == JDWP_ERROR(NONE)) {
295 outStream_setError(out, serror);