Home
last modified time | relevance | path

Searched refs:RETURN_ERROR_IF_FAIL (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Dbonjour-self.c39 #define RETURN_ERROR_IF_FAIL(error_type, error) \ macro
200 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_caps()
331 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_announce()
341 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_announce()
361 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_presence()
374 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_presence()
380 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_presence()
396 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_alias()
402 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_alias()
489 RETURN_ERROR_IF_FAIL (error_type, error); in salut_bonjour_self_set_avatar()
[all …]
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dimap.c4231 #define RETURN_ERROR_IF_FAIL(cond) \ in imap_cmd_fetch_func() macro
4239 RETURN_ERROR_IF_FAIL(cur_pos != NULL); in imap_cmd_fetch_func()
4241 RETURN_ERROR_IF_FAIL(cur_pos != NULL); in imap_cmd_fetch_func()
4243 RETURN_ERROR_IF_FAIL(size_num >= 0); in imap_cmd_fetch_func()
4245 RETURN_ERROR_IF_FAIL(*cur_pos == '\0'); in imap_cmd_fetch_func()
4247 #undef RETURN_ERROR_IF_FAIL in imap_cmd_fetch_func()