/third_party/curl/lib/ |
H A D | http.c | 1536 CURLcode status, bool premature) in Curl_http_done() 1558 if(status) in Curl_http_done() 1559 return status; in Curl_http_done() 3368 STATUS_DONE, /* a status line was read */ 3369 STATUS_BAD /* not a status line */ 3762 * Called after the first HTTP response line (the status line) has been 3875 /* the first "header" is the status-line and it has no colon */ in verify_header() 4018 /* "A user agent MAY ignore unexpected 1xx status responses." */ in http_rw_headers() 4076 /* the status code 1xx indicates a provisional response, so in http_rw_headers() 4170 /* All non-101 HTTP status code in http_rw_headers() 1535 Curl_http_done(struct Curl_easy *data, CURLcode status, bool premature) Curl_http_done() argument 4576 int status = 0; Curl_http_decode_status() local 4901 Curl_http_resp_make(struct http_resp **presp, int status, const char *description) Curl_http_resp_make() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1299 GLint status; 1300 glGetShaderiv(it->second, GL_COMPILE_STATUS, &status); 1305 Logger::Get()->writeCompileInfo("shader", "", status == GL_TRUE, infoLog); 1311 if (status != GL_TRUE) 1319 if (status) 1370 //query link status: 1373 GLint status; 1375 glGetProgramiv(programs[config].name, GL_LINK_STATUS, &status); 1378 Logger::Get()->writeCompileInfo("program", "", status == GL_TRUE, infoLog); 1382 if (status ! [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 1046 opStatus status; 1072 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); 1073 assert(status == opOK); 1074 (void)status; 2285 opStatus status; 2296 status = convertFromUnsignedParts(copy, srcCount, rounding_mode); 2300 status = convertFromUnsignedParts(src, srcCount, rounding_mode); 2303 return status; 4595 opStatus status = convertToInteger(parts, bitWidth, result.isSigned(), 4599 return status; [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 1387 u16 status; local 1414 status = WLAN_STATUS_SAE_PK; 1416 status = WLAN_STATUS_SAE_HASH_TO_ELEMENT; 1418 status = WLAN_STATUS_SUCCESS; 1422 wpa_s->sme.seq_num, status, 1427 bssid, 1, wpa_s->sme.seq_num, status); 1438 u16 status) 1443 params.status = status; 1447 if (wpa_s->conf->sae_pmkid_in_assoc && status 1437 sme_send_external_auth_status(struct wpa_supplicant *wpa_s, u16 status) global() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aac.h | 115 * Output configuration status 130 enum OCStatus status; member
|
/third_party/icu/icu4c/source/io/unicode/ |
H A D | ustdio.h | 766 * @param status ICU error code. 775 UTransliterator *adopt, UErrorCode *status);
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_ioctl.h | 199 int status; /* see USB_ERR_XXX */ member
|
/third_party/mesa3d/include/android_stub/log/ |
H A D | log_event_list.h | 130 /* return errors or transmit status */ 131 int status() const { in status() function in android_log_event_list
|
/third_party/libdrm/include/drm/ |
H A D | mga_drm.h | 215 unsigned int status[4]; member
|
/third_party/node/deps/zlib/ |
H A D | deflate.h | 68 /* Stream status */ 106 int status; /* as the name implies */ member
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 64 /* Stream status */ 102 int status; /* as the name implies */ member
|
/third_party/node/src/ |
H A D | node_blob.h | 121 void AfterThreadPoolWork(int status) override;
|
/third_party/nghttp2/src/ |
H A D | nghttp.h | 186 int status; member 296 // The HTTP status code of the response message of HTTP Upgrade.
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
H A D | deaddrop.js | 126 "Failed " + san(e.status.toString());
|
/third_party/libwebsockets/plugins/deaddrop/assets/ |
H A D | deaddrop.js | 126 "Failed " + san(e.status.toString());
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 58 /* Stream status */
96 int status; /* as the name implies */
member
|
/third_party/node/deps/v8/include/ |
H A D | v8-callbacks.h | 227 int /* LogEventStatus */ status);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-callbacks.h | 235 int /* LogEventStatus */ status);
|
/third_party/skia/third_party/externals/spirv-tools/test/link/ |
H A D | linker_fixture.h | 173 EXPECT_EQ(effcee::Result::Status::Ok, match_res.status()) in ExpandAndMatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
H A D | linker_fixture.h | 173 EXPECT_EQ(effcee::Result::Status::Ok, match_res.status()) in ExpandAndMatch()
|
/third_party/skia/third_party/externals/icu/source/io/unicode/ |
H A D | ustdio.h | 766 * @param status ICU error code. 775 UTransliterator *adopt, UErrorCode *status);
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
H A D | main.go | 322 Status Status `json:"status"` 336 // Status is a status code in the JSON --gtest_output file.
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 64 /* Stream status */ 102 int status; /* as the name implies */ member
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 144 $(RM) builds/unix/config.status
|
/third_party/protobuf/python/ |
H A D | setup.py | 154 status = subprocess.check_call(cmd, shell=True)
|