Searched refs:child_map_size (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 54 int m, child_members = (int)map->child_map_size; in lws_struct_schema_only_lejp_cb() 105 (uint8_t)map->child_map_size, cb); in lws_struct_schema_only_lejp_cb() 107 a->map_entries_st[ctx->pst_sp] = map->child_map_size; in lws_struct_schema_only_lejp_cb() 133 (uint8_t)map->child_map_size, cb); in lws_struct_lejp_push() 136 args->map_entries_st[ctx->pst_sp] = map->child_map_size; in lws_struct_lejp_push() 682 j->map_entries = map->child_map_size; in lws_struct_json_serialize() 707 j->map_entries = map->child_map_size; in lws_struct_json_serialize() 738 j->map_entries = map->child_map_size; in lws_struct_json_serialize()
|
D | lws-struct-sqlite.c | 196 a.map_entries_st[0] = schema->child_map_size; in lws_struct_sq3_deserialize() 207 for (n = 0; n < (int)schema->child_map_size; n++) in lws_struct_sq3_deserialize() 210 n + 1 == (int)schema->child_map_size ? ' ' : ','); in lws_struct_sq3_deserialize() 244 int n, m, pk = 0, nentries = (int)(ssize_t)schema->child_map_size, nef = 0, did; in _lws_struct_sq3_ser_one() 453 int map_size = (int)(ssize_t)schema->child_map_size, subsequent = 0; in lws_struct_sq3_create_table()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-struct.h | 55 size_t child_map_size; member
|