HomeSort by relevance Sort by last modified time
    Searched refs:early_return (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 1398 bool early_return = (reporter_ == NULL); local
    [all...]
  /external/boringssl/src/ssl/
handshake_client.c 462 int early_return = 0; local
463 ret = tls13_handshake(hs, &early_return);
468 if (early_return) {
    [all...]
handshake_server.c 452 int early_return = 0; local
453 ret = tls13_handshake(hs, &early_return);
458 if (early_return) {
    [all...]

Completed in 751 milliseconds