Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-sexp.c1622 g_return_if_fail (CAMEL_IS_SEXP (sexp)); in camel_sexp_add_function()
1659 g_return_if_fail (CAMEL_IS_SEXP (sexp)); in camel_sexp_add_ifunction()
1692 g_return_if_fail (CAMEL_IS_SEXP (sexp)); in camel_sexp_add_variable()
1721 g_return_if_fail (CAMEL_IS_SEXP (sexp)); in camel_sexp_remove_symbol()
1749 g_return_val_if_fail (CAMEL_IS_SEXP (sexp), 0); in camel_sexp_set_scope()
1769 g_return_if_fail (CAMEL_IS_SEXP (sexp)); in camel_sexp_input_text()
1788 g_return_if_fail (CAMEL_IS_SEXP (sexp)); in camel_sexp_input_file()
1802 g_return_val_if_fail (CAMEL_IS_SEXP (sexp), -1); in camel_sexp_parse()
1826 g_return_val_if_fail (CAMEL_IS_SEXP (sexp), NULL); in camel_sexp_eval()
1854 g_return_val_if_fail (CAMEL_IS_SEXP (sexp), FALSE); in camel_sexp_evaluate_occur_times()
H A Dcamel-sexp.h40 #define CAMEL_IS_SEXP(obj) \ macro