Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/
H A Dzend_shared_alloc.c574 void zend_shared_alloc_register_xlat_entry(const void *key_pointer, const void *value) in zend_shared_alloc_register_xlat_entry() argument
576 zend_ulong key = (zend_ulong)key_pointer; in zend_shared_alloc_register_xlat_entry()
582 void *zend_shared_alloc_get_xlat_entry(const void *key_pointer) in zend_shared_alloc_get_xlat_entry() argument
585 zend_ulong key = (zend_ulong)key_pointer; in zend_shared_alloc_get_xlat_entry()

Completed in 10 milliseconds