Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dtest2.c107 } t2_configs_t; typedef
110 LSM_LIST (t2_configs_t, configs, /* the list owner type/member */
127 LSM_SCHEMA (t2_configs_t, NULL, lsm_t2_configs, "t2"),
155 t2_configs_dump(t2_configs_t *t2cs) in t2_configs_dump()
172 t2_configs_t *top; in test2()
194 top = (t2_configs_t *)a.dest; /* the top level object */ in test2()