Home
last modified time | relevance | path

Searched defs:expected_ct (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/http/
Dhttp_client.c59 char *expected_ct; /* Optional expected Content-Type */ member
1116 const char *expected_ct, int expect_asn1, in OSSL_HTTP_get()
1204 const char *expected_ct, int expect_asn1, in OSSL_HTTP_transfer()
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc107 const int expected_ct = is_temporary_ ? 0 : expected_query_ct_; in AllQueriesDelivered() local