Searched defs:module_dir_string (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/mcrypt/
H A Dmcrypt.c359 module_dir_string = MCG(modes_dir);
1048 char *module_dir_string; local
1058 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string);
1077 char *module_dir_string; local
1087 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string);
1106 char *module_dir_string; local
1116 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string);
1132 char *module_dir_string; local
1147 td = mcrypt_module_open(cipher, cipher_dir_string, "ecb", module_dir_string);
1154 td = mcrypt_module_open(cipher, cipher_dir_string, "stream", module_dir_string);
1171 char *module_dir_string; local
[all...]

Completed in 4 milliseconds