Searched refs:key_resources (Results 1 – 1 of 1) sorted by relevance
6024 zend_resource ** key_resources; /* so we know what to cleanup */ in PHP_FUNCTION() local6068 key_resources = safe_emalloc(nkeys, sizeof(zend_resource*), 0); in PHP_FUNCTION()6069 memset(key_resources, 0, sizeof(zend_resource*) * nkeys); in PHP_FUNCTION()6075 pkeys[i] = php_openssl_evp_from_zval(pubkey, 1, NULL, 0, 0, &key_resources[i]); in PHP_FUNCTION()6134 if (key_resources[i] == NULL && pkeys[i] != NULL) { in PHP_FUNCTION()6144 efree(key_resources); in PHP_FUNCTION()
Completed in 21 milliseconds