Searched refs:readBytes (Results 1 – 2 of 2) sorted by relevance
65 int readBytes(FILE *fp, char *target, long length) { in readBytes() function86 if (!readBytes(fp,*target,len)) { in readString()
109 static char *readBytes(redisReader *r, unsigned int bytes) { in readBytes() function373 if ((p = readBytes(r,1)) != NULL) { in processItem()