Lines Matching refs:result
46 struct lwsac *result;
71 struct lws_fts_result *result;
122 result = lws_fts_search(jtf, ¶ms);
124 if (result) {
125 pss->result = params.results_head;
126 pss->ac = result->autocomplete_head;
127 pss->fp = result->filepath_head;
129 /* NULL result will be told in the json as "indexed": 0 */
154 if (pss && pss->result)
155 lwsac_free(&pss->result);
166 "{\"indexed\": %d, \"ac\": [", !!pss->result);
241 if (pss->result)
242 lwsac_free(&pss->result);