ekey              362 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, ekey)
ekey             4990 ext/openssl/openssl.c 	char * ekey;	int ekey_len;
ekey             4995 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szsZ|s", &data, &data_len, &opendata, &ekey, &ekey_len, &privkey, &method, &method_len) == FAILURE) {
ekey             5017 ext/openssl/openssl.c 	if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, ekey_len, NULL, pkey) && EVP_OpenUpdate(&ctx, buf, &len1, (unsigned char *)data, data_len)) {
ekey               35 ext/standard/http.c 	char *ekey, *newprefix, *p;
ekey               86 ext/standard/http.c 					ekey = php_raw_url_encode(key, key_len, &ekey_len);
ekey               88 ext/standard/http.c 					ekey = php_url_encode(key, key_len, &ekey_len);
ekey               99 ext/standard/http.c 				memcpy(p, ekey, ekey_len);
ekey              101 ext/standard/http.c 				efree(ekey);
ekey              113 ext/standard/http.c 				ekey_len = spprintf(&ekey, 0, "%ld", idx);
ekey              126 ext/standard/http.c 				memcpy(p, ekey, ekey_len);
ekey              128 ext/standard/http.c 				efree(ekey);
ekey              154 ext/standard/http.c 					ekey = php_raw_url_encode(key, key_len, &ekey_len);
ekey              156 ext/standard/http.c 					ekey = php_url_encode(key, key_len, &ekey_len);
ekey              158 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
ekey              159 ext/standard/http.c 				efree(ekey);
ekey              165 ext/standard/http.c 				ekey_len = spprintf(&ekey, 0, "%ld", idx);
ekey              166 ext/standard/http.c 				smart_str_appendl(formstr, ekey, ekey_len);
ekey              167 ext/standard/http.c 				efree(ekey);
ekey              174 ext/standard/http.c 						ekey = php_raw_url_encode(Z_STRVAL_PP(zdata), Z_STRLEN_PP(zdata), &ekey_len);
ekey              176 ext/standard/http.c 						ekey = php_url_encode(Z_STRVAL_PP(zdata), Z_STRLEN_PP(zdata), &ekey_len);						
ekey              181 ext/standard/http.c 					ekey_len = spprintf(&ekey, 0, "%ld", Z_LVAL_PP(zdata));
ekey              184 ext/standard/http.c 					ekey_len = spprintf(&ekey, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(zdata));
ekey              193 ext/standard/http.c 						ekey = php_raw_url_encode(Z_STRVAL_P(copyzval), Z_STRLEN_P(copyzval), &ekey_len);
ekey              195 ext/standard/http.c 						ekey = php_url_encode(Z_STRVAL_P(copyzval), Z_STRLEN_P(copyzval), &ekey_len);
ekey              199 ext/standard/http.c 			smart_str_appendl(formstr, ekey, ekey_len);
ekey              200 ext/standard/http.c 			efree(ekey);