strindex           41 ext/com_dotnet/com_variant.c 	char *strindex;
strindex           52 ext/com_dotnet/com_variant.c 		keytype = zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos);
strindex           79 ext/com_dotnet/com_variant.c 		zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos);
strindex         2675 ext/openssl/openssl.c 			char * strindex = NULL; 
strindex         2679 ext/openssl/openssl.c 			zend_hash_get_current_key_ex(HASH_OF(dn), &strindex, &strindexlen, &intindex, 0, &hpos);
strindex         2683 ext/openssl/openssl.c 			if (strindex) {
strindex         2686 ext/openssl/openssl.c 				nid = OBJ_txt2nid(strindex);
strindex         2699 ext/openssl/openssl.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex);
strindex         2756 ext/openssl/openssl.c 				char *strindex = NULL;
strindex         2760 ext/openssl/openssl.c 				zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos);
strindex         2763 ext/openssl/openssl.c 				if (strindex) {
strindex         2766 ext/openssl/openssl.c 					nid = OBJ_txt2nid(strindex);
strindex         2773 ext/openssl/openssl.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex);
strindex         4158 ext/openssl/openssl.c 	char * strindex;
strindex         4246 ext/openssl/openssl.c 			strindex = NULL;
strindex         4247 ext/openssl/openssl.c 			zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos);
strindex         4251 ext/openssl/openssl.c 			if (strindex) {
strindex         4252 ext/openssl/openssl.c 				BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(zcertval));
strindex         4295 ext/openssl/openssl.c 	char * strindex;
strindex         4356 ext/openssl/openssl.c 			strindex = NULL;
strindex         4357 ext/openssl/openssl.c 			zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos);
strindex         4361 ext/openssl/openssl.c 			if (strindex) {
strindex         4362 ext/openssl/openssl.c 				BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(hval));