/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_post.c | 59 char *buf; member 166 char buf[2048]; in testInternalPost() local 220 char buf[2048]; in testMultithreadedPost() local 274 char buf[2048]; testMultithreadedPoolPost() local 329 char buf[2048]; testExternalPost() local 536 char buf[2048]; testMultithreadedPostCancelPart() local [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFType1Font.cpp | 28 const uint8_t* buf = *src; in parsePFBSection() local
|
/third_party/openssl/test/ |
H A D | dsatest.c | 66 unsigned char buf[256]; in dsa_test() local
|
H A D | provfetchtest.c | 207 unsigned char buf[32]; in dummy_provider_init() local 239 unsigned char buf[32]; in fetch_test() local
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 707 BUF_MEM buf = { 0, NULL, 0, 0 }; in asn1_d2i_ex_primitive() local 1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) asn1_collect() argument 1097 collect_data(BUF_MEM *buf, const unsigned char **p, long plen) collect_data() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-common.cc | 131 hb_tag_to_string (hb_tag_t tag, char *buf) in hb_tag_to_string() argument 943 hb_feature_to_string(hb_feature_t *feature, char *buf, unsigned int size) hb_feature_to_string() argument [all...] |
H A D | hb-face.cc | 678 char *buf = (char *) hb_malloc (face_length); in _hb_face_builder_data_reference_blob() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 647 char buf[BUFSIZ]; in parse_file_for() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.cpp | 112 char buf[ 32 ]; in EncodeString() local 1032 char* buf in LoadFile() local [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 578 char *buf; in PyCStructUnionType_update_stgdict() local
|
/third_party/python/Modules/ |
H A D | _gdbmmodule.c | 650 char buf[40]; in dbmopen_impl() local
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtp-gstreamer.c | 268 GstBuffer *buf; in pa_rtp_send() local 599 GstBuffer *buf; in pa_rtp_recv() local [all...] |
H A D | rtsp_client.c | 359 char buf[INET6_ADDRSTRLEN]; in on_connection() local 472 pa_strbuf *buf; in rtsp_exec() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | trace.h | 195 char buf[Trace::MaxEventNameLength]; in ScopedAsyncEvent() local
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | miniunz.c | 323 void* buf; local
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_internal.cc | 175 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument
|
H A D | zip_reader_unittest.cc | 667 char buf[kSomeDataLen] = {}; in TEST_F() local
|
/third_party/toybox/kconfig/ |
H A D | expr.c | 1072 char buf[32]; in expr_print() local
|
/third_party/toybox/lib/ |
H A D | deflate.c | 36 char buf[]; member [all...] |
H A D | portability.c | 33 int xgetrandom(void *buf, unsigned buflen, unsigned flags) in xgetrandom() argument
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 69 char buf[32]; in crunch_qb() local
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 40 static void addr2str(int af, void *addr, unsigned port, char *buf, int len, in addr2str() argument 106 char *ss_state = "UNKNOWN", buf[12], *s, *label = strrchr(fname, '/')+1; show_ip() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | route.c | 411 unsigned char buf[sizeof(struct in6_addr)]; in display_routes6() local
|
H A D | syslogd.c | 85 static char *dec(int val, CODE *clist, char *buf) in dec() argument
|
H A D | tftp.c | 135 static int read_server(int sd, void *buf, int len, in read_server() argument 162 static ssize_t write_server(int sd, void *buf, size_t len, in write_server() argument
|