Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dmain.c433 static const lws_struct_map_t lsm_schema_map[] = { variable
541 a.map_st[0] = lsm_schema_map; in main()
542 a.map_entries_st[0] = LWS_ARRAY_SIZE(lsm_schema_map); in main()
598 ser = lws_struct_json_serialize_create(lsm_schema_map, in main()
599 LWS_ARRAY_SIZE(lsm_schema_map), in main()
603 ser = lws_struct_json_serialize_create(&lsm_schema_map[1], in main()