/system/connectivity/wifilogd/ |
D | raw_os.cpp | 46 ssize_t RawOs::Recv(int sockfd, void* buf, size_t buflen, int flags) { in Recv() 50 ssize_t RawOs::Write(int fd, const void* buf, size_t buflen) { in Write()
|
D | os.cpp | 94 size_t buflen) { in ReceiveDatagram() 113 size_t buflen) { in Write()
|
D | memory_reader.h | 35 MemoryReader(const void* buf, size_t buflen) in MemoryReader()
|
/system/netd/resolv/ |
D | res_mkquery.cpp | 109 int buflen) /* size of buffer */ in res_nmkquery() 199 int buflen, /* size of buffer */ in res_nopt()
|
D | hostent.h | 40 size_t buflen; member
|
D | gethnamaddr.cpp | 145 res_state res, struct hostent* hent, char* buf, size_t buflen, in getanswer() 412 char* buf, size_t buflen) { in gethostbyname_internal_real() 503 struct hostent* hp, char* buf, size_t buflen, in android_gethostbyaddrfornetcontext_real() 560 struct hostent* netbsd_gethostent_r(FILE* hf, struct hostent* hent, char* buf, size_t buflen, in netbsd_gethostent_r()
|
D | res_send.cpp | 376 int res_nsend(res_state statp, const u_char* buf, int buflen, u_char* ans, int anssiz, int* rcode, in res_nsend() 707 static int send_vc(res_state statp, res_params* params, const u_char* buf, int buflen, u_char* ans, in send_vc() 973 static int send_dg(res_state statp, res_params* params, const u_char* buf, int buflen, u_char* ans, in send_dg()
|
D | res_debug.cpp | 161 int buflen = 2048; in do_section() local
|
/system/extras/ioshark/ |
D | ioshark_bench_mmap.c | 107 char **bufp, int *buflen, u_int64_t *op_counts, in mmap_do_io() 167 char **bufp, int *buflen, u_int64_t *op_counts, in ioshark_handle_mmap()
|
D | ioshark_bench.c | 217 char **bufp, int *buflen) in do_one_io() 403 int buflen = 0; in do_io() local
|
D | ioshark_bench_subr.c | 241 get_buf(char **buf, int *buflen, int len, int do_fill __attribute__((unused))) in get_buf() 277 int buflen = 0; in create_file() local
|
/system/core/libpackagelistparser/ |
D | packagelistparser.c | 102 size_t buflen = 0; in packagelist_parse() local
|
/system/core/libkeyutils/ |
D | keyutils.cpp | 77 long keyctl_get_security(key_serial_t id, char* buffer, size_t buflen) { in keyctl_get_security()
|
/system/connectivity/wifilogd/tests/ |
D | command_processor_unittest.cpp | 73 [&accumulator](int /*fd*/, const void* write_buf, size_t buflen) { in CommandProcessorTest() 406 [&written_to_os](int /*fd*/, const void* write_buf, size_t buflen) { in TEST_F()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 220 static char* fgetLongTime(char* buffer, size_t buflen, FILE* fp) { in fgetLongTime()
|
/system/netd/tests/ |
D | binder_test.cpp | 753 int netmaskToPrefixLength(const uint8_t *buf, size_t buflen) { in netmaskToPrefixLength()
|