Searched refs:PROTO_REQ_MULTIBULK (Results 1 – 2 of 2) sorted by relevance
1451 c->reqtype = PROTO_REQ_MULTIBULK; in processInputBuffer()1459 } else if (c->reqtype == PROTO_REQ_MULTIBULK) { in processInputBuffer()1532 if (c->reqtype == PROTO_REQ_MULTIBULK && c->multibulklen && c->bulklen != -1 in readQueryFromClient()
274 #define PROTO_REQ_MULTIBULK 2 macro