Searched refs:dict_length (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_deflate.h | 12 const unsigned char *dictionary, uInt dict_length); 13 …dfltcc_deflate_get_dictionary(PREFIX3(streamp) strm, unsigned char *dictionary, uInt* dict_length);
|
D | dfltcc_deflate.c | 377 const unsigned char *dictionary, uInt dict_length) { in dfltcc_deflate_set_dictionary() argument 382 append_history(param, state->window, dictionary, dict_length); in dfltcc_deflate_set_dictionary() 388 …fltcc_deflate_get_dictionary(PREFIX3(streamp) strm, unsigned char *dictionary, uInt *dict_length) { in dfltcc_deflate_get_dictionary() argument 403 if (dict_length) in dfltcc_deflate_get_dictionary() 404 *dict_length = param->hl; in dfltcc_deflate_get_dictionary()
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 1234 dict_length(PyDictObject *mp) in dict_length() function 1291 (lenfunc)dict_length, /*mp_length*/
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 2125 dict_length(PyDictObject *mp) in dict_length() function 2177 (lenfunc)dict_length, /*mp_length*/
|