Home
last modified time | relevance | path

Searched refs:lws_fts_result (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-fts.h74 struct lws_fts_result { struct
202 LWS_VISIBLE LWS_EXTERN struct lws_fts_result *
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dmain.c36 struct lws_fts_result *result; in main()
/aosp_15_r20/external/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c390 struct lws_fts_result *
400 struct lws_fts_result *result; in lws_fts_search()
H A DREADME.md70 A `struct lws_fts_result` at the start of the lwsac contains heads for linked-
99 that created the result are stored in the `struct lws_fts_result`.
/aosp_15_r20/external/libwebsockets/plugins/
H A Dprotocol_fulltext_demo.c71 struct lws_fts_result *result; in callback_fts()