/third_party/node/src/ |
H A D | inspector_socket.cc | 578 static int OnHeaderValue(llhttp_t* parser, const char* at, size_t length) { in OnHeaderValue() argument 585 static int OnHeaderField(llhttp_t* parser, const char* at, size_t length) { in OnHeaderField() argument 595 OnPath(llhttp_t* parser, const char* at, size_t length) OnPath() argument [all...] |
H A D | node_buffer.cc | 303 size_t length; in New() local 110 CreateTrackedArrayBuffer( Environment* env, char* data, size_t length, FreeCallback callback, void* hint) CreateTrackedArrayBuffer() argument 272 New(Environment* env, Local<ArrayBuffer> ab, size_t byte_offset, size_t length) New() argument 285 New(Isolate* isolate, Local<ArrayBuffer> ab, size_t byte_offset, size_t length) New() argument 340 New(Isolate* isolate, size_t length) New() argument 354 New(Environment* env, size_t length) New() argument 383 Copy(Isolate* isolate, const char* data, size_t length) Copy() argument 397 Copy(Environment* env, const char* data, size_t length) Copy() argument 428 New(Isolate* isolate, char* data, size_t length, FreeCallback callback, void* hint) New() argument 445 New(Environment* env, char* data, size_t length, FreeCallback callback, void* hint) New() argument 476 New(Isolate* isolate, char* data, size_t length) New() argument 492 New(Environment* env, char* data, size_t length) New() argument 552 size_t length = end - start; StringSlice() local 590 size_t length = buffer.length(); DecodeUTF8() local 878 IndexOfOffset(size_t length, int64_t offset_i64, int64_t needle_length, bool is_forward) IndexOfOffset() argument 1170 size_t length = str->Utf8Length(isolate); EncodeUtf8String() local [all...] |
H A D | node_http_parser.cc | 292 int on_url(const char* at, size_t length) { in on_url() argument 303 int on_status(const char* at, size_t length) { in on_status() argument 314 int on_header_field(const char* at, size_t length) { in on_header_field() argument 341 int on_header_value(const char* at, size_t length) { in on_header_value() argument 454 on_body(const char* at, size_t length) on_body() argument 522 on_chunk_extension(const char* at, size_t length) on_chunk_extension() argument [all...] |
H A D | node_snapshotable.cc | 227 size_t length = Read<size_t>(); in ReadString() local 360 size_t length = data.size() + 1; WriteString() local [all...] |
H A D | spawn_sync.cc | 188 size_t length = OutputLength(); in GetOutputAsBuffer() local 631 void SyncProcessRunner::IncrementBufferSizeAndCheckOverflow(ssize_t length) { in IncrementBufferSizeAndCheckOverflow() argument 1020 uint32_t length; in CopyJsStringArray() local [all...] |
H A D | util.h | 402 size_t length() const { in length() function in node::MaybeStackBuffer 418 void SetLength(size_t length) { in SetLength() argument 424 SetLengthAndZeroTerminate(size_t length) SetLengthAndZeroTerminate() argument 510 inline size_t length() const { return length_; } length() function in node::ArrayBufferViewContents [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compress.c | 555 u16 lg, pt, length, max_non_overla in ntfs_decompress() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 461 int length, i; in transform() local 1079 int length; in rescue_name() local [all...] |
H A D | ntfsusermap.c | 580 callback(void *ctx, const ntfschar *ntfsname, const int length, const int type, const s64 pos __attribute__((unused)), const MFT_REF mft_ref __attribute__((unused)), const unsigned int dt_type __attribute__((unused))) callback() argument
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 62 static inline int get_hosts_str(char *line, int length, FILE *f, int *i) in get_hosts_str() argument
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.c | 53 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() argument [all...] |
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 332 send_callback(nghttp2_session *session, const uint8_t *data, size_t length, int flags, void *user_data) send_callback() argument 401 file_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) file_read_callback() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ushape.cpp | 342 _shapeToArabicDigitsWithContext(char16_t *s, int32_t length, in _shapeToArabicDigitsWithContext() argument
|
H A D | localematcher.cpp | 183 int32_t length = list.getLengthIncludingRemoved(); in setSupportedLocalesFromListString() local
|
H A D | ustring.cpp | 56 u_strFindFirst(const char16_t *s, int32_t length, in u_strFindFirst() argument 287 u_strFindLast(const char16_t *s, int32_t length, in u_strFindLast() argument 1008 u_countChar32(const char16_t *s, int32_t length) u_countChar32() argument 1049 u_strHasMoreChar32Than(const char16_t *s, int32_t length, int32_t number) u_strHasMoreChar32Than() argument 1213 u_unescapeAt(UNESCAPE_CHAR_AT charAt, int32_t *offset, int32_t length, void *context) u_unescapeAt() argument 1469 u_terminateUChars(char16_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateUChars() argument 1475 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateChars() argument 1481 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateUChar32s() argument 1487 u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateWChars() argument 1523 ustr_hashUCharsN(const char16_t *str, int32_t length) ustr_hashUCharsN() argument 1528 ustr_hashCharsN(const char *str, int32_t length) ustr_hashCharsN() argument 1533 ustr_hashICharsN(const char *str, int32_t length) ustr_hashICharsN() argument [all...] |
H A D | locdspnm.cpp | 368 LocaleDisplayNamesImpl(const Locale& locale, UDisplayContext *contexts, int32_t length) LocaleDisplayNamesImpl() argument 923 createInstance(const Locale& locale, UDisplayContext *contexts, int32_t length) createInstance() argument 951 uldn_openForContext(const char * locale, UDisplayContext *contexts, int32_t length, UErrorCode *pErrorCode) uldn_openForContext() argument [all...] |
H A D | dictbe.cpp | 1385 int32_t length = -1; divideUpDictionaryRange() local [all...] |
H A D | ucnv_io.cpp | 1138 ucnv_swapAliases(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) ucnv_swapAliases() argument [all...] |
H A D | uresdata.cpp | 59 int32_t length; member 64 int32_t length; member 75 _res_findTableItem(const ResourceData *pResData, const uint16_t *keyOffsets, int32_t length, in _res_findTableItem() argument 106 _res_findTable32Item(const ResourceData *pResData, const int32_t *keyOffsets, int32_t length, in _res_findTable32Item() argument 158 res_init(ResourceData *pResData, UVersionInfo formatVersion, const void *inBytes, int32_t length, UErrorCode *errorCode) res_init() argument 242 res_read(ResourceData *pResData, const UDataInfo *pInfo, const void *inBytes, int32_t length, UErrorCode *errorCode) res_read() argument 314 int32_t length; res_getStringNoTrace() local 363 int32_t length=*p32; isNoInheritanceMarker() local 396 int32_t length = array.getSize(); getStringArray() local 423 int32_t length; res_getAlias() local 442 int32_t length; res_getBinaryNoTrace() local 462 int32_t length; res_getIntVectorNoTrace() local 508 getString(int32_t &length, UErrorCode &errorCode) const getString() argument 519 getAliasString(int32_t &length, UErrorCode &errorCode) const getAliasString() argument 550 getIntVector(int32_t &length, UErrorCode &errorCode) const getIntVector() argument 561 getBinary(int32_t &length, UErrorCode &errorCode) const getBinary() argument 579 int32_t length = 0; getArray() local 607 int32_t length = 0; getTable() local 715 int32_t length; res_getTableItemByKey() local 763 int32_t length; res_getTableItemByIndex() local 1329 ures_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) ures_swap() argument [all...] |
H A D | uprops.cpp | 490 u_stringHasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in u_stringHasBinaryProperty() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.cpp | 833 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length, in binarySearchForRootPrimaryNode() argument [all...] |
H A D | coll.cpp | 330 int32_t length = loc.getKeywordValue("colHiraganaQuaternary", value, UPRV_LENGTHOF(value), errorCode); in setAttributesFromKeywords() local [all...] |
H A D | collation.h | 331 static uint32_t makeCE32FromTagIndexAndLength(int32_t tag, int32_t index, int32_t length) { in makeCE32FromTagIndexAndLength() argument
|
H A D | collationdatabuilder.cpp | 517 int32_t length = ce64s.size(); in addCE() local 527 int32_t length in addCE32() local 824 encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode) encodeExpansion() argument 857 encodeExpansion32(const int32_t newCE32s[], int32_t length, UErrorCode &errorCode) encodeExpansion32() argument 903 int32_t length = Collation::lengthFromCE32(ce32); copyFromBaseCE32() local 910 int32_t length = Collation::lengthFromCE32(ce32); copyFromBaseCE32() local 1044 int32_t length = Collation::lengthFromCE32(ce32); copyCE32() local 1075 int32_t length = Collation::lengthFromCE32(ce32); copyCE32() local 1536 int32_t length = cond->prefixLength(); buildContext() local 1639 int32_t length = fastLatinBuilder->lengthOfTable(); buildFastLatinTable() local [all...] |
/third_party/node/deps/histogram/src/ |
H A D | hdr_histogram.c | 700 int hdr_value_at_percentiles(const struct hdr_histogram *h, const double *percentiles, int64_t *values, size_t length) in hdr_value_at_percentiles() argument
|