Home
last modified time | relevance | path

Searched refs:intindex (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c43 long intindex = -1; in safe_array_from_zval() local
52 keytype = zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
59 if (intindex > max_index) { in safe_array_from_zval()
60 max_index = intindex; in safe_array_from_zval()
66 bound.cElements = intindex + 1; in safe_array_from_zval()
79 zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
80 php_com_variant_from_zval(&va[intindex], *item, codepage TSRMLS_CC); in safe_array_from_zval()
/PHP-5.5/ext/openssl/
H A Dopenssl.c2232 ulong intindex; in php_openssl_make_REQ() local
2234 zend_hash_get_current_key_ex(HASH_OF(dn), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
2313 ulong intindex; in php_openssl_make_REQ() local
2315 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
3652 ulong intindex; in PHP_FUNCTION() local
3742 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()
3787 ulong intindex; in PHP_FUNCTION() local
3852 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()

Completed in 46 milliseconds