Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c42 int strindexlen; 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()
79 zend_hash_get_current_key_ex(HASH_OF(z), &strindex, &strindexlen, &intindex, 0, &pos); in safe_array_from_zval()
/PHP-5.5/ext/openssl/
H A Dopenssl.c2231 uint strindexlen = 0; 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()
2312 uint strindexlen; 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()
3651 uint strindexlen; in PHP_FUNCTION() local
3742 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()
3788 uint strindexlen; in PHP_FUNCTION() local
3852 zend_hash_get_current_key_ex(HASH_OF(zheaders), &strindex, &strindexlen, &intindex, 0, &hpos); in PHP_FUNCTION()

Completed in 19 milliseconds