Searched refs:authorize (Results 1 – 9 of 9) sorted by relevance
42 .authorize = NULL,
31 ``accept`` which is called to authorize incoming connection requests and
36 .authorize = tbs_authorize_cb679 SHELL_CMD_ARG(authorize, NULL,
159 virtual void authorize();
105 void TSSLSocket::authorize() in authorize() function in apache::thrift::transport::TSSLSocket
144 bt_tbs_authorize_cb authorize; member
83 .authorize = tbs_authorize_cb,
179 authorize :Authorize the current connection
196 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()197 return tbs_cbs->authorize(conn); in is_authorized()