Lines Matching refs:retval
53 sal_Bool retval= sal_False; in isGreaterTimeValue() local
55 retval= sal_True; in isGreaterTimeValue()
59 retval= sal_True; in isGreaterTimeValue()
61 return retval; in isGreaterTimeValue()
93 sal_Bool retval= sal_False; in hasEnoughTimePassed() local
100 retval= sal_True; in hasEnoughTimePassed()
103 return retval; in hasEnoughTimePassed()
354 sal_Int32 retval; in getCookie() local
357 retval= cookieValue++; in getCookie()
360 retval= regainedCookies.front(); in getCookie()
363 return retval; in getCookie()