/third_party/nghttp2/lib/ |
H A D | sfparse.c | 52 #define SF_STATE_DICT_AFTER SF_SET_STATE_AFTER(DICT) 53 #define SF_STATE_DICT_BEFORE_PARAMS SF_SET_STATE_BEFORE_PARAMS(DICT) 54 #define SF_STATE_DICT_INNER_LIST_BEFORE SF_SET_STATE_INNER_LIST_BEFORE(DICT)
|
/third_party/node/deps/nghttp2/lib/ |
H A D | sfparse.c | 52 #define SF_STATE_DICT_AFTER SF_SET_STATE_AFTER(DICT) 53 #define SF_STATE_DICT_BEFORE_PARAMS SF_SET_STATE_BEFORE_PARAMS(DICT) 54 #define SF_STATE_DICT_INNER_LIST_BEFORE SF_SET_STATE_INNER_LIST_BEFORE(DICT)
|
/third_party/curl/lib/ |
H A D | dict.c | 75 * DICT protocol handler. 79 "DICT", /* scheme */ 243 failf(data, "Failed sending DICT request"); in dict_do() 289 failf(data, "Failed sending DICT request"); in dict_do() 310 failf(data, "Failed sending DICT request"); in dict_do()
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 269 #define DICT 32768U macro 615 unsigned char buf[DICT]; in log_compress() 631 dict = read(fd, buf, DICT); in log_compress() 659 strm.avail_out = DICT; in log_compress() 662 got = DICT - strm.avail_out; in log_compress() 968 next = DICT > len ? len : DICT; in gzlog_compress()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | compilation-statistics.cc | 61 #define DICT(s) "{" << s << "}" in AsJSON() macro 68 stream << DICT( in AsJSON() 76 #undef DICT in AsJSON() macro
|
/third_party/node/deps/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator 65 DICTID -> DICT -> TYPE
|
H A D | inflate.c | 815 state->mode = DICT; in inflate() 817 case DICT: in inflate() 1309 if (state->wrap != 0 && state->mode != DICT) 1313 if (state->mode == DICT) {
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator 65 DICTID -> DICT -> TYPE
|
H A D | inflate.c | 843 state->mode = DICT; 844 case DICT: 1329 if (state->wrap != 0 && state->mode != DICT) 1333 if (state->mode == DICT) {
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */
enumerator 65 DICTID -> DICT -> TYPE
|
H A D | inflate.c | 802 state->mode = DICT;
803 case DICT:
1263 if (state->wrap != 0 && state->mode != DICT)
1267 if (state->mode == DICT) {
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator 65 DICTID -> DICT -> TYPE
|
H A D | inflate.c | 843 state->mode = DICT; 844 case DICT: 1329 if (state->wrap != 0 && state->mode != DICT) 1333 if (state->mode == DICT) {
|
/third_party/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator 65 DICTID -> DICT -> TYPE
|
H A D | inflate.c | 880 state->mode = DICT; in inflate() 882 case DICT: in inflate() 1438 if (state->wrap != 0 && state->mode != DICT) 1444 if (state->mode == DICT) {
|
/third_party/curl/tests/ |
H A D | serverhelp.pm | 133 ($proto =~ /^(((FTP|HTTP|HTTP\/2|HTTP\/3|IMAP|POP3|GOPHER|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|HTTPTLS|DICT|SMB|SMBS|TELNET|MQTT))$/));
|
/third_party/python/Tools/scripts/ |
H A D | umarshal.py | 28 DICT = ord('{') variable in Type 249 elif type == Type.DICT:
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 854 state->mode = DICT; 855 case DICT: 1349 if (state->wrap != 0 && state->mode != DICT) 1353 if (state->mode == DICT) {
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 826 state->mode = DICT; in inflate() 828 case DICT: in inflate() 1342 if (state->wrap != 0 && state->mode != DICT) 1346 if (state->mode == DICT) {
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 854 state->mode = DICT; 855 case DICT: 1349 if (state->wrap != 0 && state->mode != DICT) 1353 if (state->mode == DICT) {
|
/third_party/python/Lib/ |
H A D | pickle.py | 134 DICT = b'd' # build a dict from stack items variable 969 self.write(MARK + DICT) 1478 dispatch[DICT[0]] = load_dict
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 352 ((struct inflate_state *)strm.state)->mode = DICT; in inf()
|
/third_party/zlib/test/ |
H A D | infcover.c | 330 ((struct inflate_state *)strm.state)->mode = DICT; in inf()
|
/third_party/python/Modules/ |
H A D | _pickle.c | 73 DICT = 'd', enumerator 3338 header[1] = DICT; in save_dict() 5773 PyErr_SetString(st->UnpicklingError, "odd number of items for DICT"); in load_dict() 6908 OP(DICT, load_dict) in load()
|
/third_party/python/Python/ |
H A D | symtable.c | 482 #define SET_SCOPE(DICT, NAME, I) { \ 486 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
|