dictionary 87 examples/auth/crackcheck/crackcheck.c char *dictionary = NULL; dictionary 94 examples/auth/crackcheck/crackcheck.c dictionary = strdup(optarg); dictionary 108 examples/auth/crackcheck/crackcheck.c if (!simplex_check && dictionary == NULL) { dictionary 132 examples/auth/crackcheck/crackcheck.c reply = FascistCheck(password, dictionary); dictionary 322 lib/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || dictionary 329 lib/zlib/deflate.c strm->adler = adler32(strm->adler, dictionary, dictLength); dictionary 334 lib/zlib/deflate.c dictionary += dictLength - length; /* use the tail of the dictionary */ dictionary 336 lib/zlib/deflate.c zmemcpy(s->window, dictionary, length); dictionary 34 lib/zlib/example.c const char dictionary[] = "hello"; dictionary 441 lib/zlib/example.c (const Bytef*)dictionary, sizeof(dictionary)); dictionary 493 lib/zlib/example.c err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, dictionary 494 lib/zlib/example.c sizeof(dictionary)); dictionary 1186 lib/zlib/inflate.c id = adler32(id, dictionary, dictLength); dictionary 1197 lib/zlib/inflate.c zmemcpy(state->window, dictionary + dictLength - state->wsize, dictionary 1202 lib/zlib/inflate.c zmemcpy(state->window + state->wsize - dictLength, dictionary, dictionary 395 nsswitch/pam_winbind.c dictionary *d = NULL; dictionary 170 nsswitch/pam_winbind.h dictionary *dict; dictionary 110 source3/iniparser/src/dictionary.c dictionary * dictionary_new(int size) dictionary 112 source3/iniparser/src/dictionary.c dictionary * d ; dictionary 117 source3/iniparser/src/dictionary.c if (!(d = (dictionary *)calloc(1, sizeof(dictionary)))) { dictionary 477 source3/iniparser/src/dictionary.c dictionary * d ; dictionary 88 source3/iniparser/src/dictionary.h dictionary * dictionary_new(int size); dictionary 461 source3/iniparser/src/iniparser.c dictionary * iniparser_load(const char * ininame) dictionary 463 source3/iniparser/src/iniparser.c dictionary * d ; dictionary 281 source3/iniparser/src/iniparser.h dictionary * iniparser_load(const char * ininame); dictionary 59 source3/iniparser/test/iniexample.c dictionary * ini ; dictionary 135 source3/libgpo/gpo_ini.c dictionary *dict = NULL; dictionary 201 source3/libgpo/gpo_ini.c dictionary *dict = NULL; dictionary 25 source3/libgpo/gpo_ini.h dictionary *dict;