Searched refs:err_stack (Results 1 – 2 of 2) sorted by relevance
83 int err_stack; member185 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()186 ctx->err_stack++; in BN_CTX_start()190 ctx->err_stack++; in BN_CTX_start()200 if (ctx->err_stack) in BN_CTX_end()201 ctx->err_stack--; in BN_CTX_end()219 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()
137 GList *err_stack; member547 PRIVATE (a_this)->err_stack = in cr_parser_push_error()548 g_list_prepend (PRIVATE (a_this)->err_stack, error); in cr_parser_push_error()550 if (PRIVATE (a_this)->err_stack == NULL) in cr_parser_push_error()580 if (PRIVATE (a_this)->err_stack == NULL) in cr_parser_dump_err_stack()583 for (cur = PRIVATE (a_this)->err_stack; cur; cur = cur->next) { in cr_parser_dump_err_stack()606 for (cur = PRIVATE (a_this)->err_stack; cur; cur = cur->next) { in cr_parser_clear_errors()613 if (PRIVATE (a_this)->err_stack) { in cr_parser_clear_errors()614 g_list_free (PRIVATE (a_this)->err_stack); in cr_parser_clear_errors()615 PRIVATE (a_this)->err_stack = NULL; in cr_parser_clear_errors()[all …]