Home
last modified time | relevance | path

Searched defs:status (Results 6651 - 6675 of 7243) sorted by relevance

1...<<261262263264265266267268269270>>...290

/third_party/ltp/lib/
H A Dtst_test.c379 static void check_child_status(pid_t pid, int status) in check_child_status() argument
404 int status; in tst_reap_children() local
1590 int status; in fork_testrun() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h513 enum lvp_cmd_buffer_status status; member
/third_party/mesa3d/src/glx/
H A Dglxcmds.c900 int status; in glXGetConfig() local
/third_party/node/src/
H A Dcares_wrap.cc85 void ares_poll_cb(uv_poll_t* watcher, int status, int events) { in ares_poll_cb() argument
212 int status; in ParseGeneralReply() local
293 int status in ParseMxReply() local
328 int status = ares_parse_caa_reply(buf, len, &caa_start); ParseCaaReply() local
365 int status = ares_parse_txt_reply_ext(buf, len, &txt_out); ParseTxtReply() local
428 int status = ares_parse_srv_reply(buf, len, &srv_start); ParseSrvReply() local
470 int status = ares_parse_naptr_reply(buf, len, &naptr_start); ParseNaptrReply() local
532 int status = ares_expand_name(ptr, buf, len, &name_temp, &temp_len); ParseSoaReply() local
905 int type, status, old_count; Parse() local
1072 int naddrttls = arraysize(addrttls), status; Parse() local
1106 int naddrttls = arraysize(addrttls), status; Parse() local
1140 int status = ParseCaaReply(env, buf, len, ret); Parse() local
1163 int status = ParseGeneralReply(env, buf, len, &type, ret); Parse() local
1185 int status = ParseMxReply(env, buf, len, mx_records); Parse() local
1209 int status = ParseGeneralReply(env, buf, len, &type, names); Parse() local
1231 int status = ParseTxtReply(env, buf, len, txt_records); Parse() local
1253 int status = ParseSrvReply(env, buf, len, srv_records); Parse() local
1277 int status = ParseGeneralReply(env, buf, len, &type, aliases); Parse() local
1299 int status = ParseNaptrReply(env, buf, len, naptr_records); Parse() local
1321 int status = ares_parse_soa_reply(buf, len, &soa_out); Parse() local
1433 AfterGetAddrInfo(uv_getaddrinfo_t* req, int status, struct addrinfo* res) AfterGetAddrInfo() argument
1504 AfterGetNameInfo(uv_getnameinfo_t* req, int status, const char* hostname, const char* service) AfterGetNameInfo() argument
[all...]
H A Dnode_api.cc470 JSVM_Status status; in CallJs() local
1320 JSVM_Status status = JSVM_OK; jsvm_create_threadsafe_function() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_tls.cc269 int status = SSL_select_next_proto(const_cast<unsigned char**>(out), in SelectALPNCallback() local
404 void TLSWrap::InvokeQueued(int status, const char* error_str) { in InvokeQueued() argument
683 void TLSWrap::OnStreamAfterWrite(WriteWrap* req_wrap, int status) { in OnStreamAfterWrite() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1915 v8::Maybe<bool> status = JSReceiver::DefineOwnProperty( in ProcessExports() local
H A Dwasm-module.h248 Status status; member
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc516 CBOREncoder(C* out, Status* status) : out_(out), status_(status) { in CBOREncoder() argument
1255 JSONEncoder(const Platform* platform, C* out, Status* status) in JSONEncoder() argument
620 NewCBOREncoder( std::vector<uint8_t>* out, Status* status) NewCBOREncoder() argument
626 NewCBOREncoder(std::string* out, Status* status) NewCBOREncoder() argument
1494 NewJSONEncoder( const Platform* platform, std::vector<uint8_t>* out, Status* status) NewJSONEncoder() argument
1501 NewJSONEncoder(const Platform* platform, std::string* out, Status* status) NewJSONEncoder() argument
2143 Status status; ConvertCBORToJSONTmpl() local
2163 Status status; ConvertJSONToCBORTmpl() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c344 static int ntfs_ntstatus_to_errno(NTSTATUS status) in ntfs_ntstatus_to_errno() argument
751 IO_STATUS_BLOCK status; in ntfs_device_win32_getntgeo() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c1206 reg_errcode_t status = REG_OK; in tre_add_tags() local
1691 reg_errcode_t status = REG_OK; tre_copy_ast() local
1838 reg_errcode_t status = REG_OK; tre_expand_ast() local
2143 reg_errcode_t status = REG_OK; tre_match_empty() local
2378 reg_errcode_t status; tre_compute_nfl() local
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc940 int status = 0; in on_header() local
970 on_status_code(int32_t stream_id, uint16_t status) on_status_code() argument
[all...]
H A Dh2load.h162 int status; member
241 std::array<size_t, 6> status; member
[all...]
H A Dshrpx_http3_upstream.cc1201 unsigned int status; in downstream_error() local
[all...]
H A Dshrpx_http2_upstream.cc1392 unsigned int status; in downstream_error() local
[all...]
H A Dshrpx_http2_session.cc1111 auto status = resp.fs.header(http2::HD__STATUS); in on_response_headers() local
[all...]
H A DHttpServer.cc932 int Http2Handler::submit_file_response(const StringRef &status, Stream *stream, in submit_file_response() argument
964 int Http2Handler::submit_response(const StringRef &status, int32_t stream_id, in submit_response() argument
988 int Http2Handler::submit_response(const StringRef &status, int32_t stream_id, in submit_response() argument
1007 int Http2Handler::submit_non_final_response(const std::string &status, in submit_non_final_response() argument
1138 prepare_status_response(Stream *stream, Http2Handler *hd, int status) prepare_status_response() argument
1211 prepare_redirect_response(Stream *stream, Http2Handler *hd, const StringRef &path, int status) prepare_redirect_response() argument
1935 make_status_body(int status, uint16_t port) make_status_body() argument
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c1207 reg_errcode_t status = REG_OK; in tre_add_tags() local
1692 reg_errcode_t status = REG_OK; tre_copy_ast() local
1839 reg_errcode_t status = REG_OK; tre_expand_ast() local
2144 reg_errcode_t status = REG_OK; tre_match_empty() local
2379 reg_errcode_t status; tre_compute_nfl() local
[all...]
/third_party/musl/src/network/
H A Dlookup_name.c750 int status = -1; in predefined_host_lookup_ip() local
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c1206 reg_errcode_t status = REG_OK; in tre_add_tags() local
1691 reg_errcode_t status = REG_OK; tre_copy_ast() local
1838 reg_errcode_t status = REG_OK; tre_expand_ast() local
2143 reg_errcode_t status = REG_OK; tre_match_empty() local
2378 reg_errcode_t status; tre_compute_nfl() local
[all...]
/third_party/musl/src/regex/
H A Dregcomp.c1206 reg_errcode_t status = REG_OK; in tre_add_tags() local
1691 reg_errcode_t status = REG_OK; tre_copy_ast() local
1838 reg_errcode_t status = REG_OK; tre_expand_ast() local
2143 reg_errcode_t status = REG_OK; tre_match_empty() local
2378 reg_errcode_t status; tre_compute_nfl() local
[all...]
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c2555 BrotliDecoderErrorCode status; in BrotliDecoderTakeOutput() local
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc424 int status() const { return status_; } in status() function in testing::internal::DeathTestImpl
983 zx_status_t status; AssumeRole() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duloc.cpp545 static int32_t locale_canonKeywordName(char *buf, const char *keywordName, UErrorCode *status) in locale_canonKeywordName() argument
586 ulocimp_getKeywords(const char *localeID, char prev, ByteSink& sink, UBool valuesToo, UErrorCode *status) ulocimp_getKeywords() argument
707 uloc_getKeywordValue(const char* localeID, const char* keywordName, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_getKeywordValue() argument
735 ulocimp_getKeywordValue(const char* localeID, const char* keywordName, icu::ByteSink& sink, UErrorCode* status) ulocimp_getKeywordValue() argument
847 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_setKeywordValue() argument
1133 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1178 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1212 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
1360 uloc_openKeywordList(const char *keywordList, int32_t keywordListSize, UErrorCode* status) uloc_openKeywordList() argument
1388 uloc_openKeywords(const char* localeID, UErrorCode* status) uloc_openKeywords() argument
2025 UErrorCode status = U_ZERO_ERROR; uloc_getLCID() local
2087 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, UErrorCode *status) uloc_getLocaleForLCID() argument
[all...]
H A Duloc_tag.cpp1015 _appendLanguageToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) { in _appendLanguageToLanguageTag() argument
1063 _appendScriptToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) { in _appendScriptToLanguageTag() argument
1095 _appendRegionToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) { in _appendRegionToLanguageTag() argument
1148 _appendVariantsToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UBool *hadPosix, UErrorCode* status) _appendVariantsToLanguageTag() argument
1265 _appendKeywordsToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UBool hadPosix, UErrorCode* status) _appendKeywordsToLanguageTag() argument
1521 _appendLDMLExtensionAsKeywords(const char* ldmlext, ExtensionListEntry** appendTo, icu::MemoryPool<ExtensionListEntry>& extPool, icu::MemoryPool<icu::CharString>& kwdBuf, UBool *posixVariant, UErrorCode *status) _appendLDMLExtensionAsKeywords() argument
1792 _appendKeywords(ULanguageTag* langtag, icu::ByteSink& sink, UErrorCode* status) _appendKeywords() argument
1888 _appendPrivateuseToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UBool hadPosix, UErrorCode* status) _appendPrivateuseToLanguageTag() argument
1998 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status) ultag_parse() argument
2594 uloc_toLanguageTag(const char* localeID, char* langtag, int32_t langtagCapacity, UBool strict, UErrorCode* status) uloc_toLanguageTag() argument
2623 ulocimp_toLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) ulocimp_toLanguageTag() argument
2695 uloc_forLanguageTag(const char* langtag, char* localeID, int32_t localeIDCapacity, int32_t* parsedLength, UErrorCode* status) uloc_forLanguageTag() argument
2724 ulocimp_forLanguageTag(const char* langtag, int32_t tagLen, icu::ByteSink& sink, int32_t* parsedLength, UErrorCode* status) ulocimp_forLanguageTag() argument
[all...]

Completed in 62 milliseconds

1...<<261262263264265266267268269270>>...290