Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c57 const lws_struct_map_t *child = &map->child_map[m]; in lws_struct_schema_only_lejp_cb()
104 lejp_parser_push(ctx, a->dest, &map->child_map[0].colname, in lws_struct_schema_only_lejp_cb()
106 a->map_st[ctx->pst_sp] = map->child_map; in lws_struct_schema_only_lejp_cb()
132 lejp_parser_push(ctx, ch, (const char * const*)map->child_map, in lws_struct_lejp_push()
135 args->map_st[ctx->pst_sp] = map->child_map; in lws_struct_lejp_push()
681 j->map = map->child_map; in lws_struct_json_serialize()
706 j->map = map->child_map; in lws_struct_json_serialize()
737 j->map = map->child_map; in lws_struct_json_serialize()
Dlws-struct-sqlite.c195 a.map_st[0] = schema->child_map; in lws_struct_sq3_deserialize()
209 "%s%c", schema->child_map[n].colname, in lws_struct_sq3_deserialize()
243 const lws_struct_map_t *map = schema->child_map; in _lws_struct_sq3_ser_one()
452 const lws_struct_map_t *map = schema->child_map; in lws_struct_sq3_create_table()
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h50 const struct lws_struct_map *child_map; member