mode_dir          530 ext/mcrypt/mcrypt.c 	char *mode,   *mode_dir;
mode_dir          538 ext/mcrypt/mcrypt.c 		&mode,   &mode_len,   &mode_dir,   &mode_dir_len)) {
mode_dir          546 ext/mcrypt/mcrypt.c 		mode_dir_len > 0 ? mode_dir : MCG(modes_dir)
mode_dir          160 ext/mcrypt/mcrypt_filter.c 	char *mode_dir = INI_STR("mcrypt.modes_dir");
mode_dir          195 ext/mcrypt/mcrypt_filter.c 			mode_dir = Z_STRVAL_PP(tmpzval);
mode_dir          210 ext/mcrypt/mcrypt_filter.c 	mcrypt_module = mcrypt_module_open(cipher, algo_dir, mode, mode_dir);