Home
last modified time | relevance | path

Searched defs:buflen (Results 151 - 175 of 615) sorted by relevance

12345678910>>...25

/third_party/libuv/src/unix/
H A Drandom-sysctl-linux.c43 int uv__random_sysctl(void* buf, size_t buflen) { in uv__random_sysctl() argument
/third_party/mbedtls/library/
H A Dx509write.c49 size_t buflen = 0; in mbedtls_x509_write_set_san_common() local
[all...]
H A Derror.c790 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror() argument
865 mbedtls_strerror(int ret, char *buf, size_t buflen) mbedtls_strerror() argument
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dpem.h121 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer() argument
/third_party/ltp/testcases/kernel/fs/doio/
H A Dpattern.c40 int pattern_check(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_check() argument
101 int pattern_fill(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_fill() argument
/third_party/node/src/api/
H A Dencoding.cc152 DecodeWrite(Isolate* isolate, char* buf, size_t buflen, Local<Value> val, enum encoding encoding) DecodeWrite() argument
/third_party/musl/src/network/
H A Dgethostbyname2_r.c11 gethostbyname2_r(const char *name, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyname2_r() argument
H A Dgetservbyname_r.c13 getservbyname_r(const char *name, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) getservbyname_r() argument
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyaddr_r() argument
H A Dres_mkquery.c5 __res_mkquery(int op, const char *dname, int class, int type, const unsigned char *data, int datalen, const unsigned char *newrr, unsigned char *buf, int buflen) __res_mkquery() argument
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyaddr_r() argument
H A Dgetservbyname_r.c13 getservbyname_r(const char *name, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) getservbyname_r() argument
/third_party/lwip/src/core/
H A Dip.c101 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r() argument
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-raw.c40 size_t buflen; in secstream_raw() local
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgethostbyname_r.c39 size_t buflen; in gethostbyname_r_0100() local
61 size_t buflen; in gethostbyname_r_0200() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdh_ossl.c58 size_t buflen, len; in ossl_ecdh_simple_compute_key() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dt_pkey.c21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() argument
51 int buflen; in ASN1_bn_print() local
/third_party/node/deps/uv/src/
H A Drandom.c31 static int uv__random(void* buf, size_t buflen) { in uv__random() argument
94 uv_random(uv_loop_t* loop, uv_random_t* req, void *buf, size_t buflen, unsigned flags, uv_random_cb cb) uv_random() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Drandom-sysctl-linux.c43 int uv__random_sysctl(void* buf, size_t buflen) { in uv__random_sysctl() argument
/third_party/openssl/crypto/ec/
H A Decdh_ossl.c58 size_t buflen, len; in ossl_ecdh_simple_compute_key() local
/third_party/openssl/crypto/asn1/
H A Dt_pkey.c21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() argument
51 int buflen; in ASN1_bn_print() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dstrerror.cc32 const char* StrErrorAdaptor(int errnum, char* buf, size_t buflen) { in StrErrorAdaptor() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.h33 ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) ieee802_11_get_mib() argument
39 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) ieee802_11_get_mib_sta() argument
H A Dmbo_ap.h33 mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen) mbo_ap_get_info() argument
H A Dp2p_hostapd.c23 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) hostapd_p2p_get_mib_sta() argument

Completed in 8 milliseconds

12345678910>>...25