OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendOK
(Results
1 - 5
of
5
) sorted by null
/external/skia/tools/skiaserve/urlhandlers/
EnableGPUHandler.cpp
40
return
SendOK
(connection);
46
return
SendOK
(connection);
ClipAlphaHandler.cpp
36
return
SendOK
(connection);
CmdHandler.cpp
47
return
SendOK
(connection);
56
return
SendOK
(connection);
/external/skia/tools/skiaserve/
Response.h
16
//
SendOK
just sends an empty response with a 200 OK status code.
17
int
SendOK
(MHD_Connection* connection);
Response.cpp
43
//
SendOK
just sends an empty response with a 200 OK status code.
44
int
SendOK
(MHD_Connection* connection) {
Completed in 181 milliseconds