Home | History | Annotate | Download | only in http

Lines Matching refs:OK

57   int result = DoLoop(OK);
61 return result > 0 ? OK : result;
74 int result = OK;
89 return result > 0 ? OK : result;
100 return OK;
106 int result = DoLoop(OK);
202 result = OK;
320 return OK;
371 return OK;
460 headers = new HttpResponseHeaders(std::string("HTTP/0.9 200 OK"));