Home
last modified time | relevance | path

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

/third_party/iowow/src/json/tests/
Djbl_test_binn1.c53 #define BINN_MAGIC 0x1F22B11F macro
344 CU_ASSERT(obj1->header == BINN_MAGIC); in test1()
367 CU_ASSERT(list->header == BINN_MAGIC); in test1()
375 CU_ASSERT(map->header == BINN_MAGIC); in test1()
383 CU_ASSERT(obj->header == BINN_MAGIC); in test1()
400 CU_ASSERT(obj1->header == BINN_MAGIC); in test1()
661 CU_ASSERT(list->header == BINN_MAGIC); in _test2()
669 CU_ASSERT(map->header == BINN_MAGIC); in _test2()
677 CU_ASSERT(obj->header == BINN_MAGIC); in _test2()
739 CU_ASSERT(value.header == BINN_MAGIC); in _test2()
[all …]
/third_party/iowow/src/json/
Diwbinn.c203 item->header = BINN_MAGIC; in binn_create()
254 value->header = BINN_MAGIC; in binn_load()
280 case BINN_MAGIC: in binn_get_ptr_type()
291 if ((*(unsigned int*) ptr) == BINN_MAGIC) { in binn_is_struct()
908 item->header = BINN_MAGIC; in binn_free()
928 item->header = BINN_MAGIC; in binn_release()
1236 value->header = BINN_MAGIC; in GetValue()
2761 item->header = BINN_MAGIC; in binn_alloc_item()
Diwbinn.h74 #define BINN_MAGIC 0x1F22B11F macro
309 item->header = BINN_MAGIC; in binn_init_item()
Diwjson.c335 jbl->bn.header = BINN_MAGIC; in jbl_from_buf_keep()
415 jbl->bn.header = BINN_MAGIC; in jbl_from_buf_keep_onstack()
429 jbl->bn.header = BINN_MAGIC; in jbl_from_buf_keep_onstack2()