/third_party/node/src/ |
H A D | cares_wrap.h | 223 MallocedBuffer<unsigned char> buf; member
|
H A D | debug_utils.cc | 407 char* buf = buffer.data; in GetLoadedLibraries() local
|
H A D | heap_utils.cc | 235 const uv_buf_t buf = uv_buf_init(data + offset, size - offset); variable 292 uv_buf_t buf = EmitAlloc(size); variable
|
H A D | node_http_common.h | 291 explicit NgRcBufPointer(rcbuf_t* buf) { in NgRcBufPointer() argument 370 static inline bool IsZeroLength(rcbuf_t* buf) { in IsZeroLength() argument
|
H A D | node_internals.h | 177 New(Environment* env, MaybeStackBuffer<T>* buf) New() argument [all...] |
H A D | node_os.cc | 62 char buf[UV_MAXHOSTNAMESIZE]; in GetHostname() local 253 char buf[PATH_MAX]; in GetHomeDirectory() local
|
H A D | node_serdes.cc | 212 auto buf = Buffer::New(ctx->env(), in ReleaseBuffer() local
|
H A D | string_bytes.cc | 248 static size_t hex_decode(char* buf, in hex_decode() argument 264 WriteUCS2( Isolate* isolate, char* buf, size_t buflen, Local<String> str, int flags) WriteUCS2() argument 302 Write(Isolate* isolate, char* buf, size_t buflen, Local<Value> val, enum encoding encoding) Write() argument 557 Encode(Isolate* isolate, const char* buf, size_t buflen, enum encoding encoding, Local<Value>* error) Encode() argument 574 Local<v8::Object> buf; Encode() local 690 Encode(Isolate* isolate, const uint16_t* buf, size_t buflen, Local<Value>* error) Encode() argument 716 Encode(Isolate* isolate, const char* buf, enum encoding encoding, Local<Value>* error) Encode() argument [all...] |
H A D | stream_wrap.cc | 223 void LibuvStreamWrap::OnUvAlloc(size_t suggested_size, uv_buf_t* buf) { in OnUvAlloc() argument 254 Maybe<void> LibuvStreamWrap::OnUvRead(ssize_t nread, const uv_buf_t* buf) { in OnUvRead() argument
|
H A D | util.cc | 210 int WriteFileSync(const char* path, uv_buf_t buf) { in WriteFileSync() argument 238 uv_buf_t buf = uv_buf_init(utf8.out(), utf8.length()); WriteFileSync() local 263 uv_buf_t buf = uv_buf_init(buffer, sizeof(buffer)); ReadFileSync() local [all...] |
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_internal.cc | 180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument
|
H A D | zip_reader.cc | 357 char buf[internal::kZipBufSize]; in ExtractCurrentEntry() local
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.cc | 377 char buf[internal::kZipBufSize]; in ExtractCurrentEntry() local
|
H A D | zip_internal.cc | 180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | miniunz.c | 322 void* buf; local
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | mft.c | 552 u8 *buf, *byte; in ntfs_mft_bitmap_find_free_rec() local
|
H A D | xattrs.c | 239 static int basicread(void *fileid, char *buf, size_t size, off_t offs __attribute__((unused))) in basicread() argument 249 static int localread(void *fileid, char *buf, size_t size, off_t offs) in localread() argument 265 getmappingitem(FILEREADER reader, void *fileid, off_t *poffs, char *buf, int *psrc, s64 *psize) getmappingitem() argument 356 char buf[BUFSZ]; ntfs_read_xattr_mapping() local 616 char buf[4*sizeof(u64)]; ntfs_xattr_system_setxattr() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 196 u8 buf[512]; in verify_boot_sector() local 252 u8 *buf; load_runlist() local [all...] |
H A D | ntfsfallocate.c | 493 char *buf; in ntfs_inner_zero() local
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | __tz.c | 157 char buf[NAME_MAX+25], *pathname = buf+24; in do_tzset() local
|
/third_party/nghttp2/src/ |
H A D | http2.cc | 250 void capitalize(DefaultMemchunks *buf, const StringRef &s) { in capitalize() argument 480 void build_http1_headers_from_headers(DefaultMemchunks *buf, in build_http1_headers_from_headers() argument
|
H A D | shrpx_http2_downstream_connection.cc | 165 http2_data_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) http2_data_read_callback() argument
|
H A D | shrpx_api_downstream_connection.cc | 133 auto buf = make_byte_ref(balloc, buflen); in send_reply() local
|
/third_party/musl/src/crypt/ |
H A D | crypt_blowfish.c | 763 } buf; in __crypt_blowfish() local [all...] |
/third_party/musl/src/time/ |
H A D | __tz.c | 160 char buf[NAME_MAX+25], *pathname=buf+24; in do_tzset() local
|