Home
last modified time | relevance | path

Searched refs:lss (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/include/
H A Dlibwebsockets.hxx36 class lss;
39 * Exception subclass for lss-specific issues
72 * Fixed userdata priv used with ss creation... userdata lives in the lss
83 #define userobj_to_lss(uo) ((lss *)(((lssPriv *)userobj)->m_plss))
94 typedef int (*lsscomp_t)(lss *lss, lws_ss_constate_t state, void *arg);
100 class lss class
103 lss(lws_ctx_t _ctx, std::string _uri, lsscomp_t _comp, bool _psh,
105 virtual ~lss();
121 * Subclass of lss fo
[all...]
/third_party/libwebsockets/lib/secure-streams/cpp/
H A Dlss.cxx50 lss::lss(lws_ctx_t _ctx, std::string _uri, lsscomp_t _comp, bool _psh, in lss() function in lss
68 * lss itself. in lss()
136 lss::~lss() in ~lss()
144 int lss::call_completion(lws_ss_constate_t state) in call_completion()
H A DlssMsg.cxx54 lss(ctx, uri, comp, 0, lssmsg_rx, lssmsg_tx, lssmsg_state) in lssMsg()
H A DlssFile.cxx76 * middle of destroying the m_ss, unlink the C++ lss in lssfile_state()
118 lss(ctx, uri, comp, _psh, lssfile_rx, lssfile_tx, lssfile_state) in lssFile()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
H A Dmain.cxx20 lss_completion(lss *lss, lws_ss_constate_t state, void *arg) in lss_completion() argument
22 lssFile *lf = (lssFile *)lss; in lss_completion()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h513 #define LSS(a, b) CHOICE(lssl ARG2(a,b), lss ARG2(a,b), lss ARG2(b,a))
1230 #define LSS(a, b) lss b, P_(a)

Completed in 7 milliseconds