Searched refs:string_size (Results 1 – 2 of 2) sorted by relevance
57 static inline char sdsReqType(size_t string_size) { in sdsReqType() argument58 if (string_size < 32) in sdsReqType()60 if (string_size < 0xff) in sdsReqType()62 if (string_size < 0xffff) in sdsReqType()64 if (string_size < 0xffffffff) in sdsReqType()
57 static inline char sdsReqType(size_t string_size) { in sdsReqType() argument58 if (string_size < 1<<5) in sdsReqType()60 if (string_size < 1<<8) in sdsReqType()62 if (string_size < 1<<16) in sdsReqType()64 if (string_size < 1ll<<32) in sdsReqType()