Home
last modified time | relevance | path

Searched refs:piv (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt351 string(5) "ϖ"
858 string(5) "ϖ"
1367 string(5) "ϖ"
H A Dhtml_entity_decode_html4.phpt165 "ϖ",
H A Dget_html_translation_table_basic1.phpt340 string(5) "ϖ"
H A Dhtmlentities_html4.phpt221 ϖ U+003D6
/PHP-5.3/ext/openssl/
H A Dopenssl.c4730 static zend_bool php_openssl_validate_iv(char **piv, int *piv_len, int iv_required_len TSRMLS_DC) in php_openssl_validate_iv() argument
4744 *piv = iv_new; in php_openssl_validate_iv()
4750 memcpy(iv_new, *piv, *piv_len); in php_openssl_validate_iv()
4752 *piv = iv_new; in php_openssl_validate_iv()
4757 memcpy(iv_new, *piv, iv_required_len); in php_openssl_validate_iv()
4759 *piv = iv_new; in php_openssl_validate_iv()

Completed in 19 milliseconds