Searched refs:HASH_SET_COPY (Results 1 – 3 of 3) sorted by relevance
201 #define HASH_SET_COPY 0 macro522 hashTypeSet(o,c->argv[2]->ptr,c->argv[3]->ptr,HASH_SET_COPY); in hsetnxCommand()543 created += !hashTypeSet(o,c->argv[i]->ptr,c->argv[i+1]->ptr,HASH_SET_COPY); in hsetCommand()
1774 #define HASH_SET_COPY 0 macro
2333 int low_flags = HASH_SET_COPY; in RM_HashSet()