Home
last modified time | relevance | path

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

/third_party/iowow/src/json/tests/
Djbl_test_binn1.c1152 CU_ASSERT(binn_map_read(ptr, 0, &type, &size) == NULL); in test4()
1153 CU_ASSERT(binn_map_read(ptr, 55001, &type, &size) == NULL); in test4()
1154 CU_ASSERT(binn_map_read(ptr, -1, &type, &size) == NULL); in test4()
1428 pstr = binn_map_read(ptr, 99000, &type, &size); in test4()
1436 p2 = binn_map_read(ptr, 99001, &type, &size); in test4()
1443 pint16 = binn_map_read(ptr, 99002, &type, &size); in test4()
1450 puint16 = binn_map_read(ptr, 99003, &type, &size); in test4()
1457 pint32 = binn_map_read(ptr, 99004, &type, &size); in test4()
1464 pint32 = binn_map_read(ptr, 99004, &type, &size); in test4()
1471 puint32 = binn_map_read(ptr, 99005, &type, &size); in test4()
[all …]
/third_party/iowow/src/json/
Diwbinn.h483 void* binn_map_read(void *map, int id, int *ptype, int *psize);
Diwbinn.c2353 void* binn_map_read(void *map, int id, int *ptype, int *psize) { in binn_map_read() function