Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c569 void zend_shared_alloc_register_xlat_entry(const void *key_pointer, const void *value) in zend_shared_alloc_register_xlat_entry() argument
571 zend_ulong key = (zend_ulong)key_pointer; in zend_shared_alloc_register_xlat_entry()
577 void *zend_shared_alloc_get_xlat_entry(const void *key_pointer) in zend_shared_alloc_get_xlat_entry() argument
580 zend_ulong key = (zend_ulong)key_pointer; in zend_shared_alloc_get_xlat_entry()

Completed in 5 milliseconds