Home
last modified time | relevance | path

Searched refs:system_blobs (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/system/
Dsystem.c141 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()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h319 lws_system_blob_t system_blobs[LWS_SYSBLOB_TYPE_COUNT]; member