Home
last modified time | relevance | path

Searched defs:wire (Results 1 – 10 of 10) sorted by relevance

/third_party/nghttp2/src/
Dinflatehd.cc75 json_t *wire, int seq, size_t old_settings_table_size) { in to_json()
102 auto wire = json_object_get(obj, "wire"); in inflate_hd() local
/third_party/mesa3d/src/glx/
Ddri2.c88 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) in DRI2WireToEvent()
164 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire) in DRI2EventToWire()
Dglxext.c212 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire) in __glXEventToWire()
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp634 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() local
950 WireTypeface wire; in readStrikeData() local
1061 WireTypeface wire; in deserializeTypeface() local
1067 sk_sp<SkTypeface> SkStrikeClientImpl::addTypeface(const WireTypeface& wire) { in addTypeface()
/third_party/openssl/ssl/statem/
Dstatem_dtls.c808 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls_get_reassembled_message() local
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_dtls.c804 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls_get_reassembled_message() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dmain.c25 const char *wire; member
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c1117 static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire) in wire_to_event()
/third_party/skia/tools/viewer/
DViewer.cpp1932 bool* wire = &params.fGrContextOptions.fWireframeMode; in drawImGui() local
/third_party/python/Lib/test/
Dtest_enum.py1522 wire = 'hard' variable in TestSpecial.test_introspection.String