Searched refs:DICT (Results 1 - 8 of 8) sorted by relevance

/external/dbus/test/data/valid-messages/
H A Dunknown-header-field.message8 TYPE DICT
H A Drecursive-types.message13 TYPE DICT
49 TYPE DICT
58 TYPE DICT
69 TYPE DICT
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon10743
63 DICTID -> DICT -> TYPE
H A Dinflate.c765 state->mode = DICT;
766 case DICT:
1180 if (state->wrap != 0 && state->mode != DICT)
1184 if (state->mode == DICT) {
/external/zlib/src/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon16112
65 DICTID -> DICT -> TYPE
H A Dinflate.c817 state->mode = DICT;
818 case DICT:
1281 if (state->wrap != 0 && state->mode != DICT)
1285 if (state->mode == DICT) {
/external/zlib/src/examples/
H A Dgzlog.c269 #define DICT 32768U macro
615 unsigned char buf[DICT];
631 dict = read(fd, buf, DICT);
659 strm.avail_out = DICT;
662 got = DICT - strm.avail_out;
965 next = DICT > len ? len : DICT;
/external/zlib/src/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;

Completed in 224 milliseconds