OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_hash
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/hs20/server/
spp_server.h
22
const char *
id_hash
;
member in struct:hs20_svc
hs20_spp_server.c
101
ctx->
id_hash
= getenv("HS20IDHASH");
102
if (ctx->
id_hash
)
103
debug_print(ctx, 1, "ID-HASH %s", ctx->
id_hash
);
spp_server.c
252
const char *
id_hash
)
257
id_hash
, sessionid);
[
all
...]
/external/tensorflow/tensorflow/contrib/factorization/kernels/
wals_solver_ops.cc
217
const size_t
id_hash
= std::hash<std::thread::id>()(thread_id);
226
const auto key_count = factor_batch_map.count(
id_hash
);
231
std::piecewise_construct, std::forward_as_tuple(
id_hash
),
236
auto& factor_batch = factor_batch_map[
id_hash
];
/external/wpa_supplicant_8/hs20/server/www/
spp.php
89
$
id_hash
= $_GET["hotspot2dot0-mobile-identifier-hash"];
variable
90
$
id_hash
= PREG_REPLACE("/[^0-9a-h]/i", '', $
id_hash
);
variable
99
"WHERE mobile_identifier_hash='$
id_hash
'")->fetch();
121
putenv("HS20IDHASH=$
id_hash
");
Completed in 1661 milliseconds