Lines Matching defs:up
65 PUBLIC BOOL HTUserProfile_localize (HTUserProfile * up) in HTUserProfile_localize()
95 PUBLIC BOOL HTUserProfile_delete (HTUserProfile * up) in HTUserProfile_delete()
109 PUBLIC char * HTUserProfile_fqdn (HTUserProfile * up) in HTUserProfile_fqdn()
114 PUBLIC BOOL HTUserProfile_setFqdn (HTUserProfile * up, const char * fqdn) in HTUserProfile_setFqdn()
123 PUBLIC char * HTUserProfile_email (HTUserProfile * up) in HTUserProfile_email()
128 PUBLIC BOOL HTUserProfile_setEmail (HTUserProfile * up, const char * email) in HTUserProfile_setEmail()
137 PUBLIC char * HTUserProfile_news (HTUserProfile * up) in HTUserProfile_news()
142 PUBLIC BOOL HTUserProfile_setNews (HTUserProfile * up, const char * news) in HTUserProfile_setNews()
151 PUBLIC char * HTUserProfile_tmp (HTUserProfile * up) in HTUserProfile_tmp()
156 PUBLIC BOOL HTUserProfile_setTmp (HTUserProfile * up, const char * tmp) in HTUserProfile_setTmp()
167 PUBLIC time_t HTUserProfile_timezone (HTUserProfile * up) in HTUserProfile_timezone()
172 PUBLIC BOOL HTUserProfile_setTimezone (HTUserProfile * up, time_t timezone) in HTUserProfile_setTimezone()
181 PUBLIC void * HTUserProfile_context (HTUserProfile * up) in HTUserProfile_context()
186 PUBLIC BOOL HTUserProfile_setContext (HTUserProfile * up, void * context) in HTUserProfile_setContext()