Home
last modified time | relevance | path

Searched refs:req (Results 1201 - 1225 of 1530) sorted by relevance

1...<<41424344454647484950>>...62

/third_party/node/test/parallel/
H A Dtest-https-server-close-all.js21 const server = createServer(options, common.mustCall(function(req, res) {
H A Dtest-tls-write-error.js23 const server = https.createServer(opts, (req, res) => {
/third_party/node/test/pummel/
H A Dtest-https-large-response.js40 const server = https.createServer(options, common.mustCall(function(req, res) {
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.h129 FT_Size_Request req );
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.h102 FT_Size_Request req );
/third_party/curl/lib/
H A Durl.c273 free(data->req.newurl); in Curl_close()
274 data->req.newurl = NULL; in Curl_close()
330 if(data->req.doh) { in Curl_close()
331 Curl_dyn_free(&data->req.doh->probe[0].serverdoh); in Curl_close()
332 Curl_dyn_free(&data->req.doh->probe[1].serverdoh); in Curl_close()
333 curl_slist_free_all(data->req.doh->headers); in Curl_close()
334 Curl_safefree(data->req.doh); in Curl_close()
2065 Curl_safefree(data->req.p.http);
2066 Curl_safefree(data->req.newurl);
2068 if(data->req
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c2341 pa_alsa_required_t req; in element_parse_required() local
2356 req = PA_ALSA_REQUIRED_IGNORE; in element_parse_required()
2358 req = PA_ALSA_REQUIRED_SWITCH; in element_parse_required()
2360 req = PA_ALSA_REQUIRED_VOLUME; in element_parse_required()
2362 req = PA_ALSA_REQUIRED_ENUMERATION; in element_parse_required()
2364 req = PA_ALSA_REQUIRED_ANY; in element_parse_required()
2372 e->required_absent = req; in element_parse_required()
2374 o->required_absent = req; in element_parse_required()
2376 j->required_absent = req; in element_parse_required()
2380 e->required_any = req; in element_parse_required()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.c153 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
159 if (!(req->Type & MFX_MEMTYPE_VIDEO_MEMORY_PROCESSOR_TARGET) || in frame_alloc()
160 !(req->Type & (MFX_MEMTYPE_FROM_VPPIN | MFX_MEMTYPE_FROM_VPPOUT)) || in frame_alloc()
161 !(req->Type & MFX_MEMTYPE_EXTERNAL_FRAME)) in frame_alloc()
164 if (req->Type & MFX_MEMTYPE_FROM_VPPIN) { in frame_alloc()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_dfu.c287 void get_flash_state(struct usbdev_req_s *req) in get_flash_state() argument
289 uint8_t *buf = req->buf; in get_flash_state()
464 static void dfu_dnload_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in dfu_dnload_complete() argument
471 ret = usb_dfu_write(usb_dfu_get_entity(0), req->buf, (int)req->len, dev->seq_num); in dfu_dnload_complete()
/third_party/mesa3d/src/glx/
H A Dglxext.c704 xGLXGetVisualConfigsReq *req; in getVisualConfigs() local
711 GetReq(GLXGetVisualConfigs, req); in getVisualConfigs()
712 req->reqType = priv->codes.major_opcode; in getVisualConfigs()
713 req->glxCode = X_GLXGetVisualConfigs; in getVisualConfigs()
714 req->screen = screen; in getVisualConfigs()
H A Dindirect_vertex_array.c733 unsigned req; in emit_DrawArrays_old() local
736 for (req = 2; req <= total_requests; req++) { in emit_DrawArrays_old()
748 __glXSendLargeChunk(gc, req, total_requests, gc->pc, pc - gc->pc); in emit_DrawArrays_old()
836 unsigned req; in emit_DrawElements_old() local
847 req = 2; in emit_DrawElements_old()
884 __glXSendLargeChunk(gc, req, total_requests, gc->pc, pc - gc->pc); in emit_DrawElements_old()
886 req++; in emit_DrawElements_old()
894 assert((total_requests == 0) || ((req in emit_DrawElements_old()
[all...]
/third_party/node/src/
H A Dudp_wrap.cc505 // send(req, list, list.length, port, address, hasCallback) in DoSend()
510 // send(req, list, list.length, hasCallback) in DoSend()
601 uv_udp_send_cb{[](uv_udp_send_t* req, int status) { in Send()
602 UDPWrap* self = ContainerOf(&UDPWrap::handle_, req->handle); in Send()
604 ReqWrap<uv_udp_send_t>::from_req(req), status); in Send()
671 void UDPWrap::OnSendDone(ReqWrap<uv_udp_send_t>* req, int status) { in OnSendDone() argument
672 BaseObjectPtr<SendWrap> req_wrap{static_cast<SendWrap*>(req)}; in OnSendDone()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2816 const char* req, in _checklocs()
2821 if (_loccmp(req, valid) > 0 && in _checklocs()
2823 log_verbose("%s; req=%s, valid=%s, actual=%s\n", in _checklocs()
2824 label, req, valid, actual); in _checklocs()
2826 log_err("FAIL: %s; req=%s, valid=%s, actual=%s\n", in _checklocs()
2827 label, req, valid, actual); in _checklocs()
2840 const char *req = "en_US_REDWOODSHORES", *valid, *actual; in TestGetLocale() local
2842 req, in TestGetLocale()
2855 _checklocs("udat", req, valid, actual); in TestGetLocale()
2864 const char *req in TestGetLocale() local
2815 _checklocs(const char* label, const char* req, const char* valid, const char* actual) _checklocs() argument
2888 const char *req = "zh_Hant_TW_TAINAN", *valid, *actual; TestGetLocale() local
2955 const char *req = "ar_KW_ABDALI", *valid, *actual; TestGetLocale() local
2980 const char *req = "es_AR_BUENOSAIRES", *valid, *actual; TestGetLocale() local
[all...]
/third_party/libuv/test/
H A Dtest-spawn.c148 static void write_cb(uv_write_t* req, int status) { in write_cb() argument
150 uv_close((uv_handle_t*) req->handle, close_cb); in write_cb()
154 static void write_null_cb(uv_write_t* req, int status) { in write_null_cb() argument
1742 uv_fs_t req; in TEST_IMPL() local
1774 ASSERT_EQ(1, uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL)); in TEST_IMPL()
1775 ASSERT_EQ(1, req.result); in TEST_IMPL()
1776 uv_fs_req_cleanup(&req); in TEST_IMPL()
1786 ASSERT_EQ(1, uv_fs_write(NULL, &req, fd[1], bufs, 1, -1, NULL)); in TEST_IMPL()
1787 ASSERT_EQ(1, req.result); in TEST_IMPL()
1788 uv_fs_req_cleanup(&req); in TEST_IMPL()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c305 "Subject Alt Names (IPADDR/DNS/URI) to add as (critical) cert req extension"},
787 * Sends the PKIMessage req and on success place the response in *res
793 const OSSL_CMP_MSG *req) in read_write_req_resp()
800 if (req != NULL && opt_reqout != NULL in read_write_req_resp()
801 && !write_PKIMESSAGE(req, &opt_reqout)) in read_write_req_resp()
826 const OSSL_CMP_MSG *actual_req = req_new != NULL ? req_new : req; in read_write_req_resp()
2693 OSSL_CMP_MSG *req = NULL; in cmp_server() local
2697 (ASN1_VALUE **)&req, &path, in cmp_server()
2714 if (req != NULL) { in cmp_server()
2720 OSSL_CMP_MSG_free(req); in cmp_server()
792 read_write_req_resp(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) read_write_req_resp() argument
[all...]
/third_party/openssl/apps/
H A Dcmp.c305 "Subject Alt Names (IPADDR/DNS/URI) to add as (critical) cert req extension"},
787 * Sends the PKIMessage req and on success place the response in *res
793 const OSSL_CMP_MSG *req) in read_write_req_resp()
800 if (req != NULL && opt_reqout != NULL in read_write_req_resp()
801 && !write_PKIMESSAGE(req, &opt_reqout)) in read_write_req_resp()
826 const OSSL_CMP_MSG *actual_req = req_new != NULL ? req_new : req; in read_write_req_resp()
2692 OSSL_CMP_MSG *req = NULL; in cmp_server() local
2696 (ASN1_VALUE **)&req, &path, in cmp_server()
2713 if (req != NULL) { in cmp_server()
2719 OSSL_CMP_MSG_free(req); in cmp_server()
792 read_write_req_resp(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) read_write_req_resp() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_teap.c1151 struct wpabuf *req; in eap_teap_pac_request() local
1156 req = wpabuf_alloc(sizeof(*act) + sizeof(*pac) + sizeof(*type)); in eap_teap_pac_request()
1157 if (!req) in eap_teap_pac_request()
1161 act = wpabuf_put(req, sizeof(*act)); in eap_teap_pac_request()
1168 pac = wpabuf_put(req, sizeof(*pac)); in eap_teap_pac_request()
1172 type = wpabuf_put(req, sizeof(*type)); in eap_teap_pac_request()
1177 return req; in eap_teap_pac_request()
1721 const struct eap_hdr *req; in eap_teap_process() local
1735 req = wpabuf_head(reqData); in eap_teap_process()
1736 id = req in eap_teap_process()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c1206 struct wpabuf *req; in eap_teap_pac_request() local
1211 req = wpabuf_alloc(sizeof(*act) + sizeof(*pac) + sizeof(*type)); in eap_teap_pac_request()
1212 if (!req) in eap_teap_pac_request()
1216 act = wpabuf_put(req, sizeof(*act)); in eap_teap_pac_request()
1223 pac = wpabuf_put(req, sizeof(*pac)); in eap_teap_pac_request()
1227 type = wpabuf_put(req, sizeof(*type)); in eap_teap_pac_request()
1232 return req; in eap_teap_pac_request()
1833 const struct eap_hdr *req; in eap_teap_process() local
1847 req = wpabuf_head(reqData); in eap_teap_process()
1848 id = req in eap_teap_process()
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c442 struct agx_submit_cmdbuf_req req = { in agx_submit_cmdbuf() local
453 &req, sizeof(req), in agx_submit_cmdbuf()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
184 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
297 ASN1_VALUE *req, const ASN1_ITEM *req_it,
/third_party/node/deps/uvwasi/src/
H A Dfd_table.c412 uv_fs_t req; in uvwasi_fd_table_renumber() local
442 r = uv_fs_close(NULL, &req, dst_entry->fd, NULL); in uvwasi_fd_table_renumber()
443 uv_fs_req_cleanup(&req); in uvwasi_fd_table_renumber()
/third_party/openssl/apps/include/
H A Dapps.h109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
184 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
297 ASN1_VALUE *req, const ASN1_ITEM *req_it,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c379 struct wpabuf *req, *sel; in hostapd_ctrl_iface_nfc_report_handover() local
405 req = wpabuf_alloc(len); in hostapd_ctrl_iface_nfc_report_handover()
406 if (req == NULL) in hostapd_ctrl_iface_nfc_report_handover()
408 if (hexstr2bin(pos, wpabuf_put(req, len), len) < 0) { in hostapd_ctrl_iface_nfc_report_handover()
409 wpabuf_free(req); in hostapd_ctrl_iface_nfc_report_handover()
415 wpabuf_free(req); in hostapd_ctrl_iface_nfc_report_handover()
422 wpabuf_free(req); in hostapd_ctrl_iface_nfc_report_handover()
426 wpabuf_free(req); in hostapd_ctrl_iface_nfc_report_handover()
432 ret = hostapd_wps_nfc_report_handover(hapd, req, sel); in hostapd_ctrl_iface_nfc_report_handover()
438 wpabuf_free(req); in hostapd_ctrl_iface_nfc_report_handover()
628 struct wpabuf *req; hostapd_ctrl_iface_hs20_deauth_req() local
3143 struct wpabuf *req; hostapd_ctrl_iface_req_beacon() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/
H A Dnapi_manager.h72 static void MainOnMessage(const uv_async_t* req);
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/
H A Dnapi_manager.h69 static void MainOnMessage(const uv_async_t *req);

Completed in 48 milliseconds

1...<<41424344454647484950>>...62