LHASH_OF          595 ext/openssl/openssl.c 	LHASH_OF(CONF_VALUE) * global_config;	/* Global SSL config */
LHASH_OF          596 ext/openssl/openssl.c 	LHASH_OF(CONF_VALUE) * req_config;		/* SSL config for this request */
LHASH_OF          790 ext/openssl/openssl.c static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH_OF(CONF_VALUE) * config TSRMLS_DC) /* {{{ */