Lines Matching defs:error

77  *An abstraction of an error reported by by the
147 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
162 goto error ; \
169 *@a_is_exception: in case of error, if is TRUE, the status
170 *is set to CR_PARSING_ERROR before goto error. If is false, the
175 *same as CHECK_PARSING_STATUS() but this one pushes an error
176 *on the parser error stack when an error arises.
185 goto error ; \
207 *In case of error, jumps to the "error:" label located in the
247 *If it fails, goto the "error:" label.
267 *If it fails, goto the "error" label.
278 *In case of error, jumps to the "error:" label
305 *status to "CR_PARSING_ERROR" and goto the 'error'
310 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
318 goto error ; \
404 *error managemet methods
409 *@param a_msg the brute error message.
410 *@param a_status the error status.
451 *Sets the error status.
453 *@param a_status the new error status.
465 *Sets the position of the parser error.
487 g_printerr ("parsing error: %ld:%ld:", a_this->line, a_this->column);
510 *Pushes an error on the parser error stack.
512 *@param a_msg the error message.
513 *@param a_status the error status.
514 *@return CR_OK upon successful completion, an error code otherwise.
522 CRParserError *error = NULL;
528 error = cr_parser_error_new (a_msg, a_status);
530 g_return_val_if_fail (error, CR_ERROR);
535 (error, pos.line, pos.col, pos.next_byte_index - 1);
538 g_list_prepend (PRIVATE (a_this)->err_stack, error);
541 goto error;
545 error:
547 if (error) {
548 cr_parser_error_destroy (error);
549 error = NULL;
556 *Dumps the error stack using g_printerr.
558 *@param a_clear_errs whether to clear the error stack
560 *@return CR_OK upon successfull completion, an error code
585 *Clears all the errors contained in the parser error stack.
618 *Returns CR_OK upon successfull completion, an error code otherwise.
637 goto error;
646 error:
674 *@return CR_OK upon successful completion, an error code otherwise.
700 goto error;
721 goto error;
734 error:
755 *@return CR_OK upon successfull completion, an error code
806 goto error;
816 error:
831 *@return CR_OK upon successfull completion, an error code otherwise.
903 error:
919 *@return CR_OK upon successfull completion, an error code
943 error:
1019 error:
1062 error:
1084 *@return CR_OK upon successfull completion, an error code otherwise.
1134 goto error;
1146 error:
1165 *@return CR_OK upon successfull completion, an error code otherwise.
1281 goto error;
1297 error:
1322 *@return CR_OK upon successfull completion, an error code otherwise.
1352 goto error ;
1404 goto error;
1434 error:
1462 *next construction was not a "property", or an error code.
1486 error:
1504 *Returns CR_OK upon successfull completion, an error code otherwise.
1526 goto error;
1537 goto error;
1546 goto error;
1603 goto error;
1621 error:
1659 *Returns CR_OK upon successfull completion, an error code otherwise.
1678 goto error;
1723 goto error;
1750 goto error;
1771 goto error;
1780 goto error;
1842 goto error;
1893 error:
1928 *Returns CR_OK upon successfull completion, an error code otherwise.
1987 error:
2002 *Returns CR_OK upon successful completion, an error
2034 goto error ;
2044 goto error;
2059 goto error;
2098 error:
2126 *Returns CR_OK upon successfull completion, an error code otherwise.
2146 goto error;
2153 goto error;
2166 goto error;
2181 error:
2212 *Returns CR_OK upon successfull completion, an error code otherwise.
2243 *Returns CR_OK upon successfull completion, an error code otherwise.
2270 *@return CR_OK upon successfull completion, an error code
2303 *@return CR_OK upon successfull completion, an error code otherwise.
2447 && PRIVATE (a_this)->sac_handler->error) {
2448 PRIVATE (a_this)->sac_handler->error
2454 goto error ;
2580 && PRIVATE (a_this)->sac_handler->error) {
2582 error
2607 && PRIVATE (a_this)->sac_handler->error) {
2609 error
2634 && PRIVATE (a_this)->sac_handler->error) {
2636 error
2660 && PRIVATE (a_this)->sac_handler->error) {
2662 error
2720 error:
2750 *or NULL if an error occured.
2783 *Returns the newly built parser, or NULL if an error arises.
2862 *Returns CR_OK upon successfull completion, an error code otherwise.
2887 *Returns CR_OK upon successfull completion, an error code
2907 *Returns CR_OK upon successfull completion, an error code otherwise.
2936 * Returns CR_OK upon succesful completion, an error code otherwise.
2954 * Returns CR_OK upon succesful completion, an error code otherwise.
2976 *Returns CR_OK upon successfull completion, an error code otherwise.
3010 * Returns CR_OK upon successful completion, an error code otherwise.
3041 goto error ;
3047 goto error;
3089 error:
3117 * Returns CR_OK upon successful completion, an error code otherwise.
3134 goto error;
3145 error:
3168 *Returns CR_OK upon successfull completion, an error code otherwise.
3190 goto error;
3205 goto error;
3237 error:
3262 *Returns CR_OK upon successfull completion, an error code otherwise.
3302 error:
3326 *Returns CR_OK upon successfull completion, an error code otherwise.
3491 error:
3494 && PRIVATE (a_this)->sac_handler->error) {
3495 PRIVATE (a_this)->sac_handler->error
3542 *Returns CR_OK upon sucessfull completion, an error code otherwise.
3579 goto error;
3616 goto error;
3650 error:
3703 *Returns CR_OK upon successfull completion, an error code otherwise.
3833 error:
3873 *Returns CR_OK upon successfull completion, an error code otherwise.
4087 error:
4124 *Returns CR_OK upon successfull completion, an error code otherwise.
4181 error:
4215 *Returns CR_OK upon successfull completion, an error code otherwise.
4347 error:
4372 *Returns CR_OK upon succesful completion, an error code otherwise.
4396 * Returns CR_OK upon successful completion, an error code otherwise.
4422 *Returns CR_OK upon succesful completion, an error code
4442 *Returns CR_OK upon succesful completion, an error code
4466 *Returns CR_OK upon successful completion, an error code otherwise.