codes             371 lib/zlib/contrib/infback9/infback9.c             state->next = state->codes;
codes             437 lib/zlib/contrib/infback9/infback9.c             state->next = state->codes;
codes              46 lib/zlib/contrib/infback9/inflate9.h     code codes[ENOUGH];         /* space for code tables */
codes             111 lib/zlib/contrib/infback9/inftree9.c     for (sym = 0; sym < codes; sym++)
codes             140 lib/zlib/contrib/infback9/inftree9.c     for (sym = 0; sym < codes; sym++)
codes             536 lib/zlib/contrib/puff/puff.c     return codes(s, &lencode, &distcode);
codes             694 lib/zlib/contrib/puff/puff.c     return codes(s, &lencode, &distcode);
codes             376 lib/zlib/infback.c             state->next = state->codes;
codes             442 lib/zlib/infback.c             state->next = state->codes;
codes             123 lib/zlib/inflate.c     state->lencode = state->distcode = state->next = state->codes;
codes             863 lib/zlib/inflate.c             state->next = state->codes;
codes             929 lib/zlib/inflate.c             state->next = state->codes;
codes            1355 lib/zlib/inflate.c     if (state->lencode >= state->codes &&
codes            1356 lib/zlib/inflate.c         state->lencode <= state->codes + ENOUGH - 1) {
codes            1357 lib/zlib/inflate.c         copy->lencode = copy->codes + (state->lencode - state->codes);
codes            1358 lib/zlib/inflate.c         copy->distcode = copy->codes + (state->distcode - state->codes);
codes            1360 lib/zlib/inflate.c     copy->next = copy->codes + (state->next - state->codes);
codes             114 lib/zlib/inflate.h     code codes[ENOUGH];         /* space for code tables */
codes             109 lib/zlib/inftrees.c     for (sym = 0; sym < codes; sym++)
codes             146 lib/zlib/inftrees.c     for (sym = 0; sym < codes; sym++)
codes            1687 nsswitch/pam_winbind.c 	const char *codes[] = {
codes            1841 nsswitch/pam_winbind.c 	for (i=0; i<ARRAY_SIZE(codes); i++) {
codes            1843 nsswitch/pam_winbind.c 		if (_pam_check_remark_auth_err(ctx, error, codes[i], &_ret)) {
codes            1934 nsswitch/pam_winbind.c 	const char *codes[] = {
codes            1977 nsswitch/pam_winbind.c 	for (i=0; i<ARRAY_SIZE(codes); i++) {
codes            1979 nsswitch/pam_winbind.c 		if (_pam_check_remark_auth_err(ctx, error, codes[i], &_ret)) {
codes            3275 nsswitch/pam_winbind.c 		const char *codes[] = {
codes            3281 nsswitch/pam_winbind.c 		for (i=0; i<ARRAY_SIZE(codes); i++) {
codes            3283 nsswitch/pam_winbind.c 			if (_pam_check_remark_auth_err(ctx, error, codes[i], &_ret)) {
codes              65 source4/heimdal/lib/com_err/compile_et.c struct error_code *codes = NULL;
codes              90 source4/heimdal/lib/com_err/compile_et.c     for(ec = codes, n = 0; ec; ec = ec->next, n++) {
codes             161 source4/heimdal/lib/com_err/compile_et.c     for(ec = codes; ec; ec = ec->next) {
codes              66 source4/heimdal/lib/com_err/compile_et.h extern struct error_code *codes;
codes            1455 source4/heimdal/lib/com_err/parse.c 		    APPEND(codes, ec);
codes             133 source4/heimdal/lib/com_err/parse.y 		    APPEND(codes, ec);
codes              91 source4/heimdal/lib/hcrypto/dh-imath.c     int codes, times = 0;
codes             138 source4/heimdal/lib/hcrypto/dh-imath.c 	if (DH_check_pubkey(dh, dh->pub_key, &codes) && codes == 0)
codes             264 source4/heimdal/lib/hcrypto/dh.c     *codes = 0;
codes             287 source4/heimdal/lib/hcrypto/dh.c 	*codes |= DH_CHECK_PUBKEY_TOO_SMALL;
codes             296 source4/heimdal/lib/hcrypto/dh.c 	*codes |= DH_CHECK_PUBKEY_TOO_LARGE;
codes             315 source4/heimdal/lib/hcrypto/dh.c 	    *codes |= DH_CHECK_PUBKEY_TOO_SMALL;
codes             364 source4/heimdal/lib/hcrypto/dh.c     int codes;
codes             371 source4/heimdal/lib/hcrypto/dh.c     if (!DH_check_pubkey(dh, peer_pub_key, &codes) || codes != 0)