OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessRequest
(Results
1 - 7
of
7
) sorted by null
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
fake_handshaker_server.cc
70
status =
ProcessRequest
(&context, request, &response);
93
Status
ProcessRequest
(HandshakerContext* context,
/external/curl/tests/server/
rtspd.c
124
static int
ProcessRequest
(struct httprequest *req);
336
static int
ProcessRequest
(struct httprequest *req)
346
logmsg("
ProcessRequest
() called with testno %ld and line [%s]",
575
logmsg("
ProcessRequest
returned without a complete request");
578
logmsg("
ProcessRequest
found a complete request");
861
done_processing =
ProcessRequest
(req);
[
all
...]
sws.c
123
int callcount; /* times
ProcessRequest
() gets called */
137
static int
ProcessRequest
(struct httprequest *req);
472
static int
ProcessRequest
(struct httprequest *req)
1051
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
...]
/external/python/apitools/apitools/base/py/
base_api.py
404
def
ProcessRequest
(self, method_config, request):
656
request = self.__client.
ProcessRequest
(method_config, request)
Completed in 608 milliseconds