Home
last modified time | relevance | path

Searched refs:req (Results 1151 - 1175 of 1490) sorted by relevance

1...<<41424344454647484950>>...60

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-server.c128 struct request_info req; in callback() local
130 request_init(&req, RQ_DAEMON, s->tcpwrap_service, RQ_FILE, nfd, NULL); in callback()
131 fromhost(&req); in callback()
132 if (!hosts_access(&req)) { in callback()
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c242 struct amdgpu_bo_alloc_request req = {0}; in alloc_resource() local
248 req.alloc_size = ALIGN(size, 4096); in alloc_resource()
249 req.preferred_heap = domain; in alloc_resource()
250 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
254 req.alloc_size, 1, 0, &va, in alloc_resource()
257 r = amdgpu_bo_va_op(buf_handle, 0, req.alloc_size, va, 0, in alloc_resource()
262 vce_bo->size = req.alloc_size; in alloc_resource()
/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...]
H A Dhttp2.h41 CURLcode Curl_http2_request_upgrade(struct dynbuf *req,
/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()
H A Df_ether.h97 extern void eth_rx(struct los_eth_driver *sc, const struct usbdev_req_s *req);
/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()
/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/FreeBSD/sys/dev/usb/
H A Dusb_dynamic.c64 usb_temp_get_desc_w(struct usb_device *udev, struct usb_device_request *req, const void **pPtr, uint16_t *pLength) in usb_temp_get_desc_w() argument
/third_party/libuv/test/
H A Dtest-tcp-close-while-connecting.c40 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
/third_party/node/test/parallel/
H A Dtest-http-agent-maxsockets.js14 const server = http.createServer(common.mustCall((req, res) => {
H A Dtest-http-client-reject-unexpected-agent.js28 const server = http.createServer((req, res) => {
H A Dtest-http-client-timeout-option-listeners.js8 const server = http.createServer((req, res) => {
H A Dtest-http-response-statuscode.js20 const server = http.Server(common.mustCall(function(req, res) {
H A Dtest-https-client-resume.js41 const server = https.createServer(options, common.mustCall((req, res) => {
H A Dtest-https-resume-after-renew.js16 const server = https.createServer(options, function(req, res) {
H A Dtest-https-keep-alive-drop-requests.js25 const server = https.createServer(httpsOptions, common.mustCall((req, res) => {
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/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...]

Completed in 23 milliseconds

1...<<41424344454647484950>>...60