HomeSort by relevance Sort by last modified time
    Searched refs:tsi (Results 1 - 25 of 34) sorted by null

1 2

  /external/curl/lib/
getinfo.c 325 struct curl_tlssessioninfo *tsi = &data->tsi; local
328 *tsip = tsi;
329 tsi->backend = Curl_ssl_backend();
330 tsi->internals = NULL;
332 if(conn && tsi->backend != CURLSSLBACKEND_NONE) {
337 tsi->internals = (void *)conn->ssl[i].ssl;
339 tsi->internals = (void *)conn->ssl[i].handle;
341 tsi->internals = (void *)conn->ssl[i].ssl_ctx;
343 tsi->internals = (void *)conn->ssl[i].session
    [all...]
urldata.h 1810 struct curl_tlssessioninfo tsi; \/* Information about the TLS session, only member in struct:Curl_easy
    [all...]
  /prebuilts/go/darwin-x86/test/
convert1.go 26 tsi := Tint64(si)
91 _ = string(tsi) // ERROR "cannot convert.* string|invalid type conversion"
92 _ = []byte(tsi) // ERROR "cannot convert.*\[\]byte|invalid type conversion"
93 _ = []rune(tsi) // ERROR "cannot convert.*\[\]rune|invalid type conversion"
94 _ = []int64(tsi)
95 _ = Tstring(tsi) // ERROR "cannot convert.*Tstring|invalid type conversion"
96 _ = Tbyte(tsi) // ERROR "cannot convert.*Tbyte|invalid type conversion"
97 _ = Trune(tsi) // ERROR "cannot convert.*Trune|invalid type conversion"
98 _ = Tint64(tsi)
  /prebuilts/go/linux-x86/test/
convert1.go 26 tsi := Tint64(si)
91 _ = string(tsi) // ERROR "cannot convert.* string|invalid type conversion"
92 _ = []byte(tsi) // ERROR "cannot convert.*\[\]byte|invalid type conversion"
93 _ = []rune(tsi) // ERROR "cannot convert.*\[\]rune|invalid type conversion"
94 _ = []int64(tsi)
95 _ = Tstring(tsi) // ERROR "cannot convert.*Tstring|invalid type conversion"
96 _ = Tbyte(tsi) // ERROR "cannot convert.*Tbyte|invalid type conversion"
97 _ = Trune(tsi) // ERROR "cannot convert.*Trune|invalid type conversion"
98 _ = Tint64(tsi)
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 190 const clang::TypeSourceInfo* tsi = var_decl->getTypeSourceInfo(); local
205 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 

Completed in 3627 milliseconds

1 2