Home
last modified time | relevance | path

Searched refs:forClient (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DEngineType.java162 SslContextBuilder.forClient() in newNettyClientContext()
/external/valgrind/coregrind/
Dpub_core_aspacemgr.h148 ( const MapRequest* req, Bool forClient, /*OUT*/Bool* ok );
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1835 Bool forClient, in VG_()
1890 Addr startPoint = forClient ? aspacem_vStart - 1 : aspacem_maxAddr - 1; in VG_()
1892 Addr startPoint = forClient ? aspacem_cStart : aspacem_vStart; in VG_()
1926 if (forClient && req->rkind == MFixed) { in VG_()
1954 if (forClient && req->rkind == MHint) { in VG_()
2775 Addr start, SizeT len, Bool forClient ) in am_munmap_both_wrk() argument
2798 if (forClient) { in am_munmap_both_wrk()