Home
last modified time | relevance | path

Searched refs:max_len (Results 301 - 316 of 316) sorted by relevance

1...<<111213

/third_party/backends/backend/
H A Dhs2p.c3174 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 Davision.c9343 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 Dmustek.c6580 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 Drts8891.c1709 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 Dumax.c8019 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 Dwpa_auth.c2693 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 Dwpa_auth_ft.c2506 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 Dconfig.c105 "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 Dwpa_auth.c2574 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 Dwpa_auth_ft.c2417 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 Dscsimain.c1456 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 Ddhd.h2192 extern int dhd_dev_apf_get_max_len(struct net_device *ndev, uint32 *max_len);
H A Ddhd_linux.c15253 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 Dap_config_file.c2342 static int get_hex_config(u8 *buf, size_t max_len, int line, in get_hex_config() argument
/third_party/glfw/deps/
H A Dnuklear.h16178 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 Dstylo.hpp[all...]

Completed in 167 milliseconds

1...<<111213