HomeSort by relevance Sort by last modified time
    Searched refs:ProcessRequest (Results 1 - 5 of 5) sorted by null

  /external/curl/tests/server/
rtspd.c 124 static int ProcessRequest(struct httprequest *req);
336 static int ProcessRequest(struct httprequest *req)
349 logmsg("ProcessRequest() called with testno %ld and line [%s]",
577 logmsg("ProcessRequest returned without a complete request");
580 logmsg("ProcessRequest found a complete request");
863 done_processing = ProcessRequest(req);
    [all...]
sws.c 123 int callcount; /* times ProcessRequest() gets called */
135 static int ProcessRequest(struct httprequest *req);
460 static int ProcessRequest(struct httprequest *req)
1023 req->done_processing = ProcessRequest(req);
    [all...]
  /art/runtime/jdwp/
jdwp.h 307 size_t ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply)
jdwp_main.cc 522 size_t replyLength = ProcessRequest(&request, pReply, &skip_reply);
jdwp_handler.cc     [all...]

Completed in 150 milliseconds