Searched refs:binn_is_valid_header (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/json/tests/ |
D | jbl_test_binn1.c | 1692 CU_ASSERT(binn_is_valid_header(ptr, &type, &count, &size, &header_size) == TRUE); in test4() 1709 CU_ASSERT(binn_is_valid_header(ptr, &type, &count, &size, &header_size) == TRUE); in test4() 1726 CU_ASSERT(binn_is_valid_header(ptr, &type, &count, &size, &header_size) == TRUE); in test4()
|
/third_party/iowow/src/json/ |
D | iwjson.c | 324 if ((bufsz < MIN_BINN_SIZE) || !binn_is_valid_header(buf, &type, &count, &size, NULL)) { in jbl_from_buf_keep() 408 if ((bufsz < MIN_BINN_SIZE) || !binn_is_valid_header(buf, &type, &count, &size, NULL)) { in jbl_from_buf_keep_onstack() 425 if (!binn_is_valid_header(buf, &type, &count, &size, NULL)) { in jbl_from_buf_keep_onstack2()
|
D | iwbinn.h | 378 BOOL binn_is_valid_header(const void *pbuf, int *ptype, int *pcount, int *psize, int *pheadersize);
|
D | iwbinn.c | 1038 BOOL binn_is_valid_header(const void *pbuf, int *ptype, int *pcount, int *psize, int *pheadersize) { in binn_is_valid_header() function
|