Searched refs:_prot (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams.c | 666 const char *prot, *_prot, *ipath, *_ipath, *ads, *_ads; in _lws_ss_client_connect() local 745 _prot = prot = NULL; in _lws_ss_client_connect() 750 !lws_parse_uri(ep, &_prot, &_ads, &_port, &_ipath)) { in _lws_ss_client_connect() 752 __func__, _prot, _ads, _port, _ipath); in _lws_ss_client_connect() 753 prot = _prot; in _lws_ss_client_connect()
|
/third_party/glib/gobject/ |
D | gtype.c | 242 } _prot; member 259 #define CLASSED_NODE_IFACES_ENTRIES(node) (&(node)->_prot.iface_entries) 589 (&iface_node->_prot.offsets, guint8, in lookup_iface_entry_I() 1288 offsets = G_ATOMIC_ARRAY_GET_LOCKED (&iface_node->_prot.offsets, guint8); in iface_node_has_available_offset_L() 1341 old_offsets = G_ATOMIC_ARRAY_GET_LOCKED (&iface_node->_prot.offsets, guint8); in iface_node_set_offset_L() 1353 offsets = _g_atomic_array_copy (&iface_node->_prot.offsets, in iface_node_set_offset_L() 1362 _g_atomic_array_update (&iface_node->_prot.offsets, offsets); in iface_node_set_offset_L()
|