Lines Matching refs:strindex

2859 		zend_string * strindex = NULL;  in php_openssl_make_REQ()  local
2863 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(dn), strindex, item) { in php_openssl_make_REQ()
2864 if (strindex) { in php_openssl_make_REQ()
2865 int nid = OBJ_txt2nid(ZSTR_VAL(strindex)); in php_openssl_make_REQ()
2885 php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex)); in php_openssl_make_REQ()
2940 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { in php_openssl_make_REQ()
2943 if (NULL == strindex) { in php_openssl_make_REQ()
2948 nid = OBJ_txt2nid(ZSTR_VAL(strindex)); in php_openssl_make_REQ()
2962 php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex)); in php_openssl_make_REQ()
5331 zend_string * strindex; in PHP_FUNCTION() local
5417 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5422 if (strindex) { in PHP_FUNCTION()
5423 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
5565 zend_string * strindex; in PHP_FUNCTION() local
5633 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
5638 if (strindex) { in PHP_FUNCTION()
5639 ret = BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
5934 zend_string * strindex; in PHP_FUNCTION() local
6026 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
6031 if (strindex) { in PHP_FUNCTION()
6032 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
6212 zend_string * strindex; in PHP_FUNCTION() local
6303 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
6308 if (strindex) { in PHP_FUNCTION()
6309 ret = BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()