Home
last modified time | relevance | path

Searched refs:CASS_FLAG_CUSTOM_PAYLOAD (Results 1 – 3 of 3) sorted by relevance

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dconstants.hpp70 #define CASS_FLAG_CUSTOM_PAYLOAD 0x04 macro
H A Dresponse.cpp185 if (flags_ & CASS_FLAG_CUSTOM_PAYLOAD) { in decode()
H A Drequest_callback.cpp77 flags |= CASS_FLAG_CUSTOM_PAYLOAD; in encode()