Searched refs:req (Results 1376 - 1400 of 1864) sorted by relevance
1...<<51525354555657585960>>...75
/third_party/node/test/parallel/ |
H A D | test-http-client-incomingmessage-destroy.js | 7 const server = createServer(common.mustCall((req, res) => {
|
H A D | test-http-exceptions.js | 31 const server = http.createServer(function(req, res) {
|
H A D | test-http-header-read.js | 30 const s = http.createServer(function(req, res) {
|
H A D | test-http-request-agent.js | 20 const server = https.createServer(options, function(req, res) {
|
H A D | test-http-server-write-after-end.js | 10 function handle(req, res) {
|
H A D | test-http-server-write-end-after-end.js | 8 function handle(req, res) {
|
H A D | test-http-set-header-chain.js | 11 const server = http.createServer(common.mustCall((req, res) => {
|
H A D | test-http-status-message.js | 28 const s = http.createServer(function(req, res) {
|
H A D | test-https-agent-servername.js | 18 const server = https.Server(options, (req, res) => {
|
H A D | test-https-server-close-destroy-timeout.js | 18 const server = createServer(options, function(req, res) {});
|
H A D | test-https-unix-socket-self-signed.js | 17 const server = https.createServer(options, common.mustCall((req, res) => {
|
/third_party/nghttp2/src/ |
H A D | shrpx_memcached_dispatcher.h | 54 int add_request(std::unique_ptr<MemcachedRequest> req);
|
/third_party/musl/src/passwd/ |
H A D | nscd.h | 42 hidden FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap);
|
/third_party/node/benchmark/http/ |
H A D | upgrade.js | 31 .on('upgrade', (req, socket, upgradeHead) => {
|
H A D | incoming_headers.js | 13 const server = http.createServer((req, res) => {
|
H A D | headers.js | 26 const server = http.createServer((req, res) => {
|
H A D | chunked.js | 24 const server = http.createServer((req, res) => {
|
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/ |
H A D | InputServlet.java | 39 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() argument
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffobjs.h | 36 FT_Size_Request req );
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttsbit.h | 39 FT_Size_Request req,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_query_ap.h | 34 struct wpabuf *req,
|
H A D | rrm.h | 28 u8 req_mode, const struct wpabuf *req);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.h | 119 int radius_server_dac_request(struct radius_server_data *data, const char *req);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_query_ap.h | 34 struct wpabuf *req,
|
H A D | rrm.h | 28 u8 req_mode, const struct wpabuf *req);
|
Completed in 5 milliseconds
1...<<51525354555657585960>>...75