Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_ctx.c83 int err_stack; member
185 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()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-parser.c137 GList *err_stack; member
547 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 …]