Home
last modified time | relevance | path

Searched refs:PROTO_REQ_INLINE (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1453 c->reqtype = PROTO_REQ_INLINE; in processInputBuffer()
1457 if (c->reqtype == PROTO_REQ_INLINE) { in processInputBuffer()
H A Dserver.h273 #define PROTO_REQ_INLINE 1 macro