Home
last modified time | relevance | path

Searched defs:psource (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.c580 BINN_PRIVATE void* compress_int(int *pstorage_type, int *ptype, void *psource) { in compress_int()
2050 BINN_PRIVATE BOOL copy_raw_value(const void *psource, void *pdest, int data_store) { in copy_raw_value()
2077 BINN_PRIVATE BOOL copy_int_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value()
2171 BOOL copy_int_value_tests(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value_tests()
2177 BINN_PRIVATE BOOL copy_float_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_float_value()
2215 BINN_PRIVATE BOOL copy_value(void *psource, void *pdest, int source_type, int dest_type, int data_s… in copy_value()