| /external/grpc-grpc/third_party/nanopb/tests/fuzztest/ | 
| D | fuzzstub.c | 19 static bool do_static_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_static_decode() 42 static bool do_pointer_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_pointer_decode() 67 static void do_static_roundtrip(uint8_t *buffer, size_t msglen)  in do_static_roundtrip() 114 static void do_pointer_roundtrip(uint8_t *buffer, size_t msglen)  in do_pointer_roundtrip() 165     size_t msglen;  in run_iteration()  local
  | 
| D | fuzztest.c | 176 static bool do_static_encode(uint8_t *buffer, size_t *msglen)  in do_static_encode() 202 static void do_protobuf_noise(uint8_t *buffer, size_t *msglen)  in do_protobuf_noise() 224 static bool do_static_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_static_decode() 248 static bool do_pointer_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_pointer_decode() 273 static void do_static_roundtrip(uint8_t *buffer, size_t msglen)  in do_static_roundtrip() 320 static void do_pointer_roundtrip(uint8_t *buffer, size_t msglen)  in do_pointer_roundtrip() 371     size_t msglen;  in run_iteration()  local
  | 
| /external/nanopb-c/tests/fuzztest/ | 
| D | fuzzstub.c | 19 static bool do_static_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_static_decode() 42 static bool do_pointer_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_pointer_decode() 67 static void do_static_roundtrip(uint8_t *buffer, size_t msglen)  in do_static_roundtrip() 114 static void do_pointer_roundtrip(uint8_t *buffer, size_t msglen)  in do_pointer_roundtrip() 165     size_t msglen;  in run_iteration()  local
  | 
| D | fuzztest.c | 203 static bool do_static_encode(uint8_t *buffer, size_t *msglen)  in do_static_encode() 229 static void do_protobuf_noise(uint8_t *buffer, size_t *msglen)  in do_protobuf_noise() 251 static bool do_static_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_static_decode() 280 static bool do_pointer_decode(uint8_t *buffer, size_t msglen, bool assert_success)  in do_pointer_decode() 305 static void do_static_roundtrip(uint8_t *buffer, size_t msglen)  in do_static_roundtrip() 354 static void do_pointer_roundtrip(uint8_t *buffer, size_t msglen)  in do_pointer_roundtrip() 405     size_t msglen;  in run_iteration()  local
  | 
| /external/ppp/pppd/ | 
| D | upap.c | 382     int msglen;  local 475     u_char msglen;  local 515     u_char msglen;  local 583 upap_sresp(u, code, id, msg, msglen)  in upap_sresp()  argument
  | 
| D | eap.c | 1050 	int msglen;  local 1081 	int msglen;  local 1117 	int msglen;  local 1148 	int msglen;  local 1176 	int msglen;  local
  | 
| /external/musl/src/network/ | 
| D | res_send.c | 3 int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen)  in __res_send()
  | 
| D | ns_parse.c | 50 int ns_initparse(const unsigned char *msg, int msglen, ns_msg *handle)  in ns_initparse()
  | 
| /external/nanopb-c/tests/regression/issue_229/ | 
| D | multiple_oneof.c | 10     size_t msglen;  in main()  local
  | 
| /external/nanopb-c/tests/regression/issue_363/ | 
| D | test_oneofmsg.c | 13     pb_size_t msglen = 0;  in main()  local
  | 
| /external/nanopb-c/tests/regression/issue_376/ | 
| D | test_fixarray.c | 13     pb_size_t msglen = 0;  in main()  local
  | 
| /external/ipsec-tools/src/libipsec/ | 
| D | policy_parse.y | 586 policy_parse(msg, msglen)  in policy_parse()  argument 619 ipsec_set_policy(msg, msglen)  in ipsec_set_policy()  argument
  | 
| /external/libpcap/ | 
| D | fmtutils.c | 283 	size_t msglen;  in pcap_vfmt_errmsg_for_errno()  local 399 	size_t msglen;  in pcap_vfmt_errmsg_for_win32_err()  local
  | 
| /external/nanopb-c/tests/regression/issue_342/ | 
| D | test_extensions.c | 19     pb_size_t msglen = 0;  in main()  local
  | 
| /external/ltp/utils/sctp/func_tests/ | 
| D | test_recvmsg.c | 70 	int error, msglen, i;  in main()  local
  | 
| D | test_1_to_1_initmsg_connect.c | 42 	int sk1, sk2, sk3, msglen;  in test_sctp()  local
  | 
| /external/ltp/testcases/kernel/syscalls/recvmsg/ | 
| D | recvmsg02.c | 27 static const unsigned msglen = ARRAY_SIZE(msg) - 1;  variable
  | 
| /external/nanopb-c/tests/regression/issue_249/ | 
| D | test.c | 37     pb_size_t msglen;  in main()  local
  | 
| /external/grpc-grpc/third_party/nanopb/tests/io_errors/ | 
| D | io_errors.c | 49     size_t msglen;  in main()  local
  | 
| /external/nanopb-c/tests/io_errors/ | 
| D | io_errors.c | 49     size_t msglen;  in main()  local
  | 
| /external/ltp/testcases/network/stress/ns-tools/ | 
| D | ns-udpserver.c | 145 	ssize_t msglen;		/* the length of message */  in respond_to_client()  local
  | 
| D | ns-mcast_receiver.c | 372 	ssize_t msglen;		/* the length of message */  in receive_mcast()  local
  | 
| /external/iproute2/testsuite/tools/ | 
| D | generate_nlmsg.c | 97 	int msglen;  in main()  local
  | 
| /external/kernel-headers/original/uapi/scsi/ | 
| D | scsi_netlink.h | 33 	__u16 msglen;  member
  | 
| /external/pdfium/core/fdrm/ | 
| D | fx_crypt_sha.cpp | 469   uint8_t msglen[8];  in CRYPT_SHA256Finish()  local 534   uint8_t msglen[16];  in CRYPT_SHA384Finish()  local 579   uint8_t msglen[16];  in CRYPT_SHA512Finish()  local
  |