Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c4345 HashTable *pubkeysht; in PHP_FUNCTION() local
4361 pubkeysht = HASH_OF(pubkeys); in PHP_FUNCTION()
4362 nkeys = pubkeysht ? zend_hash_num_elements(pubkeysht) : 0; in PHP_FUNCTION()
4386 zend_hash_internal_pointer_reset_ex(pubkeysht, &pos); in PHP_FUNCTION()
4388 while (zend_hash_get_current_data_ex(pubkeysht, (void **) &pubkey, in PHP_FUNCTION()
4397 zend_hash_move_forward_ex(pubkeysht, &pos); in PHP_FUNCTION()

Completed in 19 milliseconds