Home
last modified time | relevance | path

Searched defs:_w (Results 1 – 25 of 29) sorted by relevance

12

/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-client.h96 #define lwsl_sspc_err(_w, ...) lwsl_sspc(_w, LLL_ERR, __VA_ARGS__) argument
98 #define lwsl_sspc_err(_w, ...) do {} while(0) argument
102 #define lwsl_sspc_warn(_w, ...) lwsl_sspc(_w, LLL_WARN, __VA_ARGS__) argument
104 #define lwsl_sspc_warn(_w, ...) do {} while(0) argument
108 #define lwsl_sspc_notice(_w, ...) lwsl_sspc(_w, LLL_NOTICE, __VA_ARGS__) argument
110 #define lwsl_sspc_notice(_w, ...) do {} while(0) argument
114 #define lwsl_sspc_info(_w, ...) lwsl_sspc(_w, LLL_INFO, __VA_ARGS__) argument
116 #define lwsl_sspc_info(_w, ...) do {} while(0) argument
120 #define lwsl_sspc_debug(_w, ...) lwsl_sspc(_w, LLL_DEBUG, __VA_ARGS__) argument
122 #define lwsl_sspc_debug(_w, ...) do {} while(0) argument
[all …]
Dlws-logs.h173 #define lwsl_wsi(_w, _fil, ...) \ argument
188 #define lwsl_hexdump_wsi(_w, _fil, _buf, _len) \ argument
501 #define lwsl_wsi_err(_w, ...) lwsl_wsi(_w, LLL_ERR, __VA_ARGS__) argument
503 #define lwsl_wsi_err(_w, ...) do {} while(0) argument
507 #define lwsl_wsi_warn(_w, ...) lwsl_wsi(_w, LLL_WARN, __VA_ARGS__) argument
509 #define lwsl_wsi_warn(_w, ...) do {} while(0) argument
513 #define lwsl_wsi_notice(_w, ...) lwsl_wsi(_w, LLL_NOTICE, __VA_ARGS__) argument
515 #define lwsl_wsi_notice(_w, ...) do {} while(0) argument
519 #define lwsl_wsi_info(_w, ...) lwsl_wsi(_w, LLL_INFO, __VA_ARGS__) argument
521 #define lwsl_wsi_info(_w, ...) do {} while(0) argument
[all …]
/third_party/python/Lib/json/
Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
332 def decode(self, s, _w=WHITESPACE.match): argument
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c36 #define wsi_to_priv_glib(_w) ((struct lws_wsi_eventlibs_glib *)(_w)->evlib_wsi) argument
38 #define wsi_to_subclass(_w) (wsi_to_priv_glib(_w)->w_read.source) argument
39 #define wsi_to_gsource(_w) ((GSource *)wsi_to_subclass(_w)) argument
/third_party/typescript/tests/baselines/reference/
DnullPropertyName.js195 var _w: number; variable
DsourceMapValidationDestructuringForOfArrayBindingPattern2.js104 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w; variable
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js121 var _w = __read([1, 2, 3, 4], 4), c8 = _w[3]; variable
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable
DsourceMapValidationDestructuringForArrayBindingPatternDefaultValues2.js118 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable
DnoImplicitAnyDestructuringVarDeclaration2.js23 var _u = { x2: 1, y2: 2, z2: 3 }, _v = _u.x2, x2 = _v === void 0 ? undefined : _v, _w = _u.y2, y2 =… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js137 …var _u = _t[_s], _v = _u[1], _w = _v === void 0 ? ["skill1", "skill2"] : _v, _x = _w[0], primarySk… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js113 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable
DdestructuringSameNames.js57 var _w = [111, 222], blah1 = _w[0], blah1 = _w[1]; variable
DcomputedPropertiesInDestructuring1.js66 var _w = [{ bar: "bar" }], _x = foo(), bar6 = _w[0][_x]; variable
DdestructuringVariableDeclaration1ES5iterable.js97 var _w = __read({ f: [1, 2, { f3: 4, f5: 0 }] }.f, 4), f1 = _w[0], f2 = _w[1], _x = _w[2], f4 = _x.… variable
DdecoratorsOnComputedProperties.js200 var _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, … variable
DsourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues.js124 …var _w = _v[_u].skills, _x = _w === void 0 ? { primary: "nosKill", secondary: "noSkill" } : _w, _y… variable
DsourceMapValidationDestructuringForOfObjectBindingPattern2.js113 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z; variable
DsourceMapValidationDestructuringForObjectBindingPatternDefaultValues2.js178 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c29 #define wsi_to_priv_uloop(_w) ((struct lws_wsi_eventlibs_uloop *)(_w)->evlib_wsi) argument
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c7 #define wsi_to_priv_sd(_w) ((struct lws_wsi_watcher_sdevent *)(_w)->evlib_wsi) argument
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c29 #define wsi_to_priv_event(_w) ((struct lws_wsi_eventlibs_libevent *)(_w)->evlib_wsi) argument
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h214 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c30 #define wsi_to_priv_ev(_w) ((struct lws_wsi_eventlibs_libev *)(_w)->evlib_wsi) argument
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c29 #define wsi_to_priv_uv(_w) ((struct lws_wsi_eventlibs_libuv *)(_w)->evlib_wsi) argument

12