Lines Matching refs:rv
348 int rv; in GetDataBlock() local
351 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); in GetDataBlock()
354 if (rv > 0) { in GetDataBlock()
355 tmp = safe_emalloc(3 * rv, sizeof(char), 1); in GetDataBlock()
356 for (i=0;i<rv;i++) { in GetDataBlock()
362 php_gd_error_ex(E_NOTICE, "[GetDataBlock returning %d: %s]", rv, tmp); in GetDataBlock()
365 return(rv); in GetDataBlock()
412 int rv; in GetCode() local
414 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); in GetCode()
415 if (VERBOSE) printf("[GetCode(,%d,%d) returning %d]\n",code_size,flag,rv); in GetCode()
416 return(rv); in GetCode()
537 int rv; in LWZReadByte() local
539 rv = LWZReadByte_(fd, sd, flag, input_code_size, ZeroDataBlockP); in LWZReadByte()
540 if (VERBOSE) printf("[LWZReadByte(,%d,%d) returning %d]\n",flag,input_code_size,rv); in LWZReadByte()
541 return(rv); in LWZReadByte()