HomeSort by relevance Sort by last modified time
    Searched full:buf_len (Results 176 - 200 of 301) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 121 u8 *buf, u16 *buf_len);
ap_drv_ops.c 662 const u8 *peer, u8 *buf, u16 *buf_len)
667 buf_len);
  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 1100 size_t buf_len = msg.session_info_len; local
1101 char *buf = os_malloc(2 * buf_len + 1);
1106 utf8_escape((char *) msg.session_info, buf_len,
1107 buf, 2 * buf_len + 1);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 30 u16 *buf_len, enum wnm_oper oper)
34 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len);
40 const u8 *addr, const u8 *buf, u16 buf_len,
43 u16 len = buf_len;
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio.h 207 uint32_t buf_len; member in struct:msm_audio_aio_buf
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio.h 210 uint32_t buf_len; member in struct:msm_audio_aio_buf
  /external/avahi/avahi-compat-howl/
compat.c 104 static const char *add_trailing_dot(const char *s, char *buf, size_t buf_len) {
114 snprintf(buf, buf_len, "%s.", s);
  /external/avahi/avahi-compat-libdns_sd/
compat.c 249 static const char *add_trailing_dot(const char *s, char *buf, size_t buf_len) {
259 snprintf(buf, buf_len, "%s.", s);
    [all...]
  /external/boringssl/src/include/openssl/
cipher.h 478 /* buf_len contains the number of bytes of a partial block contained in
480 int buf_len; member in struct:evp_cipher_ctx_st
  /external/curl/lib/
sendf.c 565 size_t bytestocopy = CURLMIN(conn->buf_len - conn->read_pos,
595 conn->buf_len = nread;
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-text.hh 321 unsigned int buf_len,
325 const char *p = buf, *pe = buf + buf_len;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 918 unsigned long buf_len = 240; local
1038 ret = write_sysfs_int("length", buf_dir_name, buf_len*2);
  /external/iproute2/misc/
ss.c 562 int buf_len = 0; local
577 len = snprintf(ptr, buf_len - buf_used,
582 len = snprintf(ptr, buf_len - buf_used,
588 len = snprintf(ptr, buf_len - buf_used,
599 if (len < 0 || len >= buf_len - buf_used) {
600 new_buf_len = buf_len + ENTRY_BUF_SIZE;
607 buf_len = new_buf_len;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1389 int buf_len, slen; local
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 1196 static const size_t buf_len = 512; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 691 size_t buf_len, srv_id_info_len, pac_len; local
752 buf_len = sizeof(*pac_tlv) +
756 buf = wpabuf_alloc(buf_len);
    [all...]
  /device/huawei/angler/camera/
QCamera_Intf.h 866 uint32_t buf_len; member in struct:__anon4141
  /device/lge/bullhead/camera/
QCamera_Intf.h 866 uint32_t buf_len; member in struct:__anon5052
  /device/moto/shamu/camera/
QCamera_Intf.h 866 uint32_t buf_len; member in struct:__anon6189
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 903 FX_CHAR* XFA_Base64Encode(const uint8_t* buf, int32_t buf_len) {
907 out = FX_Alloc(FX_CHAR, ((buf_len * 8 + 5) / 6) + 5);
908 for (i = 0, j = 0, limb = 0; i + 2 < buf_len; i += 3, j += 4) {
916 switch (buf_len - i) {
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 57 #define BUF_LEN 1024
  /hardware/qcom/camera/
QCamera_Intf.h 866 uint32_t buf_len; member in struct:__anon33131
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 182 uint32_t buf_len; member in struct:msm_audio_aio_buf
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio.h 190 uint32_t buf_len; member in struct:msm_audio_aio_buf
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio.h 192 uint32_t buf_len; member in struct:msm_audio_aio_buf

Completed in 1228 milliseconds

1 2 3 4 5 6 78 91011>>