Lines Matching defs:hdr
41 const lws_plugin_header_t *hdr;
73 hdr = (const lws_plugin_header_t *)v;
74 if (hdr->api_magic != LWS_PLUGIN_API_MAGIC) {
76 __func__, libpath, hdr->api_magic,
81 if (strcmp(hdr->lws_build_hash, LWS_BUILD_HASH))
84 if (strcmp(hdr->_class, _class))
93 if (!strcmp(pin->hdr->name, hdr->name))
110 pin->hdr = hdr;
115 return hdr;
144 (const lws_plugin_protocol_t *)pin->hdr;