Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/
H A Dopenssl.c4910 HashTable *pubkeysht; in PHP_FUNCTION() local
4926 pubkeysht = HASH_OF(pubkeys); in PHP_FUNCTION()
4927 nkeys = pubkeysht ? zend_hash_num_elements(pubkeysht) : 0; in PHP_FUNCTION()
4955 zend_hash_internal_pointer_reset_ex(pubkeysht, &pos); in PHP_FUNCTION()
4957 while (zend_hash_get_current_data_ex(pubkeysht, (void **) &pubkey, in PHP_FUNCTION()
4966 zend_hash_move_forward_ex(pubkeysht, &pos); in PHP_FUNCTION()

Completed in 18 milliseconds