From a7db122ed1fa3dce576e58d6ec096008c2573a83 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Aug 2020 00:38:27 +0200 Subject: doxygen fixes --- contrib/gnunet.tag | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) (limited to 'contrib') diff --git a/contrib/gnunet.tag b/contrib/gnunet.tag index 1cf4f0de..73a1326e 100644 --- a/contrib/gnunet.tag +++ b/contrib/gnunet.tag @@ -35,21 +35,164 @@ + + + gnunet_common.h + + gnunet_db_lib.h + + #define + GNUNET_free + gnunet_common.h + (ptr) + + + #define + GNUNET_free_non_null + gnunet_common.h + (ptr) + + + #define + GNUNET_malloc_large + gnunet_common.h + (size) + + + #define + GNUNET_realloc + gnunet_common.h + (ptr, size) + + + #define + GNUNET_new + gnunet_common.h + (type) + + + #define + GNUNET_malloc + gnunet_common.h + (size) + + + #define + GNUNET_new_array + gnunet_common.h + (n, type) + + + + gnunet_db_lib.h + + gnunet_db_lib.h + + #define + GNUNET_DB_STATUS_SUCCESS_ONE_RESULT + gnunet_db_lib.h + + + + #define + GNUNET_DB_STATUS_SUCCESS_NO_RESULTS + gnunet_db_lib.h + + + gnunet_pq_lib.h gnunet_pq_lib.h + + #define + GNUNET_PQ_query_param_auto_from_type + gnunet_pq_lib.h + (x) + + + #define + gnunet_pq_lib.h + GNUNET_PQ_result_spec_end + + + + #define + gnunet_pq_lib.h + GNUNET_PQ_result_spec_auto_from_type + (name, dst) + + + struct GNUNET_PQ_ResultSpec + GNUNET_PQ_result_spec_absolute_time + gnunet_pq_lib.h + (const char *name, struct GNUNET_TIME_Absolute *at) + + + struct GNUNET_PQ_ResultSpec + GNUNET_PQ_result_spec_absolute_time_nbo + gnunet_pq_lib.h + (const char *name, struct GNUNET_TIME_AbsoluteNBO *at) + + + #define + gnunet_pq_lib.h + GNUNET_PQ_PREPARED_STATEMENT_END + + + + #define + gnunet_pq_lib.h + GNUNET_PQ_EXECUTE_STATEMENT_END + + + + struct GNUNET_PQ_QueryParam + GNUNET_PQ_query_param_absolute_time + gnunet_pq_lib.h + (const struct GNUNET_TIME_Absolute *x) + + + struct GNUNET_PQ_QueryParam + GNUNET_PQ_query_param_absolute_time_nbo + gnunet_pq_lib.h + (const struct GNUNET_TIME_AbsoluteNBO *x) + + + struct GNUNET_SQ_QueryParam + GNUNET_SQ_query_param_absolute_time + gnunet_sq_lib.h + (const struct GNUNET_TIME_Absolute *x) + + + struct GNUNET_SQ_QueryParam + GNUNET_PQ_query_param_absolute_time_nbo + gnunet_sq_lib.h + (const struct GNUNET_TIME_AbsoluteNBO *x) + #define GNUNET_PQ_query_param_end gnunet_pq_lib.h + + #define + GNUNET_SQ_query_param_end + gnunet_sq_lib.h + + int GNUNET_PQ_ResultConverter gnunet_pq_lib.h )(void *cls, PGresult *result, int row, const char *fname, size_t *dst_size, void *dst) + + int + GNUNET_SQ_ResultConverter + gnunet_sq_lib.h + )(void *cls, sqlite3_stmt *result, unsigned int column, size_t *dst_size, void *dst) + -- cgit v1.2.3