Home
last modified time | relevance | path

Searched refs:pstorage_type (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.c128 BOOL binn_get_type_info(int long_type, int *pstorage_type, int *pextra_type) { in binn_get_type_info() argument
154 if (pstorage_type) { in binn_get_type_info()
155 *pstorage_type = storage_type; in binn_get_type_info()
580 BINN_PRIVATE void* compress_int(int *pstorage_type, int *ptype, void *psource) { in compress_int() argument
589 storage_type = *pstorage_type; in compress_int()
646 *pstorage_type = storage_type2; in compress_int()
Diwbinn.h259 BOOL binn_get_type_info(int long_type, int *pstorage_type, int *pextra_type);