Searched refs:string_size (Results 1 – 3 of 3) 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()
60 static inline char sdsReqType(size_t string_size) { in sdsReqType() argument61 if (string_size < 1<<5) in sdsReqType()63 if (string_size < 1<<8) in sdsReqType()65 if (string_size < 1<<16) in sdsReqType()68 if (string_size < 1ll<<32) in sdsReqType()
121 …message_pool = rte_mempool_create(_MSG_POOL, pool_size, string_size, pool_cache, priv_data_sz, NUL…