/third_party/nghttp2/src/ |
D | h2load_http1_session.cc | 43 int htp_msg_begincb(llhttp_t *htp) { in htp_msg_begincb() argument 44 auto session = static_cast<Http1Session *>(htp->data); in htp_msg_begincb() 56 int htp_statuscb(llhttp_t *htp, const char *at, size_t length) { in htp_statuscb() argument 57 auto session = static_cast<Http1Session *>(htp->data); in htp_statuscb() 60 if (htp->status_code / 100 == 1) { in htp_statuscb() 64 client->on_status_code(session->stream_resp_counter_, htp->status_code); in htp_statuscb() 72 int htp_msg_completecb(llhttp_t *htp) { in htp_msg_completecb() argument 73 auto session = static_cast<Http1Session *>(htp->data); in htp_msg_completecb() 76 if (htp->status_code / 100 == 1) { in htp_msg_completecb() 80 client->final = llhttp_should_keep_alive(htp) == 0; in htp_msg_completecb() [all …]
|
D | shrpx_https_upstream.cc | 55 int htp_msg_begin(llhttp_t *htp); 56 int htp_uricb(llhttp_t *htp, const char *data, size_t len); 57 int htp_hdr_keycb(llhttp_t *htp, const char *data, size_t len); 58 int htp_hdr_valcb(llhttp_t *htp, const char *data, size_t len); 59 int htp_hdrs_completecb(llhttp_t *htp); 60 int htp_bodycb(llhttp_t *htp, const char *data, size_t len); 61 int htp_msg_completecb(llhttp_t *htp); 116 int htp_msg_begin(llhttp_t *htp) { in htp_msg_begin() argument 117 auto upstream = static_cast<HttpsUpstream *>(htp->data); in htp_msg_begin() 124 int htp_uricb(llhttp_t *htp, const char *data, size_t len) { in htp_uricb() argument [all …]
|
D | shrpx_http_downstream_connection.cc | 254 int htp_msg_begincb(llhttp_t *htp); 255 int htp_hdr_keycb(llhttp_t *htp, const char *data, size_t len); 256 int htp_hdr_valcb(llhttp_t *htp, const char *data, size_t len); 257 int htp_hdrs_completecb(llhttp_t *htp); 258 int htp_bodycb(llhttp_t *htp, const char *data, size_t len); 259 int htp_msg_completecb(llhttp_t *htp); 890 int htp_msg_begincb(llhttp_t *htp) { in htp_msg_begincb() argument 891 auto downstream = static_cast<Downstream *>(htp->data); in htp_msg_begincb() 894 llhttp_set_error_reason(htp, "HTTP message started when it shouldn't"); in htp_msg_begincb() 903 int htp_hdrs_completecb(llhttp_t *htp) { in htp_hdrs_completecb() argument [all …]
|
D | nghttp.cc | 404 int htp_msg_begincb(llhttp_t *htp) { in htp_msg_begincb() argument 414 int htp_msg_completecb(llhttp_t *htp) { in htp_msg_completecb() argument 415 auto client = static_cast<HttpClient *>(htp->data); in htp_msg_completecb() 416 client->upgrade_response_status_code = htp->status_code; in htp_msg_completecb() 890 htp = std::make_unique<llhttp_t>(); in connected() 891 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected() 892 htp->data = this; in connected() 1037 llhttp_execute(htp.get(), reinterpret_cast<const char *>(data), len); in on_upgrade_read() 1041 llhttp_get_error_pos(htp.get())) - in on_upgrade_read() 1051 << llhttp_get_error_reason(htp.get()) << std::endl; in on_upgrade_read()
|
D | nghttp.h | 268 std::unique_ptr<llhttp_t> htp; member
|
D | shrpx_http2_session.cc | 340 int htp_hdrs_completecb(llhttp_t *htp); 626 int htp_hdrs_completecb(llhttp_t *htp) { in htp_hdrs_completecb() argument 627 auto http2session = static_cast<Http2Session *>(htp->data); in htp_hdrs_completecb() 634 if (htp->status_code / 100 == 2) { in htp_hdrs_completecb() 643 SSLOG(WARN, http2session) << "Tunneling failed: " << htp->status_code; in htp_hdrs_completecb()
|
/third_party/icu/icu4c/source/common/ |
D | locutil.cpp | 222 Hashtable* htp; in getAvailableLocaleNames() local 224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 227 if (htp == NULL) { in getAvailableLocaleNames() 228 htp = new Hashtable(status); in getAvailableLocaleNames() 229 if (htp && U_SUCCESS(status)) { in getAvailableLocaleNames() 239 htp->put(UnicodeString(id), (void*)htp, status); in getAvailableLocaleNames() 242 delete htp; in getAvailableLocaleNames() 251 delete htp; in getAvailableLocaleNames() 252 htp = t; in getAvailableLocaleNames() 254 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locutil.cpp | 221 Hashtable* htp; in getAvailableLocaleNames() local 223 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 226 if (htp == NULL) { in getAvailableLocaleNames() 227 htp = new Hashtable(status); in getAvailableLocaleNames() 228 if (htp && U_SUCCESS(status)) { in getAvailableLocaleNames() 238 htp->put(UnicodeString(id), (void*)htp, status); in getAvailableLocaleNames() 242 delete htp; in getAvailableLocaleNames() 251 delete htp; in getAvailableLocaleNames() 252 htp = t; in getAvailableLocaleNames() 254 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locutil.cpp | 222 Hashtable* htp; in getAvailableLocaleNames() local 224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 227 if (htp == NULL) { in getAvailableLocaleNames() 228 htp = new Hashtable(status); in getAvailableLocaleNames() 229 if (htp && U_SUCCESS(status)) { in getAvailableLocaleNames() 239 htp->put(UnicodeString(id), (void*)htp, status); in getAvailableLocaleNames() 242 delete htp; in getAvailableLocaleNames() 251 delete htp; in getAvailableLocaleNames() 252 htp = t; in getAvailableLocaleNames() 254 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | locutil.cpp | 222 Hashtable* htp; in getAvailableLocaleNames() local 224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 227 if (htp == NULL) { in getAvailableLocaleNames() 228 htp = new Hashtable(status); in getAvailableLocaleNames() 229 if (htp && U_SUCCESS(status)) { in getAvailableLocaleNames() 239 htp->put(UnicodeString(id), (void*)htp, status); in getAvailableLocaleNames() 242 delete htp; in getAvailableLocaleNames() 251 delete htp; in getAvailableLocaleNames() 252 htp = t; in getAvailableLocaleNames() 254 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames() [all …]
|
/third_party/libffi/doc/ |
D | Makefile.in | 426 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) 428 -o $(@:.html=.htp) $<; \ 430 rm -rf $@ && mv $(@:.html=.htp) $@; \ 432 rm -rf $(@:.html=.htp); exit 1; \
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | Makefile.in | 526 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) 528 -o $(@:.html=.htp) $<; \ 530 rm -rf $@ && mv $(@:.html=.htp) $@; \ 532 rm -rf $(@:.html=.htp); exit 1; \
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 2374 …zA-Z0-9]+\.)+[a-zA-Z]{2,4}))(\:\d+)?(/[\-a-zA-Z0-9._?,'+\&%$#=~\\]+)*/?)$" "htp://mistake.com/"
|
/third_party/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 11737 …�����@�?@�@�?�?�?��f?@ htp… 21204 …�����@�?@�@�?�?�?��f?@ htp… 27093 …�����@�?@�@�?�?�?��f?@ htp… 32982 …�����@�?@�@�?�?�?��f?@ htp… 38871 …�����@�?@�@�?�?�?��f?@ htp… 44759 …�����@�?@�@�?�?�?��f?@ htp… 50647 …�����@�?@�@�?�?�?��f?@ htp… 56535 …�����@�?@�@�?�?�?��f?@ htp… 62421 …�����@�?@�@�?�?�?��f?@ htp… 68332 …�����@�?@�@�?�?�?��f?@ htp…
|