/third_party/backends/backend/ |
H A D | hs2p.c | 3174 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, in sane_read() argument 3214 nread = max_len; in sane_read()
|
H A D | avision.c | 9343 sane_read (SANE_Handle handle, SANE_Byte* buf, SANE_Int max_len, SANE_Int* len) in sane_read() argument 9349 DBG (8, "sane_read: max_len: %d\n", max_len); in sane_read() 9351 nread = read (s->read_fds, buf, (size_t) max_len); in sane_read()
|
H A D | mustek.c | 6580 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, in sane_read() argument 6621 while (*len < max_len) in sane_read() 6623 nread = read (s->pipe, buf + *len, max_len - *len); in sane_read()
|
H A D | rts8891.c | 1709 SANE_Int max_len, SANE_Int * len) in sane_read() 1720 DBG (DBG_io, "sane_read: up to %d bytes required by frontend\n", max_len); in sane_read() 1854 /* we loop until we reach max_len or end of data buffer */ in sane_read() 1856 while (dev->current < dev->end && *len < max_len in sane_read() 1708 sane_read(SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) sane_read() argument
|
H A D | umax.c | 8019 SANE_Status sane_read(SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) in sane_read() argument 8026 nread = read(scanner->pipe_read_fd, buf, max_len); in sane_read()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 2693 size_t current_len, size_t max_len, in fils_encrypt_assoc() 2696 u8 *end = buf + max_len; in fils_encrypt_assoc() 2692 fils_encrypt_assoc(struct wpa_state_machine *sm, u8 *buf, size_t current_len, size_t max_len, const struct wpabuf *hlp) fils_encrypt_assoc() argument
|
H A D | wpa_auth_ft.c | 2506 size_t max_len, int auth_alg, in wpa_sm_write_assoc_resp_ies() 2534 end = pos + max_len; in wpa_sm_write_assoc_resp_ies() 2505 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len, int omit_rsnxe) wpa_sm_write_assoc_resp_ies() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 105 "max_len=%ld)", line, data->name, in wpa_config_parse_str() 476 int max_len = 64; in wpa_config_parse_wapi_psk() local 483 if (len < min_len || len > max_len) { in wpa_config_parse_wapi_psk() 4719 "max_len=%ld)", line, data->name, in wpa_global_config_parse_str()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 2574 size_t current_len, size_t max_len, in fils_encrypt_assoc() 2577 u8 *end = buf + max_len; in fils_encrypt_assoc() 2573 fils_encrypt_assoc(struct wpa_state_machine *sm, u8 *buf, size_t current_len, size_t max_len, const struct wpabuf *hlp) fils_encrypt_assoc() argument
|
H A D | wpa_auth_ft.c | 2417 size_t max_len, int auth_alg, in wpa_sm_write_assoc_resp_ies() 2441 end = pos + max_len; in wpa_sm_write_assoc_resp_ies() 2416 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) wpa_sm_write_assoc_resp_ies() argument
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 1456 int max_len) in fetchTemperature() 1460 if (0 == do_logs(sg_fd, 0, 0, 1, 0xd, 0, resp, max_len, 0)) in fetchTemperature() 1462 else if (0 == do_logs(sg_fd, 0, 0, 1, 0x2f, 0, resp, max_len, 0)) in fetchTemperature() 1455 fetchTemperature(int sg_fd, int do_hex, unsigned char *resp, int max_len) fetchTemperature() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd.h | 2192 extern int dhd_dev_apf_get_max_len(struct net_device *ndev, uint32 *max_len);
|
H A D | dhd_linux.c | 15253 dhd_dev_apf_get_max_len(struct net_device *ndev, uint32 *max_len) in dhd_dev_apf_get_max_len() argument 15261 *max_len = 0; in dhd_dev_apf_get_max_len() 15271 ret = dhd_wl_ioctl_get_intiovar(dhdp, "apf_size_limit", max_len, in dhd_dev_apf_get_max_len()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 2342 static int get_hex_config(u8 *buf, size_t max_len, int line, in get_hex_config() argument
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 16178 int max_len = nk_strlen(iter->name_string); in nk_find_window() local 16179 if (!nk_stricmpn(iter->name_string, name, max_len)) in nk_find_window()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |