Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/
Dbinn.c576 BINN_PRIVATE void *compress_int(int *pstorage_type, int *ptype, void *psource) { in compress_int()
2046 BINN_PRIVATE BOOL copy_raw_value(const void *psource, void *pdest, int data_store) { in copy_raw_value()
2073 BINN_PRIVATE BOOL copy_int_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value()
2167 BOOL copy_int_value_tests(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value_tests()
2173 BINN_PRIVATE BOOL copy_float_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_float_value()
2211 BINN_PRIVATE BOOL copy_value(void *psource, void *pdest, int source_type, int dest_type, int data_s… in copy_value()