| /third_party/f2fs-tools/lib/ |
| H A D | libf2fs_zoned.c | 34 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 D | curl_crtl_init.c | 72 unsigned short int buflen; member
|
| /third_party/curl/tests/http/clients/ |
| H A D | ws-data.c | 92 static CURLcode send_binary(CURL *curl, char *buf, size_t buflen) in send_binary() argument
|
| /third_party/curl/lib/ |
| H A D | http1.c | 84 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 D | usbd_hid.c | 234 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 D | cose_validate.c | 146 bstr_len(uint8_t *t, size_t buflen, uint8_t opcode, uint64_t len) in bstr_len() argument
|
| /third_party/libcoap/tests/ |
| H A D | test_uri.c | 147 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 D | sha1.c | 411 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
|
| H A D | x509_csr.c | 454 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 D | bignum_mod.c | 317 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 D | mount_util.c | 203 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 D | inflatehd.cc | 140 auto buflen = inputlen / 2; in inflate_hd() local
|
| /third_party/ltp/testcases/kernel/syscalls/fanotify/ |
| H A D | fanotify06.c | 141 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 D | test_sctp_sendrecvmsg.c | 88 size_t buflen; in main() local [all...] |
| /third_party/lwip/src/api/ |
| H A D | netdb.c | 161 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 D | mount_util.c | 331 unsigned buflen = strlen(buf); in fuse_mnt_resolve_path() local
|
| /third_party/node/deps/v8/src/base/utils/ |
| H A D | random-number-generator.cc | 126 void RandomNumberGenerator::NextBytes(void* buffer, size_t buflen) { in NextBytes() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
| H A D | netdb_test.cpp | 335 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 D | blake2.h | 50 size_t buflen; member 75 size_t buflen; member
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| H A D | pbkdf1.c | 139 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 D | linux-syscalls.c | 258 ssize_t uv__getrandom(void* buf, size_t buflen, unsigned flags) { in uv__getrandom() argument
|
| /third_party/popt/src/ |
| H A D | poptparse.c | 62 size_t buflen = strlen(s) + 1; in poptParseArgvString() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | usergroup.c | 131 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 D | blake2.h | 50 size_t buflen; member 75 size_t buflen; member
|
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | pbkdf1.c | 133 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf() argument
|