Changeset 659
- Timestamp:
- 08/02/2009 03:53:56 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r649 r659 104 104 : b->nKeyLength \ 105 105 )) 106 #define BUCKET_KEY_S(b) (UNISW((b)->arKey, (b)->key.arKey.s)) 107 #define BUCKET_KEY_U(b) (UNISW((b)->arKey, (b)->key.arKey.u)) 106 #define BUCKET_KEY(b) (UNISW((b)->arKey, (b)->key.arKey)) 107 #define BUCKET_KEY_S(b) ZSTR_S(BUCKET_KEY(b)) 108 #define BUCKET_KEY_U(b) ZSTR_U(BUCKET_KEY(b)) 108 109 #define BUCKET_KEY_TYPE(b) (UNISW(IS_STRING, (b)->key.type)) 109 110 #ifdef IS_UNICODE

