Home
last modified time | relevance | path

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

/third_party/iowow/src/json/tests/
Djbl_test_binn1.c1692 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/
Diwjson.c324 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()
Diwbinn.h378 BOOL binn_is_valid_header(const void *pbuf, int *ptype, int *pcount, int *psize, int *pheadersize);
Diwbinn.c1038 BOOL binn_is_valid_header(const void *pbuf, int *ptype, int *pcount, int *psize, int *pheadersize) { in binn_is_valid_header() function