Home
last modified time | relevance | path

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

/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dconfig_static.h133 #define lcb_ntohll ntohll macro
135 #define lcb_ntohll(a) a macro
138 #define lcb_ntohll(a) lcb_byteswap64(a) macro