Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/pipewire/spa/debug/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  dict.h

  Sprache: C
 

/* Simple Plugin API */
/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
/* SPDX-License-Identifier: MIT */

#ifndef SPA_DEBUG_DICT_H
#define SPA_DEBUG_DICT_H

#ifdef __cplusplus
extern "C" {
#endif

/**
 * \addtogroup spa_debug
 * \{
 */


#include <spa/debug/context.h>
#include <spa/utils/dict.h>

#ifndef SPA_API_DEBUG_DICT
 #ifdef SPA_API_IMPL
  #define SPA_API_DEBUG_DICT SPA_API_IMPL
 #else
  #define SPA_API_DEBUG_DICT static inline
 #endif
#endif

SPA_API_DEBUG_DICT int spa_debugc_dict(struct spa_debug_context *ctx, int indent, const struct spa_dict *dict)
{
 const struct spa_dict_item *item;
 spa_debugc(ctx, "%*sflags:%08x n_items:%d", indent, "", dict->flags, dict->n_items);
 spa_dict_for_each(item, dict) {
  spa_debugc(ctx, "%*s  %s = \"%s\"", indent, "", item->key, item->value);
 }
 return 0;
}

SPA_API_DEBUG_DICT int spa_debug_dict(int indent, const struct spa_dict *dict)
{
 return spa_debugc_dict(NULL, indent, dict);
}
/**
 * \}
 */


#ifdef __cplusplus
}  /* extern "C" */
#endif

#endif /* SPA_DEBUG_DICT_H */

Messung V0.5 in Prozent
C=82 H=93 G=87

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.