Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dcontext.c337 context->fops_platform.LWS_FOP_OPEN = _lws_plat_file_open; in lws_create_context()
338 context->fops_platform.LWS_FOP_CLOSE = _lws_plat_file_close; in lws_create_context()
339 context->fops_platform.LWS_FOP_SEEK_CUR = _lws_plat_file_seek_cur; in lws_create_context()
340 context->fops_platform.LWS_FOP_READ = _lws_plat_file_read; in lws_create_context()
341 context->fops_platform.LWS_FOP_WRITE = _lws_plat_file_write; in lws_create_context()
342 context->fops_platform.fi[0].sig = NULL; in lws_create_context()
352 context->fops = &context->fops_platform; in lws_create_context()
Dprivate-lib-core.h312 struct lws_plat_file_ops fops_platform; member