Lines Matching refs:strindex
2215 char * strindex = NULL; in php_openssl_make_REQ() local
2219 zend_hash_get_current_key_ex(HASH_OF(dn), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
2223 if (strindex) { in php_openssl_make_REQ()
2226 nid = OBJ_txt2nid(strindex); in php_openssl_make_REQ()
2239 php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex); in php_openssl_make_REQ()
2296 char *strindex = NULL; in php_openssl_make_REQ() local
2300 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
2303 if (strindex) { in php_openssl_make_REQ()
2306 nid = OBJ_txt2nid(strindex); in php_openssl_make_REQ()
2313 php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex); in php_openssl_make_REQ()
3587 char * strindex; in PHP_FUNCTION() local
3675 strindex = NULL; in PHP_FUNCTION()
3676 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()
3680 if (strindex) { in PHP_FUNCTION()
3681 BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(zcertval)); in PHP_FUNCTION()
3724 char * strindex; in PHP_FUNCTION() local
3785 strindex = NULL; in PHP_FUNCTION()
3786 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()
3790 if (strindex) { in PHP_FUNCTION()
3791 BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(hval)); in PHP_FUNCTION()