Searched refs:module_len (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/mcrypt/
H A Dmcrypt.c385 int module_len; \
387 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \
1046 int cipher_len, module_len; local
1054 &cipher, &cipher_len, &module, &module_len) == FAILURE) {
1075 int cipher_len, module_len; local
1083 &cipher, &cipher_len, &module, &module_len) == FAILURE) {
1104 int cipher_len, module_len; local
1112 &cipher, &cipher_len, &module, &module_len) == FAILURE) {
/PHP_TRUNK/ext/oci8/
H A Doci8_interface.c1819 int module_len; local
1821 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_connection, &module, &module_len) == FAILURE) {
1827 PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len, (ub4) OCI_ATTR_MODULE, OCI_G(err)));

Completed in 7 milliseconds