Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/system/
H A Dsystem.c141 idx >= (int)LWS_ARRAY_SIZE(context->system_blobs)) in lws_system_get_blob()
144 return &context->system_blobs[type + (unsigned int)idx]; in lws_system_get_blob()
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dprivate-lib-core.h434 lws_system_blob_t system_blobs[LWS_SYSBLOB_TYPE_COUNT]; member