Home
last modified time | relevance | path

Searched defs:buflen (Results 226 - 250 of 1127) sorted by relevance

12345678910>>...46

/third_party/f2fs-tools/lib/
H A Dlibf2fs_zoned.c34 get_sysfs_path(struct device_info *dev, const char *attr, char *buf, size_t buflen) get_sysfs_path() argument
/third_party/curl/packages/vms/
H A Dcurl_crtl_init.c72 unsigned short int buflen; member
/third_party/curl/tests/http/clients/
H A Dws-data.c92 static CURLcode send_binary(CURL *curl, char *buf, size_t buflen) in send_binary() argument
/third_party/curl/lib/
H A Dhttp1.c84 detect_line(struct h1_req_parser *parser, const char *buf, const size_t buflen, CURLcode *err) detect_line() argument
102 next_line(struct h1_req_parser *parser, const char *buf, const size_t buflen, int options, CURLcode *err) next_line() argument
261 Curl_h1_req_parse_read(struct h1_req_parser *parser, const char *buf, size_t buflen, const char *scheme_default, int options, CURLcode *err) Curl_h1_req_parse_read() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_hid.c234 static ssize_t hid_read(FAR struct file *filep, FAR char *buffer, size_t buflen) in hid_read() argument
272 static ssize_t hid_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) in hid_write() argument
[all...]
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c146 bstr_len(uint8_t *t, size_t buflen, uint8_t opcode, uint64_t len) in bstr_len() argument
/third_party/libcoap/tests/
H A Dtest_uri.c147 size_t buflen = sizeof(buf); in t_parse_uri7() local
246 size_t buflen = sizeof(buf); in t_parse_uri11() local
287 size_t buflen = sizeof(buf); in t_parse_uri12() local
364 size_t buflen = sizeof(buf); t_parse_uri14() local
387 size_t buflen = sizeof(buf); t_parse_uri15() local
402 size_t buflen = sizeof(buf); t_parse_uri16() local
423 size_t buflen = sizeof(buf); t_parse_uri17() local
576 size_t buflen = sizeof(buf); t_parse_uri24() local
[all...]
/third_party/mbedtls/library/
H A Dsha1.c411 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
H A Dx509_csr.c454 int mbedtls_x509_csr_parse(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse() argument
265 mbedtls_x509_csr_parse_der_internal(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen, mbedtls_x509_csr_ext_cb_t cb, void *p_ctx) mbedtls_x509_csr_parse_der_internal() argument
434 mbedtls_x509_csr_parse_der(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) mbedtls_x509_csr_parse_der() argument
443 mbedtls_x509_csr_parse_der_with_ext_cb(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen, mbedtls_x509_csr_ext_cb_t cb, void *p_ctx) mbedtls_x509_csr_parse_der_with_ext_cb() argument
[all...]
H A Dbignum_mod.c317 mbedtls_mpi_mod_read(mbedtls_mpi_mod_residue *r, const mbedtls_mpi_mod_modulus *N, const unsigned char *buf, size_t buflen, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_read() argument
346 mbedtls_mpi_mod_write(const mbedtls_mpi_mod_residue *r, const mbedtls_mpi_mod_modulus *N, unsigned char *buf, size_t buflen, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_write() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c203 unsigned buflen = strlen(buf); in fuse_mnt_resolve_path() local
446 unsigned buflen = strlen(buf); in fuse_mnt_resolve_path() local
/third_party/nghttp2/src/
H A Dinflatehd.cc140 auto buflen = inputlen / 2; in inflate_hd() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify06.c141 static void close_events_fd(struct fanotify_event_metadata *event, int buflen) in close_events_fd() argument
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sctp_sendrecvmsg.c88 size_t buflen; in main() local
[all...]
/third_party/lwip/src/api/
H A Dnetdb.c161 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) lwip_gethostbyname_r() argument
/third_party/libfuse/lib/
H A Dmount_util.c331 unsigned buflen = strlen(buf); in fuse_mnt_resolve_path() local
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc126 void RandomNumberGenerator::NextBytes(void* buffer, size_t buflen) { in NextBytes() argument
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp335 size_t buflen = sizeof(buf); in HWTEST_F() local
373 size_t buflen = sizeof(buf); in HWTEST_F() local
392 size_t buflen = sizeof(buf); in HWTEST_F() local
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dblake2.h50 size_t buflen; member
75 size_t buflen; member
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c139 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf() argument
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c258 ssize_t uv__getrandom(void* buf, size_t buflen, unsigned flags) { in uv__getrandom() argument
/third_party/popt/src/
H A Dpoptparse.c62 size_t buflen = strlen(s) + 1; in poptParseArgvString() local
/third_party/pulseaudio/src/pulsecore/
H A Dusergroup.c131 size_t buflen, getgr_buflen; in pa_getgrgid_malloc() local
190 size_t buflen, getgr_buflen; in pa_getgrnam_malloc() local
253 size_t buflen, getpw_buflen; pa_getpwnam_malloc() local
312 size_t buflen, getpw_buflen; pa_getpwuid_malloc() local
[all...]
/third_party/openssl/providers/implementations/include/prov/
H A Dblake2.h50 size_t buflen; member
75 size_t buflen; member
/third_party/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c133 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf() argument

Completed in 14 milliseconds

12345678910>>...46