Searched refs:a_msg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-utils.h101 #define cr_utils_trace(a_log_level, a_msg) \
108 a_msg)
111 #define cr_utils_trace(a_log_level, a_msg) \
117 a_msg)
125 *@param a_msg the msg to trace.
127 #define cr_utils_trace_info(a_msg) \
128 cr_utils_trace (G_LOG_LEVEL_INFO, a_msg)
135 *@param a_msg the msg to trace.
137 #define cr_utils_trace_debug(a_msg) \
138 cr_utils_trace (G_LOG_LEVEL_DEBUG, a_msg) ;
[all...]
H A Dcr-parser.c378 static CRParserError *cr_parser_error_new (const guchar * a_msg,
382 const guchar * a_msg);
396 const guchar * a_msg,
410 *@param a_msg the brute error message.
415 cr_parser_error_new (const guchar * a_msg, enum CRStatus a_status) argument
428 cr_parser_error_set_msg (result, a_msg);
437 *@param a_msg the new message.
440 cr_parser_error_set_msg (CRParserError * a_this, const guchar * a_msg) argument
448 a_this->msg = g_strdup (a_msg);
513 *@param a_msg th
518 cr_parser_push_error(CRParser * a_this, const guchar * a_msg, enum CRStatus a_status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-utils.h101 #define cr_utils_trace(a_log_level, a_msg) \
108 a_msg)
111 #define cr_utils_trace(a_log_level, a_msg) \
117 a_msg)
125 *@param a_msg the msg to trace.
127 #define cr_utils_trace_info(a_msg) \
128 cr_utils_trace (G_LOG_LEVEL_INFO, a_msg)
135 *@param a_msg the msg to trace.
137 #define cr_utils_trace_debug(a_msg) \
138 cr_utils_trace (G_LOG_LEVEL_DEBUG, a_msg) ;
[all...]
H A Dcr-parser.c378 static CRParserError *cr_parser_error_new (const guchar * a_msg,
382 const guchar * a_msg);
396 const guchar * a_msg,
410 *@param a_msg the brute error message.
415 cr_parser_error_new (const guchar * a_msg, enum CRStatus a_status) argument
428 cr_parser_error_set_msg (result, a_msg);
437 *@param a_msg the new message.
440 cr_parser_error_set_msg (CRParserError * a_this, const guchar * a_msg) argument
448 a_this->msg = g_strdup (a_msg);
513 *@param a_msg th
518 cr_parser_push_error(CRParser * a_this, const guchar * a_msg, enum CRStatus a_status) argument
[all...]

Completed in 72 milliseconds