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

  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.h 33 bool is_tls);
mhd2spdy_spdy.c 164 if(connection->is_tls)
235 if(connection->is_tls)
725 bool is_tls)
744 if(is_tls)
771 connection->is_tls = is_tls;
800 if(is_tls)
805 if(is_tls)
mhd2spdy_structures.h 82 bool is_tls; member in struct:SPDY_Connection
  /external/elfutils/src/
nm.c 974 bool is_tls = GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS; local
977 ? (is_tls ? "@" : (is_weak ? "*" : " ")) : "");
984 if (is_tls)
999 if (is_tls)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.cc 1435 bool is_tls = object->local_is_tls(lsi); local
    [all...]

Completed in 5709 milliseconds