Home
last modified time | relevance | path

Searched refs:ALLOW (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h396 ALLOW = 1 // allow access enumerator
DTSSLSocket.cpp596 return (matchName(host.c_str(), name, size) ? ALLOW : SKIP); in verify()
608 return (match ? ALLOW : SKIP); in verify()