Searched refs:out_val (Results 1 – 2 of 2) sorted by relevance
354 const char* propname, uint64_t *out_val);359 const char* propname, uint64_t *out_val);
1118 uint64_t *out_val) { in rocksdb_property_int() argument1119 if (db->rep->GetIntProperty(Slice(propname), out_val)) { in rocksdb_property_int()1130 uint64_t *out_val) { in rocksdb_property_int_cf() argument1131 if (db->rep->GetIntProperty(column_family->rep, Slice(propname), out_val)) { in rocksdb_property_int_cf()