Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/openssl/
H A Dopenssl.c2697 ulong intindex; in php_openssl_make_REQ() local
2699 zend_hash_get_current_key_ex(HASH_OF(dn), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
2778 ulong intindex; in php_openssl_make_REQ() local
2780 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
4217 ulong intindex; in PHP_FUNCTION() local
4307 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()
4352 ulong intindex; in PHP_FUNCTION() local
4417 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()

Completed in 18 milliseconds