Searched refs:system_blobs (Results 1 – 2 of 2) sorted by relevance
141 idx >= (int)LWS_ARRAY_SIZE(context->system_blobs)) in lws_system_get_blob()144 return &context->system_blobs[type + idx]; in lws_system_get_blob()
319 lws_system_blob_t system_blobs[LWS_SYSBLOB_TYPE_COUNT]; member