ctx 280 daemons/controld/controld_control.c GMainContext *ctx = g_main_loop_get_context(controld_globals.mainloop); ctx 288 daemons/controld/controld_control.c crm_trace("Draining mainloop %d %d", g_main_loop_is_running(mloop), g_main_context_pending(ctx)); ctx 293 daemons/controld/controld_control.c while((g_main_context_pending(ctx) && lpc < 10)) { ctx 296 daemons/controld/controld_control.c g_main_context_dispatch(ctx); ctx 300 daemons/controld/controld_control.c crm_trace("Closing mainloop %d %d", g_main_loop_is_running(mloop), g_main_context_pending(ctx)); ctx 65 include/crm/common/logging_internal.h typedef void (*pcmk__config_error_func) (void *ctx, const char *msg, ...) ctx 67 include/crm/common/logging_internal.h typedef void (*pcmk__config_warning_func) (void *ctx, const char *msg, ...) ctx 170 lib/common/crmcommon_private.h void pcmk__log_xmllib_err(void *ctx, const char *fmt, ...) ctx 1424 lib/common/mainloop.c GMainContext *ctx = g_main_loop_get_context(mloop); ctx 1429 lib/common/mainloop.c for (int i = 0; (i < n) && g_main_context_pending(ctx); ++i) { ctx 1430 lib/common/mainloop.c g_main_context_dispatch(ctx); ctx 1454 lib/common/mainloop.c GMainContext *ctx = NULL; ctx 1458 lib/common/mainloop.c ctx = g_main_loop_get_context(mloop); ctx 1459 lib/common/mainloop.c if (ctx) { ctx 1465 lib/common/mainloop.c g_main_context_iteration(ctx, TRUE); ctx 592 lib/common/schemas.c relaxng_ctx_cache_t *ctx = NULL; ctx 598 lib/common/schemas.c ctx = *cached_ctx; ctx 602 lib/common/schemas.c ctx = pcmk__assert_alloc(1, sizeof(relaxng_ctx_cache_t)); ctx 604 lib/common/schemas.c ctx->parser = xmlRelaxNGNewParserCtxt(relaxng_file); ctx 605 lib/common/schemas.c CRM_CHECK(ctx->parser != NULL, goto cleanup); ctx 608 lib/common/schemas.c xmlRelaxNGSetParserErrors(ctx->parser, ctx 613 lib/common/schemas.c xmlRelaxNGSetParserErrors(ctx->parser, ctx 619 lib/common/schemas.c ctx->rng = xmlRelaxNGParse(ctx->parser); ctx 620 lib/common/schemas.c CRM_CHECK(ctx->rng != NULL, ctx 624 lib/common/schemas.c ctx->valid = xmlRelaxNGNewValidCtxt(ctx->rng); ctx 625 lib/common/schemas.c CRM_CHECK(ctx->valid != NULL, goto cleanup); ctx 628 lib/common/schemas.c xmlRelaxNGSetValidErrors(ctx->valid, ctx 633 lib/common/schemas.c xmlRelaxNGSetValidErrors(ctx->valid, ctx 640 lib/common/schemas.c rc = xmlRelaxNGValidateDoc(ctx->valid, doc); ctx 651 lib/common/schemas.c *cached_ctx = ctx; ctx 654 lib/common/schemas.c if (ctx->parser != NULL) { ctx 655 lib/common/schemas.c xmlRelaxNGFreeParserCtxt(ctx->parser); ctx 657 lib/common/schemas.c if (ctx->valid != NULL) { ctx 658 lib/common/schemas.c xmlRelaxNGFreeValidCtxt(ctx->valid); ctx 660 lib/common/schemas.c if (ctx->rng != NULL) { ctx 661 lib/common/schemas.c xmlRelaxNGFree(ctx->rng); ctx 663 lib/common/schemas.c free(ctx); ctx 673 lib/common/schemas.c relaxng_ctx_cache_t *ctx = NULL; ctx 680 lib/common/schemas.c ctx = (relaxng_ctx_cache_t *) schema->cache; ctx 681 lib/common/schemas.c if (ctx == NULL) { ctx 685 lib/common/schemas.c if (ctx->parser != NULL) { ctx 686 lib/common/schemas.c xmlRelaxNGFreeParserCtxt(ctx->parser); ctx 689 lib/common/schemas.c if (ctx->valid != NULL) { ctx 690 lib/common/schemas.c xmlRelaxNGFreeValidCtxt(ctx->valid); ctx 693 lib/common/schemas.c if (ctx->rng != NULL) { ctx 694 lib/common/schemas.c xmlRelaxNGFree(ctx->rng); ctx 697 lib/common/schemas.c free(ctx); ctx 892 lib/common/schemas.c cib_upgrade_err(void *ctx, const char *fmt, ...) ctx 900 lib/common/schemas.c const unsigned * log_level = (const unsigned *) ctx; ctx 943 lib/common/schemas.c if (ctx == NULL) { ctx 25 lib/common/xml_display.c pcmk__log_xmllib_err(void *ctx, const char *fmt, ...) ctx 125 tools/crm_verify.c output_config_error(void *ctx, const char *msg, ...) ctx 129 tools/crm_verify.c pcmk__output_t *out = ctx; ctx 149 tools/crm_verify.c output_config_warning(void *ctx, const char *msg, ...) ctx 153 tools/crm_verify.c pcmk__output_t *out = ctx;