Home
last modified time | relevance | path

Searched refs:buflen (Results 851 - 875 of 883) sorted by relevance

1...<<313233343536

/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dasn1.h979 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1763 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1825 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1226 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1760 pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; in ptsname_r()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs945 pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in ttyname_r()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h3799 * @buflen: Maximum length of the buffer
3802 int (*status)(void *priv, char *buf, size_t buflen);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h4222 * @buflen: Maximum length of the buffer
4225 int (*status)(void *priv, char *buf, size_t buflen);
/third_party/python/
H A Dconfigure22197 int buflen = 2048;
22200 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop)
22235 int buflen = 2048;
22238 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
25437 const size_t buflen = sizeof(buffer);
25440 (void)syscall(SYS_getrandom, buffer, buflen, flags);
25486 const size_t buflen = sizeof(buffer);
25489 (void)getrandom(buffer, buflen, flags);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c4235 char *buf, size_t buflen) in p2p_get_peer_info_txt()
4249 end = buf + buflen; in p2p_get_peer_info_txt()
4234 p2p_get_peer_info_txt(const struct p2p_peer_info *info, char *buf, size_t buflen) p2p_get_peer_info_txt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c4423 char *buf, size_t buflen)
4437 end = buf + buflen;
4422 p2p_get_peer_info_txt(const struct p2p_peer_info *info, char *buf, size_t buflen) global() argument
/third_party/astc-encoder/Source/
H A Dstb_image.h812 int buflen; member
838 s->buflen = sizeof(s->buffer_start); in stbi__start_callbacks()
1597 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1865 int get_cmdline(struct task_struct *task, char *buffer, int buflen);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c20262 wl_cfg80211_get_chanspecs_2g(struct net_device *ndev, void *buf, s32 buflen) in wl_cfg80211_get_chanspecs_2g() argument
20276 sizeof(chanspec), buf, buflen, 0, &cfg->ioctl_buf_sync); in wl_cfg80211_get_chanspecs_2g()
20285 wl_cfg80211_get_chanspecs_5g(struct net_device *ndev, void *buf, s32 buflen) in wl_cfg80211_get_chanspecs_5g() argument
20301 sizeof(chanspec), buf, buflen, 0, &cfg->ioctl_buf_sync); in wl_cfg80211_get_chanspecs_5g()
20336 wl_cfg80211_get_best_channel(struct net_device *ndev, void *buf, int buflen, in wl_cfg80211_get_best_channel() argument
20345 ret = wldev_ioctl_set(ndev, WLC_START_CHANNEL_SEL, buf, buflen); in wl_cfg80211_get_best_channel()

Completed in 137 milliseconds

1...<<313233343536