Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/passwd/
Dnscd_query.c23 int32_t req_buf[REQ_LEN] = { in __nscd_query() local
30 {&req_buf, sizeof(req_buf)}, in __nscd_query()
50 if (req_buf[2] > LOGIN_NAME_MAX) in __nscd_query()
77 for (i = 0; i < sizeof(req_buf)/sizeof(req_buf[0]); i++) { in __nscd_query()
78 req_buf[i] = bswap_32(req_buf[i]); in __nscd_query()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttp_client.c246 struct wpabuf *req_buf = NULL; in http_client_url() local
255 req_buf = wpabuf_alloc(os_strlen(url) + 1000); in http_client_url()
256 if (req_buf == NULL) { in http_client_url()
260 req = req_buf; in http_client_url()
276 wpabuf_free(req_buf); in http_client_url()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttp_client.c246 struct wpabuf *req_buf = NULL; in http_client_url() local
255 req_buf = wpabuf_alloc(os_strlen(url) + 1000); in http_client_url()
256 if (req_buf == NULL) { in http_client_url()
260 req = req_buf; in http_client_url()
276 wpabuf_free(req_buf); in http_client_url()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface_named_pipe.c69 char req_buf[REQUEST_BUFSIZE]; member
268 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), in ctrl_iface_write_completed()
285 char *buf = dst->req_buf; in wpa_supplicant_ctrl_iface_rx()
545 char req_buf[REQUEST_BUFSIZE]; member
699 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), in global_iface_write_completed()
719 char *buf = dst->req_buf; in wpa_supplicant_global_iface_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface_named_pipe.c69 char req_buf[REQUEST_BUFSIZE]; member
268 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), in ctrl_iface_write_completed()
285 char *buf = dst->req_buf; in wpa_supplicant_ctrl_iface_rx()
548 char req_buf[REQUEST_BUFSIZE]; member
702 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), in global_iface_write_completed()
722 char *buf = dst->req_buf; in wpa_supplicant_global_iface_rx()
/third_party/NuttX/drivers/usbdev/gadget/
Dcdcacm.c437 char *req_buf; in cdcacm_fill_rdrequest() local
444 req_buf = (char *)req->buf; in cdcacm_fill_rdrequest()
448 ret = usbd_copy_to_user(read_buf, req->len, (req_buf + priv->read_offset), buflen); in cdcacm_fill_rdrequest()