Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h328 emitter_table_dict_begin(emitter_t *emitter, const char *table_key) { in emitter_table_dict_begin() argument
331 emitter_printf(emitter, "%s\n", table_key); in emitter_table_dict_begin()
344 emitter_table_kv_note(emitter_t *emitter, const char *table_key, in emitter_table_kv_note() argument
350 emitter_printf(emitter, "%s: ", table_key); in emitter_table_kv_note()
365 emitter_table_kv(emitter_t *emitter, const char *table_key, in emitter_table_kv() argument
367 emitter_table_kv_note(emitter, table_key, value_type, value, NULL, in emitter_table_kv()
419 emitter_kv_note(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv_note() argument
427 emitter_table_kv_note(emitter, table_key, value_type, value, in emitter_kv_note()
434 emitter_kv(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv() argument
436 emitter_kv_note(emitter, json_key, table_key, value_type, value, NULL, in emitter_kv()