/third_party/musl/src/unistd/ |
H A D | gethostname.c | 4 int gethostname(char *name, size_t len) in gethostname() 6 size_t i; in gethostname()
|
/third_party/musl/porting/liteos_a/user/src/conf/ |
H A D | confstr.c | 6 size_t confstr(int name, char *buf, size_t len) in confstr()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | wordexp.h | 22 size_t we_wordc; 24 size_t we_offs;
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vsscanf.c | 3 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | bsearch.c | 3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *))
in bsearch()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wordexp.h | 22 size_t we_wordc; 24 size_t we_offs;
|
/third_party/musl/src/regex/ |
H A D | regerror.c | 30 size_t regerror(int e, const regex_t *restrict preg, char *restrict buf, size_t size) in regerror()
|
/third_party/nghttp2/src/ |
H A D | h2load_session.h | 47 virtual int on_read(const uint8_t *data, size_t len) = 0; 54 virtual size_t max_concurrent_streams() = 0;
|
H A D | h2load_http2_session.h | 42 virtual int on_read(const uint8_t *data, size_t len); 45 virtual size_t max_concurrent_streams();
|
H A D | nghttp2_gzip.h | 81 * const uint8_t *data, size_t len, 89 * size_t outlen = MAX_OUTLEN; 90 * size_t tlen = len; 106 size_t *outlen_ptr, const uint8_t *in, 107 size_t *inlen_ptr);
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | __stdout_write.c | 4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) in __stdout_write()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strerror_r.c | 4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() 7 size_t l = strlen(msg); in strerror_r()
|
/third_party/musl/src/conf/ |
H A D | confstr.c | 6 size_t confstr(int name, char *buf, size_t len) in confstr()
|
/third_party/musl/src/include/ |
H A D | time.h | 13 hidden size_t __strftime_l(char *restrict, size_t, const char *restrict, const struct tm *restrict, locale_t);
|
/third_party/musl/src/stdlib/ |
H A D | bsearch.c | 3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vsscanf.c | 3 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | bsearch.c | 3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *))
in bsearch()
|
/third_party/musl/src/network/ |
H A D | res_querydomain.c | 7 size_t nl = strnlen(name, 255); in res_querydomain() 8 size_t dl = strnlen(domain, 255); in res_querydomain()
|
/third_party/node/deps/histogram/src/ |
H A D | hdr_tests.h | 13 int hdr_encode_compressed(struct hdr_histogram* h, uint8_t** compressed_histogram, size_t* compressed_len); 14 int hdr_decode_compressed(uint8_t* buffer, size_t length, struct hdr_histogram** histogram);
|
/third_party/mesa3d/src/util/ |
H A D | os_socket.h | 28 ssize_t os_socket_recv(int socket, void *buffer, size_t length, int flags); 29 ssize_t os_socket_send(int socket, const void *buffer, size_t length, int flags);
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | mem_priv.h | 75 void mem_overflow_init_raw(void *p, size_t size); 76 void mem_overflow_check_raw(void *p, size_t size, const char *descr1, const char *descr2);
|
/third_party/lz4/tests/ |
H A D | checkTag.c | 48 size_t const tagLength = strlen(tag); in validate() 49 size_t const verLength = strlen(LZ4_VERSION_STRING); in validate()
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | macros.h | 23 void* operator new(size_t) = delete; \ 24 void* operator new(size_t, void*) = delete; \
|
H A D | process-heap-statistics.h | 20 static size_t TotalAllocatedObjectSize() { in TotalAllocatedObjectSize() 23 static size_t TotalAllocatedSpace() { in TotalAllocatedSpace()
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | process-heap-statistics.h | 20 static size_t TotalAllocatedObjectSize() { in TotalAllocatedObjectSize() 23 static size_t TotalAllocatedSpace() { in TotalAllocatedSpace()
|