Home
last modified time | relevance | path

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

12

/third_party/nghttp2/lib/
H A Dsfparse.c52 #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 Dsfparse.c52 #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 Ddict.c75 * 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 Dgzlog.c269 #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 Dcompilation-statistics.cc61 #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 Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
65 DICTID -> DICT -> TYPE
H A Dinflate.c815 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 Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
65 DICTID -> DICT -> TYPE
H A Dinflate.c843 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 Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
65 DICTID -> DICT -> TYPE
H A Dinflate.c802 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 Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
65 DICTID -> DICT -> TYPE
H A Dinflate.c843 state->mode = DICT;
844 case DICT:
1329 if (state->wrap != 0 && state->mode != DICT)
1333 if (state->mode == DICT) {
/third_party/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
65 DICTID -> DICT -> TYPE
H A Dinflate.c880 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 Dserverhelp.pm133 ($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 Dumarshal.py28 DICT = ord('{') variable in Type
249 elif type == Type.DICT:
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c854 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 Dinflate.c826 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 Dinflate.c854 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 Dpickle.py134 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 Dinfcover.cc352 ((struct inflate_state *)strm.state)->mode = DICT; in inf()
/third_party/zlib/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT; in inf()
/third_party/python/Modules/
H A D_pickle.c73 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 Dsymtable.c482 #define SET_SCOPE(DICT, NAME, I) { \
486 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \

Completed in 41 milliseconds

12