Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Demitter.h268 emitter_kv_note(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv_note() argument
280 emitter_printf(emitter, "%s: ", table_key); in emitter_kv_note()
295 emitter_kv(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv() argument
297 emitter_kv_note(emitter, json_key, table_key, value_type, value, NULL, in emitter_kv()
310 emitter_table_kv(emitter_t *emitter, const char *table_key, in emitter_table_kv() argument
313 emitter_kv(emitter, NULL, table_key, value_type, value); in emitter_table_kv()
359 emitter_table_dict_begin(emitter_t *emitter, const char *table_key) { in emitter_table_dict_begin() argument
361 emitter_dict_begin(emitter, NULL, table_key); in emitter_table_dict_begin()
/external/python/cpython2/Lib/bsddb/
Ddbtables.py795 table_key = _search_all_data_key(table)
798 key, data = cur.set_range(table_key)
802 if key[:len(table_key)] != table_key:
807 table_key = _search_rowid_key(table)
810 key, data = cur.set_range(table_key)
814 if key[:len(table_key)] != table_key:
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c66 static void table_key(Map* self, VALUE key, in table_key() function
360 table_key(self, key, keybuf, &keyval, &length); in Map_index()
386 table_key(self, key, keybuf, &keyval, &length); in Map_index_set()
414 table_key(self, key, keybuf, &keyval, &length); in Map_has_key()
437 table_key(self, key, keybuf, &keyval, &length); in Map_delete()