Searched defs:dict_len (Results 1 – 4 of 4) sorted by relevance
15 #define DEFLATE_SET_DICTIONARY_HOOK(strm, dict, dict_len) \ argument21 #define DEFLATE_GET_DICTIONARY_HOOK(strm, dict, dict_len) \ argument
77 # define DEFLATE_SET_DICTIONARY_HOOK(strm, dict, dict_len) do {} while (0) argument79 # define DEFLATE_GET_DICTIONARY_HOOK(strm, dict, dict_len) do {} while (0) argument
1997 FT_ULong dict_len; in cff_subfont_load() local
960 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce() local