calist 622 ext/openssl/openssl.c static X509_STORE * setup_verify(zval * calist TSRMLS_DC); calist 2209 ext/openssl/openssl.c static X509_STORE * setup_verify(zval * calist TSRMLS_DC) calist 2222 ext/openssl/openssl.c if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { calist 2223 ext/openssl/openssl.c zend_hash_internal_pointer_reset_ex(HASH_OF(calist), &pos); calist 2224 ext/openssl/openssl.c for (;; zend_hash_move_forward_ex(HASH_OF(calist), &pos)) { calist 2228 ext/openssl/openssl.c if (zend_hash_get_current_data_ex(HASH_OF(calist), (void**)&item, &pos) == FAILURE) {