Searched refs:DICT (Results 1 - 9 of 9) 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/curl/lib/
H A Ddict.c71 * DICT protocol handler.
75 "DICT", /* scheme */
200 failf(data, "Failed sending DICT request");
247 failf(data, "Failed sending DICT request");
269 failf(data, "Failed sending DICT request");
/external/pdfium/third_party/zlib_v128/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon15393
65 DICTID -> DICT -> TYPE
H A Dinflate.c818 state->mode = DICT;
819 case DICT:
1304 if (state->wrap != 0 && state->mode != DICT)
1308 if (state->mode == DICT) {
/external/zlib/src/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon21490
65 DICTID -> DICT -> TYPE
H A Dinflate.c818 state->mode = DICT;
819 case DICT:
1303 if (state->wrap != 0 && state->mode != DICT)
1307 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;
966 next = DICT > len ? len : DICT;
/external/zlib/src/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;

Completed in 240 milliseconds