Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/
Dmain.c46 static const lws_struct_map_t lsm_schema_apitest[] = { variable
126 if (lws_struct_sq3_create_table(db, lsm_schema_apitest)) { in main()
134 if (lws_struct_sq3_serialize(db, lsm_schema_apitest, &resown, 0)) { in main()
144 if (lws_struct_sq3_deserialize(db, NULL, NULL, lsm_schema_apitest, in main()