Lines Matching refs:rv
354 int rv; in GetDataBlock() local
357 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); in GetDataBlock()
360 if (rv > 0) { in GetDataBlock()
361 tmp = safe_emalloc(3 * rv, sizeof(char), 1); in GetDataBlock()
362 for (i=0;i<rv;i++) { in GetDataBlock()
368 gd_error_ex(GD_NOTICE, "[GetDataBlock returning %d: %s]", rv, tmp); in GetDataBlock()
371 return(rv); in GetDataBlock()
423 int rv; in GetCode() local
425 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); in GetCode()
426 if (VERBOSE) printf("[GetCode(,%d,%d) returning %d]\n",code_size,flag,rv); in GetCode()
427 return(rv); in GetCode()
548 int rv; in LWZReadByte() local
550 rv = LWZReadByte_(fd, sd, flag, input_code_size, ZeroDataBlockP); in LWZReadByte()
551 if (VERBOSE) printf("[LWZReadByte(,%d,%d) returning %d]\n",flag,input_code_size,rv); in LWZReadByte()
552 return(rv); in LWZReadByte()