| /third_party/node/src/ |
| H A D | js_native_api_v8_inspector.cc | 923 std::unique_ptr<protocol::DictionaryValue> value = in dispatchProtocolMessage() local 875 ToProtocolString(Isolate* isolate, Local<Value> value) ToProtocolString() argument
|
| H A D | jsvm_types.h | 543 JSVM_Value value; member
|
| H A D | node_api.cc | 1095 jsvm_is_buffer(JSVM_Env env, JSVM_Value value, bool* result) jsvm_is_buffer() argument 1106 jsvm_get_buffer_info(JSVM_Env env, JSVM_Value value, void** data, size_t* length) jsvm_get_buffer_info() argument
|
| H A D | node_file.cc | 109 inline int64_t GetOffset(Local<Value> value) { in GetOffset() argument 694 void FSReqCallback::Resolve(Local<Value> value) { in Resolve() argument 2131 Local<Value> value = args[1]; WriteString() local [all...] |
| H A D | node_messaging.cc | 1257 Local<Value> value; in NestedTransferables() local
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 189 size_t ReadTokenStart(span<uint8_t> bytes, MajorType* type, uint64_t* value) { in ReadTokenStart() argument 236 WriteTokenStartTmpl(MajorType type, uint64_t value, C* encoded) WriteTokenStartTmpl() argument 266 WriteTokenStart(MajorType type, uint64_t value, std::vector<uint8_t>* encoded) WriteTokenStart() argument 271 WriteTokenStart(MajorType type, uint64_t value, std::string* encoded) WriteTokenStart() argument 318 EncodeInt32Tmpl(int32_t value, C* out) EncodeInt32Tmpl() argument 326 EncodeInt32(int32_t value, std::vector<uint8_t>* out) EncodeInt32() argument 329 EncodeInt32(int32_t value, std::string* out) EncodeInt32() argument 444 EncodeDoubleTmpl(double value, C* out) EncodeDoubleTmpl() argument 455 EncodeDouble(double value, std::vector<uint8_t>* out) EncodeDouble() argument 458 EncodeDouble(double value, std::string* out) EncodeDouble() argument 936 std::vector<uint16_t> value; ParseUTF16String() local 1175 PrintHex(uint16_t value, C* out) PrintHex() argument 1994 double value; ParseValue() local 2008 std::vector<uint16_t> value; ParseValue() local [all...] |
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_lowlevel.c | 859 const char *value = name + strlen(name) + 1; in do_setxattr() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | dir.c | 2455 ntfs_get_ntfs_dos_name(ntfs_inode *ni, ntfs_inode *dir_ni, char *value, size_t size) ntfs_get_ntfs_dos_name() argument 2676 ntfs_set_ntfs_dos_name(ntfs_inode *ni, ntfs_inode *dir_ni, const char *value, size_t size, int flags) ntfs_set_ntfs_dos_name() argument
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsinfo.c | 755 u8 *value; in ntfs_dump_attr_list() local [all...] |
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 3200 ntfs_fuse_getxattr_windows(const char *path, const char *name, char *value, size_t size) ntfs_fuse_getxattr_windows() argument 3280 ntfs_fuse_getxattr(const char *path, const char *name, char *value, size_t size, uint32_t position) ntfs_fuse_getxattr() argument 3435 ntfs_fuse_setxattr(const char *path, const char *name, const char *value, size_t size, int flags, uint32_t position) ntfs_fuse_setxattr() argument [all...] |
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| H A D | alltypes.h | 437 volatile int value; /**< Condition variable state value*/ member
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| H A D | regcomp.c | 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_downstream.cc | 443 add_header(size_t &sum, HeaderRefs &headers, const StringRef &name, const StringRef &value, bool no_index, int32_t token) add_header() argument 535 add_header_token(const StringRef &name, const StringRef &value, bool no_index, int32_t token) add_header_token() argument 562 add_trailer_token(const StringRef &name, const StringRef &value, bool no_index, int32_t token) add_trailer_token() argument [all...] |
| H A D | h2load.cc | 922 on_header(int32_t stream_id, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) on_header() argument 2468 char *value = strchr(optarg + 1, ':'); main() local [all...] |
| H A D | shrpx_http3_upstream.cc | 2082 http_recv_request_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) http_recv_request_header() argument 2103 http_recv_request_trailer(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) http_recv_request_trailer() argument 2123 http_recv_request_header(Downstream *downstream, int32_t h3token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, bool trailer) http_recv_request_header() argument [all...] |
| H A D | shrpx_http2_upstream.cc | 162 on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name, nghttp2_rcbuf *value, uint8_t flags, void *user_data) on_header_callback2() argument 234 on_invalid_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name, nghttp2_rcbuf *value, uint8_t flags, void *user_data) on_invalid_header_callback2() argument 743 auto value = on_frame_send_callback() local [all...] |
| H A D | shrpx_http2_session.cc | 901 on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name, nghttp2_rcbuf *value, uint8_t flags, void *user_data) on_header_callback2() argument 1010 on_invalid_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name, nghttp2_rcbuf *value, uint8_t flags, void *user_data) on_invalid_header_callback2() argument [all...] |
| H A D | shrpx_config.cc | 366 auto value = colon + 1; in parse_header() local 739 const char *value = nullptr; parse_log_format() local 971 parse_downstream_param_duration(ev_tstamp &dest, const StringRef &name, const StringRef &value) parse_downstream_param_duration() argument 975 LOG(ERROR) << "backend: " << name << ": bad value: '" << value << "'"; parse_downstream_param_duration() local [all...] |
| H A D | shrpx.cc | 1060 std::string value = "tcp,"; in get_inherited_addr_from_env() local 1071 std::string value = "unix,"; in get_inherited_addr_from_env() local 1098 auto value = end_type + 1; get_inherited_addr_from_env() local [all...] |
| H A D | HttpServer.cc | 1407 on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name, nghttp2_rcbuf *value, uint8_t flags, void *user_data) on_header_callback2() argument [all...] |
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| H A D | regcomp.c | 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| H A D | regcomp.c | 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
| /third_party/musl/src/regex/ |
| H A D | regcomp.c | 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| H A D | alltypes.h | 435 volatile int value; /**< Condition variable state value*/ member
|
| /third_party/node/deps/brotli/c/dec/ |
| H A D | decode.c | 61 BrotliDecoderSetParameter( BrotliDecoderState* state, BrotliDecoderParameter p, uint32_t value) BrotliDecoderSetParameter() argument 181 DecodeVarLenUint8( BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) DecodeVarLenUint8() argument 426 PreloadSymbol(int safe, const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) PreloadSymbol() argument 442 ReadPreloadedSymbol(const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) ReadPreloadedSymbol() argument 948 uint8_t value = mtf_u8[index]; InverseMoveToFrontTransform() local 1791 uint32_t value; ProcessCommandsInternal() local [all...] |