Lines Matching refs:strindex

2899 		zend_string * strindex = NULL;  in php_openssl_make_REQ()  local
2903 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(dn), strindex, item) { in php_openssl_make_REQ()
2904 if (strindex) { in php_openssl_make_REQ()
2905 int nid = OBJ_txt2nid(ZSTR_VAL(strindex)); in php_openssl_make_REQ()
2925 php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex)); in php_openssl_make_REQ()
2980 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { in php_openssl_make_REQ()
2983 if (NULL == strindex) { in php_openssl_make_REQ()
2988 nid = OBJ_txt2nid(ZSTR_VAL(strindex)); in php_openssl_make_REQ()
3002 php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex)); in php_openssl_make_REQ()
5533 zend_string * strindex; in PHP_FUNCTION() local
5619 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5624 if (strindex) { in PHP_FUNCTION()
5625 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
5767 zend_string * strindex; in PHP_FUNCTION() local
5835 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
5840 if (strindex) { in PHP_FUNCTION()
5841 ret = BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
6136 zend_string * strindex; in PHP_FUNCTION() local
6228 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
6233 if (strindex) { in PHP_FUNCTION()
6234 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()
6414 zend_string * strindex; in PHP_FUNCTION() local
6505 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
6510 if (strindex) { in PHP_FUNCTION()
6511 ret = BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), ZSTR_VAL(str)); in PHP_FUNCTION()