Lines Matching refs:eof_code
241 sp->eof_code = code; in krb5_storage_set_eof_code()
257 return sp->eof_code; in krb5_storage_get_eof_code()
332 return sp->eof_code; in krb5_store_int()
390 return sp->eof_code; in krb5_ret_int()
564 return (ret<0)?errno:sp->eof_code; in krb5_store_int8()
605 return (ret<0)?errno:sp->eof_code; in krb5_ret_int8()
658 return sp->eof_code; in krb5_store_data()
692 return (ret < 0)? errno : sp->eof_code; in krb5_ret_data()
770 return sp->eof_code; in krb5_store_stringz()
814 return sp->eof_code; in krb5_ret_stringz()
831 return sp->eof_code; in krb5_store_stringnl()
837 return sp->eof_code; in krb5_store_stringnl()
885 return sp->eof_code; in krb5_ret_stringnl()