Lines Matching refs:strindex
2951 zend_string *strindex = NULL; in php_openssl_csr_make() local
2955 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(dn), strindex, item) { in php_openssl_csr_make()
2956 if (strindex) { in php_openssl_csr_make()
2957 int nid = OBJ_txt2nid(ZSTR_VAL(strindex)); in php_openssl_csr_make()
2969 php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex)); in php_openssl_csr_make()
3024 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { in php_openssl_csr_make()
3027 if (NULL == strindex) { in php_openssl_csr_make()
3032 nid = OBJ_txt2nid(ZSTR_VAL(strindex)); in php_openssl_csr_make()
3046 …r_docref(NULL, E_WARNING, "attributes: %s is not a recognized attribute name", ZSTR_VAL(strindex)); in php_openssl_csr_make()
5759 zend_string * strindex; in PHP_FUNCTION() local
5845 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5850 if (strindex) { in PHP_FUNCTION()
5851 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
5993 zend_string * strindex; in PHP_FUNCTION() local
6061 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
6066 if (strindex) { in PHP_FUNCTION()
6067 ret = BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
6362 zend_string * strindex; in PHP_FUNCTION() local
6454 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
6459 if (strindex) { in PHP_FUNCTION()
6460 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
6640 zend_string * strindex; in PHP_FUNCTION() local
6731 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
6736 if (strindex) { in PHP_FUNCTION()
6737 ret = BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()